Class TransferOperationMetadata (0.1.0)

TransferOperationMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents the metadata of the long-running transfer operation.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
source_lustre_path google.cloud.lustre_v1.types.LustrePath
Output only. Lustre source. This field is a member of oneof_ source.
source_gcs_path google.cloud.lustre_v1.types.GcsPath
Output only. Cloud Storage source. This field is a member of oneof_ source.
destination_gcs_path google.cloud.lustre_v1.types.GcsPath
Output only. Cloud Storage destination. This field is a member of oneof_ destination.
destination_lustre_path google.cloud.lustre_v1.types.LustrePath
Output only. Lustre destination. This field is a member of oneof_ destination.
counters google.cloud.lustre_v1.types.TransferCounters
Output only. The progress of the transfer operation.
transfer_type google.cloud.lustre_v1.types.TransferType
Output only. The type of transfer occurring.
error_summaries MutableSequence[google.cloud.lustre_v1.types.ErrorSummary]
Output only. Error summary about the transfer operation