Interface ImportEntriesMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ImportEntriesMetadata, ImportEntriesMetadata.Builder

@Generated public interface ImportEntriesMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getErrors(int index)
    Partial errors that are encountered during the ImportEntries operation.
    int
    Partial errors that are encountered during the ImportEntries operation.
    Partial errors that are encountered during the ImportEntries operation.
    getErrorsOrBuilder(int index)
    Partial errors that are encountered during the ImportEntries operation.
    Partial errors that are encountered during the ImportEntries operation.
    State of the import operation.
    int
    State of the import 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 import operation.
       
      .google.cloud.datacatalog.v1.ImportEntriesMetadata.ImportState state = 1;
      Returns:
      The enum numeric value on the wire for state.
    • getState

       State of the import operation.
       
      .google.cloud.datacatalog.v1.ImportEntriesMetadata.ImportState state = 1;
      Returns:
      The state.
    • getErrorsList

      List<Status> getErrorsList()
       Partial errors that are encountered during the ImportEntries operation.
       There is no guarantee that all the encountered errors are reported.
       However, if no errors are reported, it means that no errors were
       encountered.
       
      repeated .google.rpc.Status errors = 2;
    • getErrors

      Status getErrors(int index)
       Partial errors that are encountered during the ImportEntries operation.
       There is no guarantee that all the encountered errors are reported.
       However, if no errors are reported, it means that no errors were
       encountered.
       
      repeated .google.rpc.Status errors = 2;
    • getErrorsCount

      int getErrorsCount()
       Partial errors that are encountered during the ImportEntries operation.
       There is no guarantee that all the encountered errors are reported.
       However, if no errors are reported, it means that no errors were
       encountered.
       
      repeated .google.rpc.Status errors = 2;
    • getErrorsOrBuilderList

      List<? extends StatusOrBuilder> getErrorsOrBuilderList()
       Partial errors that are encountered during the ImportEntries operation.
       There is no guarantee that all the encountered errors are reported.
       However, if no errors are reported, it means that no errors were
       encountered.
       
      repeated .google.rpc.Status errors = 2;
    • getErrorsOrBuilder

      StatusOrBuilder getErrorsOrBuilder(int index)
       Partial errors that are encountered during the ImportEntries operation.
       There is no guarantee that all the encountered errors are reported.
       However, if no errors are reported, it means that no errors were
       encountered.
       
      repeated .google.rpc.Status errors = 2;