Class ListFeaturestoresResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder>
-
- com.google.cloud.aiplatform.v1beta1.ListFeaturestoresResponse.Builder
-
- All Implemented Interfaces:
ListFeaturestoresResponseOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ListFeaturestoresResponse
public static final class ListFeaturestoresResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder> implements ListFeaturestoresResponseOrBuilder
Response message for [FeaturestoreService.ListFeaturestores][google.cloud.aiplatform.v1beta1.FeaturestoreService.ListFeaturestores].
Protobuf typegoogle.cloud.aiplatform.v1beta1.ListFeaturestoresResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListFeaturestoresResponse.BuilderaddAllFeaturestores(Iterable<? extends Featurestore> values)The Featurestores matching the request.ListFeaturestoresResponse.BuilderaddFeaturestores(int index, Featurestore value)The Featurestores matching the request.ListFeaturestoresResponse.BuilderaddFeaturestores(int index, Featurestore.Builder builderForValue)The Featurestores matching the request.ListFeaturestoresResponse.BuilderaddFeaturestores(Featurestore value)The Featurestores matching the request.ListFeaturestoresResponse.BuilderaddFeaturestores(Featurestore.Builder builderForValue)The Featurestores matching the request.Featurestore.BuilderaddFeaturestoresBuilder()The Featurestores matching the request.Featurestore.BuilderaddFeaturestoresBuilder(int index)The Featurestores matching the request.ListFeaturestoresResponse.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListFeaturestoresResponsebuild()ListFeaturestoresResponsebuildPartial()ListFeaturestoresResponse.Builderclear()ListFeaturestoresResponse.BuilderclearFeaturestores()The Featurestores matching the request.ListFeaturestoresResponse.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ListFeaturestoresResponse.BuilderclearNextPageToken()A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeaturestoresRequest.page_token] to retrieve the next page.ListFeaturestoresResponse.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ListFeaturestoresResponse.Builderclone()ListFeaturestoresResponsegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()FeaturestoregetFeaturestores(int index)The Featurestores matching the request.Featurestore.BuildergetFeaturestoresBuilder(int index)The Featurestores matching the request.List<Featurestore.Builder>getFeaturestoresBuilderList()The Featurestores matching the request.intgetFeaturestoresCount()The Featurestores matching the request.List<Featurestore>getFeaturestoresList()The Featurestores matching the request.FeaturestoreOrBuildergetFeaturestoresOrBuilder(int index)The Featurestores matching the request.List<? extends FeaturestoreOrBuilder>getFeaturestoresOrBuilderList()The Featurestores matching the request.StringgetNextPageToken()A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeaturestoresRequest.page_token] to retrieve the next page.com.google.protobuf.ByteStringgetNextPageTokenBytes()A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeaturestoresRequest.page_token] to retrieve the next page.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ListFeaturestoresResponse.BuildermergeFrom(ListFeaturestoresResponse other)ListFeaturestoresResponse.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ListFeaturestoresResponse.BuildermergeFrom(com.google.protobuf.Message other)ListFeaturestoresResponse.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ListFeaturestoresResponse.BuilderremoveFeaturestores(int index)The Featurestores matching the request.ListFeaturestoresResponse.BuildersetFeaturestores(int index, Featurestore value)The Featurestores matching the request.ListFeaturestoresResponse.BuildersetFeaturestores(int index, Featurestore.Builder builderForValue)The Featurestores matching the request.ListFeaturestoresResponse.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListFeaturestoresResponse.BuildersetNextPageToken(String value)A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeaturestoresRequest.page_token] to retrieve the next page.ListFeaturestoresResponse.BuildersetNextPageTokenBytes(com.google.protobuf.ByteString value)A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeaturestoresRequest.page_token] to retrieve the next page.ListFeaturestoresResponse.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ListFeaturestoresResponse.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder>
-
clear
public ListFeaturestoresResponse.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder>
-
getDefaultInstanceForType
public ListFeaturestoresResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListFeaturestoresResponse build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListFeaturestoresResponse buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListFeaturestoresResponse.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder>
-
setField
public ListFeaturestoresResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder>
-
clearField
public ListFeaturestoresResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder>
-
clearOneof
public ListFeaturestoresResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder>
-
setRepeatedField
public ListFeaturestoresResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder>
-
addRepeatedField
public ListFeaturestoresResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder>
-
mergeFrom
public ListFeaturestoresResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListFeaturestoresResponse.Builder>
-
mergeFrom
public ListFeaturestoresResponse.Builder mergeFrom(ListFeaturestoresResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder>
-
mergeFrom
public ListFeaturestoresResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListFeaturestoresResponse.Builder>- Throws:
IOException
-
getFeaturestoresList
public List<Featurestore> getFeaturestoresList()
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;- Specified by:
getFeaturestoresListin interfaceListFeaturestoresResponseOrBuilder
-
getFeaturestoresCount
public int getFeaturestoresCount()
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;- Specified by:
getFeaturestoresCountin interfaceListFeaturestoresResponseOrBuilder
-
getFeaturestores
public Featurestore getFeaturestores(int index)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;- Specified by:
getFeaturestoresin interfaceListFeaturestoresResponseOrBuilder
-
setFeaturestores
public ListFeaturestoresResponse.Builder setFeaturestores(int index, Featurestore value)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;
-
setFeaturestores
public ListFeaturestoresResponse.Builder setFeaturestores(int index, Featurestore.Builder builderForValue)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;
-
addFeaturestores
public ListFeaturestoresResponse.Builder addFeaturestores(Featurestore value)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;
-
addFeaturestores
public ListFeaturestoresResponse.Builder addFeaturestores(int index, Featurestore value)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;
-
addFeaturestores
public ListFeaturestoresResponse.Builder addFeaturestores(Featurestore.Builder builderForValue)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;
-
addFeaturestores
public ListFeaturestoresResponse.Builder addFeaturestores(int index, Featurestore.Builder builderForValue)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;
-
addAllFeaturestores
public ListFeaturestoresResponse.Builder addAllFeaturestores(Iterable<? extends Featurestore> values)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;
-
clearFeaturestores
public ListFeaturestoresResponse.Builder clearFeaturestores()
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;
-
removeFeaturestores
public ListFeaturestoresResponse.Builder removeFeaturestores(int index)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;
-
getFeaturestoresBuilder
public Featurestore.Builder getFeaturestoresBuilder(int index)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;
-
getFeaturestoresOrBuilder
public FeaturestoreOrBuilder getFeaturestoresOrBuilder(int index)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;- Specified by:
getFeaturestoresOrBuilderin interfaceListFeaturestoresResponseOrBuilder
-
getFeaturestoresOrBuilderList
public List<? extends FeaturestoreOrBuilder> getFeaturestoresOrBuilderList()
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;- Specified by:
getFeaturestoresOrBuilderListin interfaceListFeaturestoresResponseOrBuilder
-
addFeaturestoresBuilder
public Featurestore.Builder addFeaturestoresBuilder()
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;
-
addFeaturestoresBuilder
public Featurestore.Builder addFeaturestoresBuilder(int index)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;
-
getFeaturestoresBuilderList
public List<Featurestore.Builder> getFeaturestoresBuilderList()
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1beta1.Featurestore featurestores = 1;
-
getNextPageToken
public String getNextPageToken()
A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeaturestoresRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;- Specified by:
getNextPageTokenin interfaceListFeaturestoresResponseOrBuilder- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
public com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeaturestoresRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;- Specified by:
getNextPageTokenBytesin interfaceListFeaturestoresResponseOrBuilder- Returns:
- The bytes for nextPageToken.
-
setNextPageToken
public ListFeaturestoresResponse.Builder setNextPageToken(String value)
A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeaturestoresRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;- Parameters:
value- The nextPageToken to set.- Returns:
- This builder for chaining.
-
clearNextPageToken
public ListFeaturestoresResponse.Builder clearNextPageToken()
A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeaturestoresRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;- Returns:
- This builder for chaining.
-
setNextPageTokenBytes
public ListFeaturestoresResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token, which can be sent as [ListFeaturestoresRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeaturestoresRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;- Parameters:
value- The bytes for nextPageToken to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListFeaturestoresResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder>
-
mergeUnknownFields
public final ListFeaturestoresResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder>
-
-