Reference documentation and code samples for the Google Cloud Managed Lustre V1 API class Google::Cloud::Lustre::V1::TransferOperationMetadata.
Represents the metadata of the long-running transfer operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#counters
def counters() -> ::Google::Cloud::Lustre::V1::TransferCounters
- (::Google::Cloud::Lustre::V1::TransferCounters) — Output only. The progress of the transfer operation.
#destination_gcs_path
def destination_gcs_path() -> ::Google::Cloud::Lustre::V1::GcsPath
-
(::Google::Cloud::Lustre::V1::GcsPath) — Output only. Cloud Storage destination.
Note: The following fields are mutually exclusive:
destination_gcs_path
,destination_lustre_path
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#destination_lustre_path
def destination_lustre_path() -> ::Google::Cloud::Lustre::V1::LustrePath
-
(::Google::Cloud::Lustre::V1::LustrePath) — Output only. Lustre destination.
Note: The following fields are mutually exclusive:
destination_lustre_path
,destination_gcs_path
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#error_summaries
def error_summaries() -> ::Array<::Google::Cloud::Lustre::V1::ErrorSummary>
- (::Array<::Google::Cloud::Lustre::V1::ErrorSummary>) — Output only. Error summary about the transfer operation
#source_gcs_path
def source_gcs_path() -> ::Google::Cloud::Lustre::V1::GcsPath
-
(::Google::Cloud::Lustre::V1::GcsPath) — Output only. Cloud Storage source.
Note: The following fields are mutually exclusive:
source_gcs_path
,source_lustre_path
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#source_lustre_path
def source_lustre_path() -> ::Google::Cloud::Lustre::V1::LustrePath
-
(::Google::Cloud::Lustre::V1::LustrePath) — Output only. Lustre source.
Note: The following fields are mutually exclusive:
source_lustre_path
,source_gcs_path
. 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::Lustre::V1::TransferType
- (::Google::Cloud::Lustre::V1::TransferType) — Output only. The type of transfer occurring.