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 |