Google Cloud Managed Lustre V1 API - Class Google::Cloud::Lustre::V1::TransferOperationMetadata (v0.2.0)

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
Returns

#destination_gcs_path

def destination_gcs_path() -> ::Google::Cloud::Lustre::V1::GcsPath
Returns
  • (::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
Returns
  • (::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>
Returns

#source_gcs_path

def source_gcs_path() -> ::Google::Cloud::Lustre::V1::GcsPath
Returns
  • (::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
Returns
  • (::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
Returns