ReconcileTagsMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Long-running operation][google.longrunning.Operation]
metadata
message returned by the
ReconcileTags.
Attributes | |
---|---|
Name | Description |
state |
google.cloud.datacatalog_v1.types.ReconcileTagsMetadata.ReconciliationState
State of the reconciliation operation. |
errors |
MutableMapping[str, google.rpc.status_pb2.Status]
Maps the name of each tagged column (or empty string for a sole entry) to tagging operation status][google.rpc.Status] .
|
Classes
ErrorsEntry
ErrorsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
ReconciliationState
ReconciliationState(value)
Enum holding possible states of the reconciliation operation.
Values: RECONCILIATION_STATE_UNSPECIFIED (0): Default value. This value is unused. RECONCILIATION_QUEUED (1): The reconciliation has been queued and awaits for execution. RECONCILIATION_IN_PROGRESS (2): The reconciliation is in progress. RECONCILIATION_DONE (3): The reconciliation has been finished.