Module: Google::Cloud::Dataplex::V1::TransferStatus
- Defined in:
- proto_docs/google/cloud/dataplex/v1/catalog.rb
Overview
Denotes the transfer status of a resource. It is unspecified for resources created from Dataplex API.
Constant Summary collapse
- TRANSFER_STATUS_UNSPECIFIED =
The default value. It is set for resources that were not subject for migration from Data Catalog service.
0
- TRANSFER_STATUS_MIGRATED =
Indicates that a resource was migrated from Data Catalog service but it hasn't been transferred yet. In particular the resource cannot be updated from Dataplex API.
1
- TRANSFER_STATUS_TRANSFERRED =
Indicates that a resource was transferred from Data Catalog service. The resource can only be updated from Dataplex API.
2