Class UpsertExamplesResponse (3.64.0)

public final class UpsertExamplesResponse extends GeneratedMessageV3 implements UpsertExamplesResponseOrBuilder

Response message for ExampleStoreService.UpsertExamples.

Protobuf type google.cloud.aiplatform.v1beta1.UpsertExamplesResponse

Inheritance

Object > AbstractMessageLite > AbstractMessage > GeneratedMessageV3 > UpsertExamplesResponse

Static 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 parser()
Returns
Type Description
Parser<UpsertExamplesResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public UpsertExamplesResponse getDefaultInstanceForType()
Returns
Type Description
UpsertExamplesResponse

getParserForType()

public Parser getParserForType()
Returns
Type Description
Parser<UpsertExamplesResponse>
Overrides

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.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
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public UpsertExamplesResponse.Builder newBuilderForType()
Returns
Type Description
UpsertExamplesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected UpsertExamplesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
UpsertExamplesResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public UpsertExamplesResponse.Builder toBuilder()
Returns
Type Description
UpsertExamplesResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException