public final class UpsertExamplesResponse extends GeneratedMessage implements UpsertExamplesResponseOrBuilderResponse message for ExampleStoreService.UpsertExamples.
Protobuf type google.cloud.aiplatform.v1beta1.UpsertExamplesResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > UpsertExamplesResponseImplements
UpsertExamplesResponseOrBuilderStatic Fields
RESULTS_FIELD_NUMBER
public static final int RESULTS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static UpsertExamplesResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
UpsertExamplesResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static UpsertExamplesResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
UpsertExamplesResponse.Builder |
|
newBuilder(UpsertExamplesResponse prototype)
public static UpsertExamplesResponse.Builder newBuilder(UpsertExamplesResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
UpsertExamplesResponse |
| Returns | |
|---|---|
| Type | Description |
UpsertExamplesResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static UpsertExamplesResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
UpsertExamplesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpsertExamplesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpsertExamplesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static UpsertExamplesResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
UpsertExamplesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpsertExamplesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpsertExamplesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static UpsertExamplesResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
UpsertExamplesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpsertExamplesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpsertExamplesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static UpsertExamplesResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
UpsertExamplesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UpsertExamplesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpsertExamplesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static UpsertExamplesResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
UpsertExamplesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpsertExamplesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpsertExamplesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static UpsertExamplesResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
UpsertExamplesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpsertExamplesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpsertExamplesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<UpsertExamplesResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<UpsertExamplesResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public UpsertExamplesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpsertExamplesResponse |
|
getParserForType()
public Parser<UpsertExamplesResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<UpsertExamplesResponse> |
|
getResults(int index)
public 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UpsertExamplesResponse.UpsertResult |
|
getResultsCount()
public 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;
| Returns | |
|---|---|
| Type | Description |
int |
|
getResultsList()
public 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;
| Returns | |
|---|---|
| Type | Description |
List<UpsertResult> |
|
getResultsOrBuilder(int index)
public 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UpsertExamplesResponse.UpsertResultOrBuilder |
|
getResultsOrBuilderList()
public 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResultOrBuilder> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public UpsertExamplesResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
UpsertExamplesResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected UpsertExamplesResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
UpsertExamplesResponse.Builder |
|
toBuilder()
public UpsertExamplesResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
UpsertExamplesResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|