Package com.google.cloud.datacatalog.v1
Interface ReconcileTagsMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReconcileTagsMetadata,ReconcileTagsMetadata.Builder
@Generated
public interface ReconcileTagsMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsErrors(String key) Maps the name of each tagged column (or empty string for a sole entry) to tagging operation [status][google.rpc.Status].Deprecated.intMaps the name of each tagged column (or empty string for a sole entry) to tagging operation [status][google.rpc.Status].Maps the name of each tagged column (or empty string for a sole entry) to tagging operation [status][google.rpc.Status].getErrorsOrDefault(String key, Status defaultValue) Maps the name of each tagged column (or empty string for a sole entry) to tagging operation [status][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].getState()State of the reconciliation operation.intState of the reconciliation operation.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getStateValue
int getStateValue()State of the reconciliation operation.
.google.cloud.datacatalog.v1.ReconcileTagsMetadata.ReconciliationState state = 1;- Returns:
- The enum numeric value on the wire for state.
-
getState
ReconcileTagsMetadata.ReconciliationState getState()State of the reconciliation operation.
.google.cloud.datacatalog.v1.ReconcileTagsMetadata.ReconciliationState state = 1;- Returns:
- The state.
-
getErrorsCount
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; -
containsErrors
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; -
getErrors
Deprecated.UsegetErrorsMap()instead. -
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; -
getErrorsOrDefault
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; -
getErrorsOrThrow
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;
-