Google Cloud Dataplex V1 Client - Class TransferStatus (0.15.1)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class TransferStatus.

Denotes the transfer status of a resource. It is unspecified for resources created from Dataplex API.

Protobuf type google.cloud.dataplex.v1.TransferStatus

Namespace

Google \ Cloud \ Dataplex \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TRANSFER_STATUS_UNSPECIFIED

Value: 0

The default value. It is set for resources that were not subject for migration from Data Catalog service.

Generated from protobuf enum TRANSFER_STATUS_UNSPECIFIED = 0;

TRANSFER_STATUS_MIGRATED

Value: 1

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.

Generated from protobuf enum TRANSFER_STATUS_MIGRATED = 1;

TRANSFER_STATUS_TRANSFERRED

Value: 2

Indicates that a resource was transferred from Data Catalog service. The resource can only be updated from Dataplex API.

Generated from protobuf enum TRANSFER_STATUS_TRANSFERRED = 2;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.