Class: Google::Cloud::Parallelstore::V1::TransferOperationMetadata

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

Overview

Long-running operation metadata related to a data transfer.

Instance Attribute Summary collapse

Instance Attribute Details

#counters::Google::Cloud::Parallelstore::V1::TransferCounters (readonly)

Returns Output only. The progress of the transfer operation.

Returns:



529
530
531
532
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 529

class TransferOperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#destination_gcs_bucket::Google::Cloud::Parallelstore::V1::DestinationGcsBucket (readonly)

Returns Output only. Cloud Storage destination.

Returns:



529
530
531
532
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 529

class TransferOperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#destination_parallelstore::Google::Cloud::Parallelstore::V1::DestinationParallelstore (readonly)

Returns Output only. Parallelstore destination.

Returns:



529
530
531
532
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 529

class TransferOperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#source_gcs_bucket::Google::Cloud::Parallelstore::V1::SourceGcsBucket (readonly)

Returns Output only. Cloud Storage source.

Returns:



529
530
531
532
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 529

class TransferOperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#source_parallelstore::Google::Cloud::Parallelstore::V1::SourceParallelstore (readonly)

Returns Output only. Parallelstore source.

Returns:



529
530
531
532
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 529

class TransferOperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#transfer_type::Google::Cloud::Parallelstore::V1::TransferType (readonly)

Returns Output only. The type of transfer occurring.

Returns:



529
530
531
532
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 529

class TransferOperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end