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 Summary
Modifier and TypeMethodDescriptiongetResults(int index) A list of results for creating/updating.intA list of results for creating/updating.A list of results for creating/updating.getResultsOrBuilder(int index) A list of results for creating/updating.List<? extends UpsertExamplesResponse.UpsertResultOrBuilder>A list of results for creating/updating.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getResultsList
List<UpsertExamplesResponse.UpsertResult> 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
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
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;
-