Google Cloud Data Catalog V1 Client - Class ReconcileTagsMetadata (1.5.1)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class ReconcileTagsMetadata.

Long-running operation metadata message returned by the ReconcileTags.

Generated from protobuf message google.cloud.datacatalog.v1.ReconcileTagsMetadata

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ state int

State of the reconciliation operation.

↳ errors array|Google\Protobuf\Internal\MapField

Maps the name of each tagged column (or empty string for a sole entry) to tagging operation status.

getState

State of the reconciliation operation.

Returns
TypeDescription
int

setState

State of the reconciliation operation.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getErrors

Maps the name of each tagged column (or empty string for a sole entry) to tagging operation status.

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setErrors

Maps the name of each tagged column (or empty string for a sole entry) to tagging operation status.

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this