Google Cloud Data Catalog V1 Client - Class DataplexTransferStatus (2.1.0)

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];