public static interface UpsertExamplesResponse.UpsertResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Example |
getExample()
The example created/updated successfully.
|
ExampleOrBuilder |
getExampleOrBuilder()
The example created/updated successfully.
|
UpsertExamplesResponse.UpsertResult.ResultCase |
getResultCase() |
com.google.rpc.Status |
getStatus()
The error message of the example that was not created/updated
successfully.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
The error message of the example that was not created/updated
successfully.
|
boolean |
hasExample()
The example created/updated successfully.
|
boolean |
hasStatus()
The error message of the example that was not created/updated
successfully.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasExample()
The example created/updated successfully.
.google.cloud.aiplatform.v1beta1.Example example = 1;Example getExample()
The example created/updated successfully.
.google.cloud.aiplatform.v1beta1.Example example = 1;ExampleOrBuilder getExampleOrBuilder()
The example created/updated successfully.
.google.cloud.aiplatform.v1beta1.Example example = 1;boolean hasStatus()
The error message of the example that was not created/updated successfully.
.google.rpc.Status status = 2;com.google.rpc.Status getStatus()
The error message of the example that was not created/updated successfully.
.google.rpc.Status status = 2;com.google.rpc.StatusOrBuilder getStatusOrBuilder()
The error message of the example that was not created/updated successfully.
.google.rpc.Status status = 2;UpsertExamplesResponse.UpsertResult.ResultCase getResultCase()
Copyright © 2025 Google LLC. All rights reserved.