transferStatus property
Denotes the transfer status of the Entry Group.
It is unspecified for Entry Group created from Dataplex API.
Output only. Possible string values are:
- "TRANSFER_STATUS_UNSPECIFIED" : The default value. It is set for resources that were not subject for migration from Data Catalog service.
- "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.
- "TRANSFER_STATUS_TRANSFERRED" : Indicates that a resource was transferred from Data Catalog service. The resource can only be updated from Dataplex API.
Implementation
core.String? transferStatus;