Interface UpsertExamplesResponseOrBuilder

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

@Generated public interface UpsertExamplesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getResultsList

       A list of results for creating/updating. It's either a successfully
       created/updated example or a status with an error message.
       
      repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
    • getResults

      UpsertExamplesResponse.UpsertResult getResults(int index)
       A list of results for creating/updating. It's either a successfully
       created/updated example or a status with an error message.
       
      repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
    • getResultsCount

      int getResultsCount()
       A list of results for creating/updating. It's either a successfully
       created/updated example or a status with an error message.
       
      repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
    • getResultsOrBuilderList

      List<? extends UpsertExamplesResponse.UpsertResultOrBuilder> getResultsOrBuilderList()
       A list of results for creating/updating. It's either a successfully
       created/updated example or a status with an error message.
       
      repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
    • getResultsOrBuilder

      UpsertExamplesResponse.UpsertResultOrBuilder getResultsOrBuilder(int index)
       A list of results for creating/updating. It's either a successfully
       created/updated example or a status with an error message.
       
      repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;