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:



640
641
642
643
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 640

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.

Note: The following fields are mutually exclusive: destination_gcs_bucket, destination_parallelstore. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Parallelstore::V1::DestinationGcsBucket)

    Output only. Cloud Storage destination.

    Note: The following fields are mutually exclusive: destination_gcs_bucket, destination_parallelstore. If a field in that set is populated, all other fields in the set will automatically be cleared.



640
641
642
643
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 640

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.

Note: The following fields are mutually exclusive: destination_parallelstore, destination_gcs_bucket. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Parallelstore::V1::DestinationParallelstore)

    Output only. Parallelstore destination.

    Note: The following fields are mutually exclusive: destination_parallelstore, destination_gcs_bucket. If a field in that set is populated, all other fields in the set will automatically be cleared.



640
641
642
643
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 640

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

#error_summary::Array<::Google::Cloud::Parallelstore::V1::TransferErrorSummary> (readonly)

Returns Output only. List of files that failed to be transferred. This list will have a maximum size of 5 elements.

Returns:



640
641
642
643
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 640

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.

Note: The following fields are mutually exclusive: source_gcs_bucket, source_parallelstore. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Parallelstore::V1::SourceGcsBucket)

    Output only. Cloud Storage source.

    Note: The following fields are mutually exclusive: source_gcs_bucket, source_parallelstore. If a field in that set is populated, all other fields in the set will automatically be cleared.



640
641
642
643
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 640

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.

Note: The following fields are mutually exclusive: source_parallelstore, source_gcs_bucket. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Parallelstore::V1::SourceParallelstore)

    Output only. Parallelstore source.

    Note: The following fields are mutually exclusive: source_parallelstore, source_gcs_bucket. If a field in that set is populated, all other fields in the set will automatically be cleared.



640
641
642
643
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 640

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:



640
641
642
643
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 640

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