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 Type
    Method
    Description
    boolean
    Maps the name of each tagged column (or empty string for a sole entry) to tagging operation [status][google.rpc.Status].
    Deprecated.
    int
    Maps 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].
    Maps the name of each tagged column (or empty string for a sole entry) to tagging operation [status][google.rpc.Status].
    State of the reconciliation operation.
    int
    State of the reconciliation operation.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

       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

      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;
    • getErrors

      Deprecated.
      Use getErrorsMap() instead.
    • getErrorsMap

      Map<String,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;
    • getErrorsOrDefault

      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].
       
      map<string, .google.rpc.Status> errors = 2;
    • getErrorsOrThrow

      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;