Class BatchImportEvaluatedAnnotationsResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<BatchImportEvaluatedAnnotationsResponse.Builder>
com.google.cloud.aiplatform.v1.BatchImportEvaluatedAnnotationsResponse.Builder
All Implemented Interfaces:
BatchImportEvaluatedAnnotationsResponseOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
BatchImportEvaluatedAnnotationsResponse

public static final class BatchImportEvaluatedAnnotationsResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<BatchImportEvaluatedAnnotationsResponse.Builder> implements BatchImportEvaluatedAnnotationsResponseOrBuilder
 Response message for
 [ModelService.BatchImportEvaluatedAnnotations][google.cloud.aiplatform.v1.ModelService.BatchImportEvaluatedAnnotations]
 
Protobuf type google.cloud.aiplatform.v1.BatchImportEvaluatedAnnotationsResponse
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<BatchImportEvaluatedAnnotationsResponse.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<BatchImportEvaluatedAnnotationsResponse.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<BatchImportEvaluatedAnnotationsResponse.Builder>
    • getDefaultInstanceForType

      public BatchImportEvaluatedAnnotationsResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public BatchImportEvaluatedAnnotationsResponse.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchImportEvaluatedAnnotationsResponse.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<BatchImportEvaluatedAnnotationsResponse.Builder>
    • mergeFrom

      public BatchImportEvaluatedAnnotationsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchImportEvaluatedAnnotationsResponse.Builder>
      Throws:
      IOException
    • getImportedEvaluatedAnnotationsCount

      public int getImportedEvaluatedAnnotationsCount()
       Output only. Number of EvaluatedAnnotations imported.
       
      int32 imported_evaluated_annotations_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getImportedEvaluatedAnnotationsCount in interface BatchImportEvaluatedAnnotationsResponseOrBuilder
      Returns:
      The importedEvaluatedAnnotationsCount.
    • setImportedEvaluatedAnnotationsCount

      public BatchImportEvaluatedAnnotationsResponse.Builder setImportedEvaluatedAnnotationsCount(int value)
       Output only. Number of EvaluatedAnnotations imported.
       
      int32 imported_evaluated_annotations_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The importedEvaluatedAnnotationsCount to set.
      Returns:
      This builder for chaining.
    • clearImportedEvaluatedAnnotationsCount

      public BatchImportEvaluatedAnnotationsResponse.Builder clearImportedEvaluatedAnnotationsCount()
       Output only. Number of EvaluatedAnnotations imported.
       
      int32 imported_evaluated_annotations_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.