Interface BatchCreateFeaturesResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getFeatures(int index)
    The Features created.
    int
    The Features created.
    The Features created.
    The Features created.
    The Features created.

    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

    • getFeaturesList

      List<Feature> getFeaturesList()
       The Features created.
       
      repeated .google.cloud.aiplatform.v1.Feature features = 1;
    • getFeatures

      Feature getFeatures(int index)
       The Features created.
       
      repeated .google.cloud.aiplatform.v1.Feature features = 1;
    • getFeaturesCount

      int getFeaturesCount()
       The Features created.
       
      repeated .google.cloud.aiplatform.v1.Feature features = 1;
    • getFeaturesOrBuilderList

      List<? extends FeatureOrBuilder> getFeaturesOrBuilderList()
       The Features created.
       
      repeated .google.cloud.aiplatform.v1.Feature features = 1;
    • getFeaturesOrBuilder

      FeatureOrBuilder getFeaturesOrBuilder(int index)
       The Features created.
       
      repeated .google.cloud.aiplatform.v1.Feature features = 1;