public static final class FetchExamplesResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FetchExamplesResponse.Builder> implements FetchExamplesResponseOrBuilder
Response message for [ExampleStoreService.FetchExamples][google.cloud.aiplatform.v1beta1.ExampleStoreService.FetchExamples].Protobuf type
google.cloud.aiplatform.v1beta1.FetchExamplesResponse| Modifier and Type | Method and Description |
|---|---|
FetchExamplesResponse.Builder |
addAllExamples(Iterable<? extends Example> values)
The examples in the Example Store that satisfy the metadata filters.
|
FetchExamplesResponse.Builder |
addExamples(Example.Builder builderForValue)
The examples in the Example Store that satisfy the metadata filters.
|
FetchExamplesResponse.Builder |
addExamples(Example value)
The examples in the Example Store that satisfy the metadata filters.
|
FetchExamplesResponse.Builder |
addExamples(int index,
Example.Builder builderForValue)
The examples in the Example Store that satisfy the metadata filters.
|
FetchExamplesResponse.Builder |
addExamples(int index,
Example value)
The examples in the Example Store that satisfy the metadata filters.
|
Example.Builder |
addExamplesBuilder()
The examples in the Example Store that satisfy the metadata filters.
|
Example.Builder |
addExamplesBuilder(int index)
The examples in the Example Store that satisfy the metadata filters.
|
FetchExamplesResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FetchExamplesResponse |
build() |
FetchExamplesResponse |
buildPartial() |
FetchExamplesResponse.Builder |
clear() |
FetchExamplesResponse.Builder |
clearExamples()
The examples in the Example Store that satisfy the metadata filters.
|
FetchExamplesResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FetchExamplesResponse.Builder |
clearNextPageToken()
A token, which can be sent as [FetchExamplesRequest.page_token][] to
retrieve the next page.
|
FetchExamplesResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FetchExamplesResponse.Builder |
clone() |
FetchExamplesResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Example |
getExamples(int index)
The examples in the Example Store that satisfy the metadata filters.
|
Example.Builder |
getExamplesBuilder(int index)
The examples in the Example Store that satisfy the metadata filters.
|
List<Example.Builder> |
getExamplesBuilderList()
The examples in the Example Store that satisfy the metadata filters.
|
int |
getExamplesCount()
The examples in the Example Store that satisfy the metadata filters.
|
List<Example> |
getExamplesList()
The examples in the Example Store that satisfy the metadata filters.
|
ExampleOrBuilder |
getExamplesOrBuilder(int index)
The examples in the Example Store that satisfy the metadata filters.
|
List<? extends ExampleOrBuilder> |
getExamplesOrBuilderList()
The examples in the Example Store that satisfy the metadata filters.
|
String |
getNextPageToken()
A token, which can be sent as [FetchExamplesRequest.page_token][] to
retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as [FetchExamplesRequest.page_token][] to
retrieve the next page.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FetchExamplesResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FetchExamplesResponse.Builder |
mergeFrom(FetchExamplesResponse other) |
FetchExamplesResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
FetchExamplesResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FetchExamplesResponse.Builder |
removeExamples(int index)
The examples in the Example Store that satisfy the metadata filters.
|
FetchExamplesResponse.Builder |
setExamples(int index,
Example.Builder builderForValue)
The examples in the Example Store that satisfy the metadata filters.
|
FetchExamplesResponse.Builder |
setExamples(int index,
Example value)
The examples in the Example Store that satisfy the metadata filters.
|
FetchExamplesResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FetchExamplesResponse.Builder |
setNextPageToken(String value)
A token, which can be sent as [FetchExamplesRequest.page_token][] to
retrieve the next page.
|
FetchExamplesResponse.Builder |
setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token, which can be sent as [FetchExamplesRequest.page_token][] to
retrieve the next page.
|
FetchExamplesResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FetchExamplesResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<FetchExamplesResponse.Builder>public FetchExamplesResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<FetchExamplesResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<FetchExamplesResponse.Builder>public FetchExamplesResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic FetchExamplesResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic FetchExamplesResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic FetchExamplesResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<FetchExamplesResponse.Builder>public FetchExamplesResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<FetchExamplesResponse.Builder>public FetchExamplesResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<FetchExamplesResponse.Builder>public FetchExamplesResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<FetchExamplesResponse.Builder>public FetchExamplesResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FetchExamplesResponse.Builder>public FetchExamplesResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FetchExamplesResponse.Builder>public FetchExamplesResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FetchExamplesResponse.Builder>public FetchExamplesResponse.Builder mergeFrom(FetchExamplesResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<FetchExamplesResponse.Builder>public FetchExamplesResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FetchExamplesResponse.Builder>IOExceptionpublic List<Example> getExamplesList()
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;getExamplesList in interface FetchExamplesResponseOrBuilderpublic int getExamplesCount()
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;getExamplesCount in interface FetchExamplesResponseOrBuilderpublic Example getExamples(int index)
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;getExamples in interface FetchExamplesResponseOrBuilderpublic FetchExamplesResponse.Builder setExamples(int index, Example value)
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;public FetchExamplesResponse.Builder setExamples(int index, Example.Builder builderForValue)
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;public FetchExamplesResponse.Builder addExamples(Example value)
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;public FetchExamplesResponse.Builder addExamples(int index, Example value)
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;public FetchExamplesResponse.Builder addExamples(Example.Builder builderForValue)
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;public FetchExamplesResponse.Builder addExamples(int index, Example.Builder builderForValue)
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;public FetchExamplesResponse.Builder addAllExamples(Iterable<? extends Example> values)
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;public FetchExamplesResponse.Builder clearExamples()
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;public FetchExamplesResponse.Builder removeExamples(int index)
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;public Example.Builder getExamplesBuilder(int index)
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;public ExampleOrBuilder getExamplesOrBuilder(int index)
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;getExamplesOrBuilder in interface FetchExamplesResponseOrBuilderpublic List<? extends ExampleOrBuilder> getExamplesOrBuilderList()
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;getExamplesOrBuilderList in interface FetchExamplesResponseOrBuilderpublic Example.Builder addExamplesBuilder()
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;public Example.Builder addExamplesBuilder(int index)
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;public List<Example.Builder> getExamplesBuilderList()
The examples in the Example Store that satisfy the metadata filters.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 1;public String getNextPageToken()
A token, which can be sent as [FetchExamplesRequest.page_token][] to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;getNextPageToken in interface FetchExamplesResponseOrBuilderpublic com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as [FetchExamplesRequest.page_token][] to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;getNextPageTokenBytes in interface FetchExamplesResponseOrBuilderpublic FetchExamplesResponse.Builder setNextPageToken(String value)
A token, which can be sent as [FetchExamplesRequest.page_token][] to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;value - The nextPageToken to set.public FetchExamplesResponse.Builder clearNextPageToken()
A token, which can be sent as [FetchExamplesRequest.page_token][] to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;public FetchExamplesResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token, which can be sent as [FetchExamplesRequest.page_token][] to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;value - The bytes for nextPageToken to set.public final FetchExamplesResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FetchExamplesResponse.Builder>public final FetchExamplesResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FetchExamplesResponse.Builder>Copyright © 2025 Google LLC. All rights reserved.