Interface UpsertExamplesResponse.UpsertResultOrBuilder

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

public static interface UpsertExamplesResponse.UpsertResultOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The example created/updated successfully.
    The example created/updated successfully.
     
    The error message of the example that was not created/updated successfully.
    The error message of the example that was not created/updated successfully.
    boolean
    The example created/updated successfully.
    boolean
    The error message of the example that was not created/updated successfully.

    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

    • hasExample

      boolean hasExample()
       The example created/updated successfully.
       
      .google.cloud.aiplatform.v1beta1.Example example = 1;
      Returns:
      Whether the example field is set.
    • getExample

      Example getExample()
       The example created/updated successfully.
       
      .google.cloud.aiplatform.v1beta1.Example example = 1;
      Returns:
      The example.
    • getExampleOrBuilder

      ExampleOrBuilder getExampleOrBuilder()
       The example created/updated successfully.
       
      .google.cloud.aiplatform.v1beta1.Example example = 1;
    • hasStatus

      boolean hasStatus()
       The error message of the example that was not created/updated
       successfully.
       
      .google.rpc.Status status = 2;
      Returns:
      Whether the status field is set.
    • getStatus

      Status getStatus()
       The error message of the example that was not created/updated
       successfully.
       
      .google.rpc.Status status = 2;
      Returns:
      The status.
    • getStatusOrBuilder

      StatusOrBuilder getStatusOrBuilder()
       The error message of the example that was not created/updated
       successfully.
       
      .google.rpc.Status status = 2;
    • getResultCase