Class: Google::Cloud::Dataform::V1beta1::CommitRepositoryChangesRequest::FileOperation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataform/v1beta1/dataform.rb

Overview

Represents a single file operation to the repository.

Defined Under Namespace

Classes: DeleteFile, WriteFile

Instance Attribute Summary collapse

Instance Attribute Details

#delete_file::Google::Cloud::Dataform::V1beta1::CommitRepositoryChangesRequest::FileOperation::DeleteFile

Returns Represents the delete operation.



278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 278

class FileOperation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents the write file operation (for files added or modified).
  # @!attribute [rw] contents
  #   @return [::String]
  #     The file's contents.
  class WriteFile
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents the delete file operation.
  class DeleteFile
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#write_file::Google::Cloud::Dataform::V1beta1::CommitRepositoryChangesRequest::FileOperation::WriteFile

Returns Represents the write operation.



278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 278

class FileOperation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Represents the write file operation (for files added or modified).
  # @!attribute [rw] contents
  #   @return [::String]
  #     The file's contents.
  class WriteFile
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents the delete file operation.
  class DeleteFile
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end