public static final class ListFeaturestoresResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder> implements ListFeaturestoresResponseOrBuilder
Response message for [FeaturestoreService.ListFeaturestores][google.cloud.aiplatform.v1.FeaturestoreService.ListFeaturestores].Protobuf type
google.cloud.aiplatform.v1.ListFeaturestoresResponse| Modifier and Type | Method and Description |
|---|---|
ListFeaturestoresResponse.Builder |
addAllFeaturestores(Iterable<? extends Featurestore> values)
The Featurestores matching the request.
|
ListFeaturestoresResponse.Builder |
addFeaturestores(Featurestore.Builder builderForValue)
The Featurestores matching the request.
|
ListFeaturestoresResponse.Builder |
addFeaturestores(Featurestore value)
The Featurestores matching the request.
|
ListFeaturestoresResponse.Builder |
addFeaturestores(int index,
Featurestore.Builder builderForValue)
The Featurestores matching the request.
|
ListFeaturestoresResponse.Builder |
addFeaturestores(int index,
Featurestore value)
The Featurestores matching the request.
|
Featurestore.Builder |
addFeaturestoresBuilder()
The Featurestores matching the request.
|
Featurestore.Builder |
addFeaturestoresBuilder(int index)
The Featurestores matching the request.
|
ListFeaturestoresResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListFeaturestoresResponse |
build() |
ListFeaturestoresResponse |
buildPartial() |
ListFeaturestoresResponse.Builder |
clear() |
ListFeaturestoresResponse.Builder |
clearFeaturestores()
The Featurestores matching the request.
|
ListFeaturestoresResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ListFeaturestoresResponse.Builder |
clearNextPageToken()
A token, which can be sent as
[ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.ListFeaturestoresRequest.page_token]
to retrieve the next page.
|
ListFeaturestoresResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ListFeaturestoresResponse.Builder |
clone() |
ListFeaturestoresResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Featurestore |
getFeaturestores(int index)
The Featurestores matching the request.
|
Featurestore.Builder |
getFeaturestoresBuilder(int index)
The Featurestores matching the request.
|
List<Featurestore.Builder> |
getFeaturestoresBuilderList()
The Featurestores matching the request.
|
int |
getFeaturestoresCount()
The Featurestores matching the request.
|
List<Featurestore> |
getFeaturestoresList()
The Featurestores matching the request.
|
FeaturestoreOrBuilder |
getFeaturestoresOrBuilder(int index)
The Featurestores matching the request.
|
List<? extends FeaturestoreOrBuilder> |
getFeaturestoresOrBuilderList()
The Featurestores matching the request.
|
String |
getNextPageToken()
A token, which can be sent as
[ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.ListFeaturestoresRequest.page_token]
to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as
[ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.ListFeaturestoresRequest.page_token]
to retrieve the next page.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListFeaturestoresResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListFeaturestoresResponse.Builder |
mergeFrom(ListFeaturestoresResponse other) |
ListFeaturestoresResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListFeaturestoresResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListFeaturestoresResponse.Builder |
removeFeaturestores(int index)
The Featurestores matching the request.
|
ListFeaturestoresResponse.Builder |
setFeaturestores(int index,
Featurestore.Builder builderForValue)
The Featurestores matching the request.
|
ListFeaturestoresResponse.Builder |
setFeaturestores(int index,
Featurestore value)
The Featurestores matching the request.
|
ListFeaturestoresResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListFeaturestoresResponse.Builder |
setNextPageToken(String value)
A token, which can be sent as
[ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.ListFeaturestoresRequest.page_token]
to retrieve the next page.
|
ListFeaturestoresResponse.Builder |
setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token, which can be sent as
[ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.ListFeaturestoresRequest.page_token]
to retrieve the next page.
|
ListFeaturestoresResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ListFeaturestoresResponse.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<ListFeaturestoresResponse.Builder>public ListFeaturestoresResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.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<ListFeaturestoresResponse.Builder>public ListFeaturestoresResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListFeaturestoresResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListFeaturestoresResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListFeaturestoresResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder>public ListFeaturestoresResponse.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<ListFeaturestoresResponse.Builder>public ListFeaturestoresResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder>public ListFeaturestoresResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder>public ListFeaturestoresResponse.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<ListFeaturestoresResponse.Builder>public ListFeaturestoresResponse.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<ListFeaturestoresResponse.Builder>public ListFeaturestoresResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListFeaturestoresResponse.Builder>public ListFeaturestoresResponse.Builder mergeFrom(ListFeaturestoresResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder>public ListFeaturestoresResponse.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<ListFeaturestoresResponse.Builder>IOExceptionpublic List<Featurestore> getFeaturestoresList()
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;getFeaturestoresList in interface ListFeaturestoresResponseOrBuilderpublic int getFeaturestoresCount()
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;getFeaturestoresCount in interface ListFeaturestoresResponseOrBuilderpublic Featurestore getFeaturestores(int index)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;getFeaturestores in interface ListFeaturestoresResponseOrBuilderpublic ListFeaturestoresResponse.Builder setFeaturestores(int index, Featurestore value)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;public ListFeaturestoresResponse.Builder setFeaturestores(int index, Featurestore.Builder builderForValue)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;public ListFeaturestoresResponse.Builder addFeaturestores(Featurestore value)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;public ListFeaturestoresResponse.Builder addFeaturestores(int index, Featurestore value)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;public ListFeaturestoresResponse.Builder addFeaturestores(Featurestore.Builder builderForValue)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;public ListFeaturestoresResponse.Builder addFeaturestores(int index, Featurestore.Builder builderForValue)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;public ListFeaturestoresResponse.Builder addAllFeaturestores(Iterable<? extends Featurestore> values)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;public ListFeaturestoresResponse.Builder clearFeaturestores()
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;public ListFeaturestoresResponse.Builder removeFeaturestores(int index)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;public Featurestore.Builder getFeaturestoresBuilder(int index)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;public FeaturestoreOrBuilder getFeaturestoresOrBuilder(int index)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;getFeaturestoresOrBuilder in interface ListFeaturestoresResponseOrBuilderpublic List<? extends FeaturestoreOrBuilder> getFeaturestoresOrBuilderList()
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;getFeaturestoresOrBuilderList in interface ListFeaturestoresResponseOrBuilderpublic Featurestore.Builder addFeaturestoresBuilder()
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;public Featurestore.Builder addFeaturestoresBuilder(int index)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;public List<Featurestore.Builder> getFeaturestoresBuilderList()
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;public String getNextPageToken()
A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.ListFeaturestoresRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;getNextPageToken in interface ListFeaturestoresResponseOrBuilderpublic com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.ListFeaturestoresRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;getNextPageTokenBytes in interface ListFeaturestoresResponseOrBuilderpublic ListFeaturestoresResponse.Builder setNextPageToken(String value)
A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.ListFeaturestoresRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;value - The nextPageToken to set.public ListFeaturestoresResponse.Builder clearNextPageToken()
A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.ListFeaturestoresRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;public ListFeaturestoresResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1.ListFeaturestoresRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;value - The bytes for nextPageToken to set.public final ListFeaturestoresResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder>public final ListFeaturestoresResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder>Copyright © 2025 Google LLC. All rights reserved.