Reference documentation and code samples for the Parallelstore V1BETA API class Google::Cloud::Parallelstore::V1beta::TransferOperationMetadata.
Long-running operation metadata related to a data transfer.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#counters
def counters() -> ::Google::Cloud::Parallelstore::V1beta::TransferCounters
- (::Google::Cloud::Parallelstore::V1beta::TransferCounters) — Output only. The progress of the transfer operation.
#destination_gcs_bucket
def destination_gcs_bucket() -> ::Google::Cloud::Parallelstore::V1beta::DestinationGcsBucket
-
(::Google::Cloud::Parallelstore::V1beta::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.
#destination_parallelstore
def destination_parallelstore() -> ::Google::Cloud::Parallelstore::V1beta::DestinationParallelstore
-
(::Google::Cloud::Parallelstore::V1beta::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.
#source_gcs_bucket
def source_gcs_bucket() -> ::Google::Cloud::Parallelstore::V1beta::SourceGcsBucket
-
(::Google::Cloud::Parallelstore::V1beta::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.
#source_parallelstore
def source_parallelstore() -> ::Google::Cloud::Parallelstore::V1beta::SourceParallelstore
-
(::Google::Cloud::Parallelstore::V1beta::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.
#transfer_type
def transfer_type() -> ::Google::Cloud::Parallelstore::V1beta::TransferType
- (::Google::Cloud::Parallelstore::V1beta::TransferType) — Output only. The type of transfer occurring.