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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
int |
Enum of type ReconciliationState. |
setState
State of the reconciliation operation.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ReconciliationState. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getErrors
Maps the name of each tagged column (or empty string for a sole entry) to tagging operation status.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\MapField |
|
setErrors
Maps the name of each tagged column (or empty string for a sole entry) to tagging operation status.
| Parameter | |
|---|---|
| Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
| Returns | |
|---|---|
| Type | Description |
$this |
|