Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class DataplexTransferStatus.
This enum describes TagTemplate transfer status to Dataplex service.
Protobuf type google.cloud.datacatalog.v1.TagTemplate.DataplexTransferStatus
Namespace
Google \ Cloud \ DataCatalog \ V1 \ TagTemplate
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
DATAPLEX_TRANSFER_STATUS_UNSPECIFIED
Value: 0
Default value. TagTemplate and its tags are only visible and editable in
DataCatalog.
Generated from protobuf enum DATAPLEX_TRANSFER_STATUS_UNSPECIFIED = 0;
MIGRATED
Value: 1
TagTemplate and its tags are auto-copied to Dataplex service.
Visible in both services. Editable in DataCatalog, read-only in Dataplex.
Deprecated: Individual TagTemplate migration is deprecated in favor of
organization or project wide TagTemplate migration opt-in.
Generated from protobuf enum MIGRATED = 1 [deprecated = true];
TRANSFERRED
Value: 2
TagTemplate and its tags are auto-copied to Dataplex service.
Visible in both services. Editable in Dataplex, read-only in DataCatalog.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Google Cloud Data Catalog V1 Client - Class DataplexTransferStatus (2.3.2)\n\nVersion latestkeyboard_arrow_down\n\n- [2.3.2 (latest)](/php/docs/reference/cloud-data-catalog/latest/V1.TagTemplate.DataplexTransferStatus)\n- [2.3.1](/php/docs/reference/cloud-data-catalog/2.3.1/V1.TagTemplate.DataplexTransferStatus)\n- [2.2.4](/php/docs/reference/cloud-data-catalog/2.2.4/V1.TagTemplate.DataplexTransferStatus)\n- [2.1.0](/php/docs/reference/cloud-data-catalog/2.1.0/V1.TagTemplate.DataplexTransferStatus)\n- [2.0.2](/php/docs/reference/cloud-data-catalog/2.0.2/V1.TagTemplate.DataplexTransferStatus)\n- [1.10.3](/php/docs/reference/cloud-data-catalog/1.10.3/V1.TagTemplate.DataplexTransferStatus)\n- [1.9.1](/php/docs/reference/cloud-data-catalog/1.9.1/V1.TagTemplate.DataplexTransferStatus)\n- [1.8.2](/php/docs/reference/cloud-data-catalog/1.8.2/V1.TagTemplate.DataplexTransferStatus)\n- [1.7.1](/php/docs/reference/cloud-data-catalog/1.7.1/V1.TagTemplate.DataplexTransferStatus)\n- [1.6.0](/php/docs/reference/cloud-data-catalog/1.6.0/V1.TagTemplate.DataplexTransferStatus)\n- [1.5.1](/php/docs/reference/cloud-data-catalog/1.5.1/V1.TagTemplate.DataplexTransferStatus)\n- [1.4.2](/php/docs/reference/cloud-data-catalog/1.4.2/V1.TagTemplate.DataplexTransferStatus)\n- [1.3.9](/php/docs/reference/cloud-data-catalog/1.3.9/V1.TagTemplate.DataplexTransferStatus) \nReference documentation and code samples for the Google Cloud Data Catalog V1 Client class DataplexTransferStatus.\n\nThis enum describes TagTemplate transfer status to Dataplex service.\n\nProtobuf type `google.cloud.datacatalog.v1.TagTemplate.DataplexTransferStatus`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ DataCatalog \\\\ V1 \\\\ TagTemplate\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### DATAPLEX_TRANSFER_STATUS_UNSPECIFIED\n\n Value: 0\n\nDefault value. TagTemplate and its tags are only visible and editable in\nDataCatalog.\n\nGenerated from protobuf enum `DATAPLEX_TRANSFER_STATUS_UNSPECIFIED = 0;`\n\n### MIGRATED\n\n Value: 1\n\nTagTemplate and its tags are auto-copied to Dataplex service.\n\nVisible in both services. Editable in DataCatalog, read-only in Dataplex.\nDeprecated: Individual TagTemplate migration is deprecated in favor of\norganization or project wide TagTemplate migration opt-in.\n\nGenerated from protobuf enum `MIGRATED = 1 [deprecated = true];`\n\n### TRANSFERRED\n\n Value: 2\n\nTagTemplate and its tags are auto-copied to Dataplex service.\n\nVisible in both services. Editable in Dataplex, read-only in DataCatalog.\n\nGenerated from protobuf enum `TRANSFERRED = 2;`"]]