public interface ReconcileTagsMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsErrors(String key)
Maps the name of each tagged column (or empty string for a
sole entry) to tagging operation [status][google.rpc.Status].
|
Map<String,com.google.rpc.Status> |
getErrors()
Deprecated.
|
int |
getErrorsCount()
Maps the name of each tagged column (or empty string for a
sole entry) to tagging operation [status][google.rpc.Status].
|
Map<String,com.google.rpc.Status> |
getErrorsMap()
Maps the name of each tagged column (or empty string for a
sole entry) to tagging operation [status][google.rpc.Status].
|
com.google.rpc.Status |
getErrorsOrDefault(String key,
com.google.rpc.Status defaultValue)
Maps the name of each tagged column (or empty string for a
sole entry) to tagging operation [status][google.rpc.Status].
|
com.google.rpc.Status |
getErrorsOrThrow(String key)
Maps the name of each tagged column (or empty string for a
sole entry) to tagging operation [status][google.rpc.Status].
|
ReconcileTagsMetadata.ReconciliationState |
getState()
State of the reconciliation operation.
|
int |
getStateValue()
State of the reconciliation operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getStateValue()
State of the reconciliation operation.
.google.cloud.datacatalog.v1.ReconcileTagsMetadata.ReconciliationState state = 1;ReconcileTagsMetadata.ReconciliationState getState()
State of the reconciliation operation.
.google.cloud.datacatalog.v1.ReconcileTagsMetadata.ReconciliationState state = 1;int getErrorsCount()
Maps the name of each tagged column (or empty string for a sole entry) to tagging operation [status][google.rpc.Status].
map<string, .google.rpc.Status> errors = 2;boolean containsErrors(String key)
Maps the name of each tagged column (or empty string for a sole entry) to tagging operation [status][google.rpc.Status].
map<string, .google.rpc.Status> errors = 2;@Deprecated Map<String,com.google.rpc.Status> getErrors()
getErrorsMap() instead.Map<String,com.google.rpc.Status> getErrorsMap()
Maps the name of each tagged column (or empty string for a sole entry) to tagging operation [status][google.rpc.Status].
map<string, .google.rpc.Status> errors = 2;com.google.rpc.Status getErrorsOrDefault(String key, com.google.rpc.Status defaultValue)
Maps the name of each tagged column (or empty string for a sole entry) to tagging operation [status][google.rpc.Status].
map<string, .google.rpc.Status> errors = 2;com.google.rpc.Status getErrorsOrThrow(String key)
Maps the name of each tagged column (or empty string for a sole entry) to tagging operation [status][google.rpc.Status].
map<string, .google.rpc.Status> errors = 2;Copyright © 2023 Google LLC. All rights reserved.