Class BatchCreateFeaturesResponse.Builder

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

public static final class BatchCreateFeaturesResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<BatchCreateFeaturesResponse.Builder> implements BatchCreateFeaturesResponseOrBuilder
 Response message for
 [FeaturestoreService.BatchCreateFeatures][google.cloud.aiplatform.v1beta1.FeaturestoreService.BatchCreateFeatures].
 
Protobuf type google.cloud.aiplatform.v1beta1.BatchCreateFeaturesResponse
  • 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<BatchCreateFeaturesResponse.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<BatchCreateFeaturesResponse.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<BatchCreateFeaturesResponse.Builder>
    • getDefaultInstanceForType

      public BatchCreateFeaturesResponse 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

      public BatchCreateFeaturesResponse buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public BatchCreateFeaturesResponse.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<BatchCreateFeaturesResponse.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<BatchCreateFeaturesResponse.Builder>
    • mergeFrom

      public BatchCreateFeaturesResponse.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<BatchCreateFeaturesResponse.Builder>
      Throws:
      IOException
    • getFeaturesList

      public List<Feature> getFeaturesList()
       The Features created.
       
      repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;
      Specified by:
      getFeaturesList in interface BatchCreateFeaturesResponseOrBuilder
    • getFeaturesCount

      public int getFeaturesCount()
       The Features created.
       
      repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;
      Specified by:
      getFeaturesCount in interface BatchCreateFeaturesResponseOrBuilder
    • getFeatures

      public Feature getFeatures(int index)
       The Features created.
       
      repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;
      Specified by:
      getFeatures in interface BatchCreateFeaturesResponseOrBuilder
    • setFeatures

      public BatchCreateFeaturesResponse.Builder setFeatures(int index, Feature value)
       The Features created.
       
      repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;
    • setFeatures

      public BatchCreateFeaturesResponse.Builder setFeatures(int index, Feature.Builder builderForValue)
       The Features created.
       
      repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;
    • addFeatures

      public BatchCreateFeaturesResponse.Builder addFeatures(Feature value)
       The Features created.
       
      repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;
    • addFeatures

      public BatchCreateFeaturesResponse.Builder addFeatures(int index, Feature value)
       The Features created.
       
      repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;
    • addFeatures

      public BatchCreateFeaturesResponse.Builder addFeatures(Feature.Builder builderForValue)
       The Features created.
       
      repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;
    • addFeatures

      public BatchCreateFeaturesResponse.Builder addFeatures(int index, Feature.Builder builderForValue)
       The Features created.
       
      repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;
    • addAllFeatures

      public BatchCreateFeaturesResponse.Builder addAllFeatures(Iterable<? extends Feature> values)
       The Features created.
       
      repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;
    • clearFeatures

      public BatchCreateFeaturesResponse.Builder clearFeatures()
       The Features created.
       
      repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;
    • removeFeatures

      public BatchCreateFeaturesResponse.Builder removeFeatures(int index)
       The Features created.
       
      repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;
    • getFeaturesBuilder

      public Feature.Builder getFeaturesBuilder(int index)
       The Features created.
       
      repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;
    • getFeaturesOrBuilder

      public FeatureOrBuilder getFeaturesOrBuilder(int index)
       The Features created.
       
      repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;
      Specified by:
      getFeaturesOrBuilder in interface BatchCreateFeaturesResponseOrBuilder
    • getFeaturesOrBuilderList

      public List<? extends FeatureOrBuilder> getFeaturesOrBuilderList()
       The Features created.
       
      repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;
      Specified by:
      getFeaturesOrBuilderList in interface BatchCreateFeaturesResponseOrBuilder
    • addFeaturesBuilder

      public Feature.Builder addFeaturesBuilder()
       The Features created.
       
      repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;
    • addFeaturesBuilder

      public Feature.Builder addFeaturesBuilder(int index)
       The Features created.
       
      repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;
    • getFeaturesBuilderList

      public List<Feature.Builder> getFeaturesBuilderList()
       The Features created.
       
      repeated .google.cloud.aiplatform.v1beta1.Feature features = 1;