Class: Google::Cloud::Parallelstore::V1::TransferOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Parallelstore::V1::TransferOperationMetadata
- 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
-
#counters ⇒ ::Google::Cloud::Parallelstore::V1::TransferCounters
readonly
Output only.
-
#destination_gcs_bucket ⇒ ::Google::Cloud::Parallelstore::V1::DestinationGcsBucket
readonly
Output only.
-
#destination_parallelstore ⇒ ::Google::Cloud::Parallelstore::V1::DestinationParallelstore
readonly
Output only.
-
#error_summary ⇒ ::Array<::Google::Cloud::Parallelstore::V1::TransferErrorSummary>
readonly
Output only.
-
#source_gcs_bucket ⇒ ::Google::Cloud::Parallelstore::V1::SourceGcsBucket
readonly
Output only.
-
#source_parallelstore ⇒ ::Google::Cloud::Parallelstore::V1::SourceParallelstore
readonly
Output only.
-
#transfer_type ⇒ ::Google::Cloud::Parallelstore::V1::TransferType
readonly
Output only.
Instance Attribute Details
#counters ⇒ ::Google::Cloud::Parallelstore::V1::TransferCounters (readonly)
Returns Output only. The progress of the transfer operation.
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.
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.
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.
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.
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.
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.
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 |