Package com.google.cloud.aiplatform.v1
Class ListFeaturesResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListFeaturesResponse.Builder>
-
- com.google.cloud.aiplatform.v1.ListFeaturesResponse.Builder
-
- All Implemented Interfaces:
ListFeaturesResponseOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ListFeaturesResponse
public static final class ListFeaturesResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListFeaturesResponse.Builder> implements ListFeaturesResponseOrBuilder
Response message for [FeaturestoreService.ListFeatures][google.cloud.aiplatform.v1.FeaturestoreService.ListFeatures].
Protobuf typegoogle.cloud.aiplatform.v1.ListFeaturesResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListFeaturesResponse.BuilderaddAllFeatures(Iterable<? extends Feature> values)The Features matching the request.ListFeaturesResponse.BuilderaddFeatures(int index, Feature value)The Features matching the request.ListFeaturesResponse.BuilderaddFeatures(int index, Feature.Builder builderForValue)The Features matching the request.ListFeaturesResponse.BuilderaddFeatures(Feature value)The Features matching the request.ListFeaturesResponse.BuilderaddFeatures(Feature.Builder builderForValue)The Features matching the request.Feature.BuilderaddFeaturesBuilder()The Features matching the request.Feature.BuilderaddFeaturesBuilder(int index)The Features matching the request.ListFeaturesResponse.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListFeaturesResponsebuild()ListFeaturesResponsebuildPartial()ListFeaturesResponse.Builderclear()ListFeaturesResponse.BuilderclearFeatures()The Features matching the request.ListFeaturesResponse.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ListFeaturesResponse.BuilderclearNextPageToken()A token, which can be sent as [ListFeaturesRequest.page_token][google.cloud.aiplatform.v1.ListFeaturesRequest.page_token] to retrieve the next page.ListFeaturesResponse.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ListFeaturesResponse.Builderclone()ListFeaturesResponsegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()FeaturegetFeatures(int index)The Features matching the request.Feature.BuildergetFeaturesBuilder(int index)The Features matching the request.List<Feature.Builder>getFeaturesBuilderList()The Features matching the request.intgetFeaturesCount()The Features matching the request.List<Feature>getFeaturesList()The Features matching the request.FeatureOrBuildergetFeaturesOrBuilder(int index)The Features matching the request.List<? extends FeatureOrBuilder>getFeaturesOrBuilderList()The Features matching the request.StringgetNextPageToken()A token, which can be sent as [ListFeaturesRequest.page_token][google.cloud.aiplatform.v1.ListFeaturesRequest.page_token] to retrieve the next page.com.google.protobuf.ByteStringgetNextPageTokenBytes()A token, which can be sent as [ListFeaturesRequest.page_token][google.cloud.aiplatform.v1.ListFeaturesRequest.page_token] to retrieve the next page.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ListFeaturesResponse.BuildermergeFrom(ListFeaturesResponse other)ListFeaturesResponse.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ListFeaturesResponse.BuildermergeFrom(com.google.protobuf.Message other)ListFeaturesResponse.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ListFeaturesResponse.BuilderremoveFeatures(int index)The Features matching the request.ListFeaturesResponse.BuildersetFeatures(int index, Feature value)The Features matching the request.ListFeaturesResponse.BuildersetFeatures(int index, Feature.Builder builderForValue)The Features matching the request.ListFeaturesResponse.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListFeaturesResponse.BuildersetNextPageToken(String value)A token, which can be sent as [ListFeaturesRequest.page_token][google.cloud.aiplatform.v1.ListFeaturesRequest.page_token] to retrieve the next page.ListFeaturesResponse.BuildersetNextPageTokenBytes(com.google.protobuf.ByteString value)A token, which can be sent as [ListFeaturesRequest.page_token][google.cloud.aiplatform.v1.ListFeaturesRequest.page_token] to retrieve the next page.ListFeaturesResponse.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ListFeaturesResponse.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<ListFeaturesResponse.Builder>
-
clear
public ListFeaturesResponse.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<ListFeaturesResponse.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<ListFeaturesResponse.Builder>
-
getDefaultInstanceForType
public ListFeaturesResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListFeaturesResponse build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListFeaturesResponse buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListFeaturesResponse.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<ListFeaturesResponse.Builder>
-
setField
public ListFeaturesResponse.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<ListFeaturesResponse.Builder>
-
clearField
public ListFeaturesResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListFeaturesResponse.Builder>
-
clearOneof
public ListFeaturesResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ListFeaturesResponse.Builder>
-
setRepeatedField
public ListFeaturesResponse.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<ListFeaturesResponse.Builder>
-
addRepeatedField
public ListFeaturesResponse.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<ListFeaturesResponse.Builder>
-
mergeFrom
public ListFeaturesResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListFeaturesResponse.Builder>
-
mergeFrom
public ListFeaturesResponse.Builder mergeFrom(ListFeaturesResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ListFeaturesResponse.Builder>
-
mergeFrom
public ListFeaturesResponse.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<ListFeaturesResponse.Builder>- Throws:
IOException
-
getFeaturesList
public List<Feature> getFeaturesList()
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;- Specified by:
getFeaturesListin interfaceListFeaturesResponseOrBuilder
-
getFeaturesCount
public int getFeaturesCount()
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;- Specified by:
getFeaturesCountin interfaceListFeaturesResponseOrBuilder
-
getFeatures
public Feature getFeatures(int index)
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;- Specified by:
getFeaturesin interfaceListFeaturesResponseOrBuilder
-
setFeatures
public ListFeaturesResponse.Builder setFeatures(int index, Feature value)
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;
-
setFeatures
public ListFeaturesResponse.Builder setFeatures(int index, Feature.Builder builderForValue)
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;
-
addFeatures
public ListFeaturesResponse.Builder addFeatures(Feature value)
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;
-
addFeatures
public ListFeaturesResponse.Builder addFeatures(int index, Feature value)
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;
-
addFeatures
public ListFeaturesResponse.Builder addFeatures(Feature.Builder builderForValue)
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;
-
addFeatures
public ListFeaturesResponse.Builder addFeatures(int index, Feature.Builder builderForValue)
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;
-
addAllFeatures
public ListFeaturesResponse.Builder addAllFeatures(Iterable<? extends Feature> values)
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;
-
clearFeatures
public ListFeaturesResponse.Builder clearFeatures()
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;
-
removeFeatures
public ListFeaturesResponse.Builder removeFeatures(int index)
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;
-
getFeaturesBuilder
public Feature.Builder getFeaturesBuilder(int index)
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;
-
getFeaturesOrBuilder
public FeatureOrBuilder getFeaturesOrBuilder(int index)
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;- Specified by:
getFeaturesOrBuilderin interfaceListFeaturesResponseOrBuilder
-
getFeaturesOrBuilderList
public List<? extends FeatureOrBuilder> getFeaturesOrBuilderList()
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;- Specified by:
getFeaturesOrBuilderListin interfaceListFeaturesResponseOrBuilder
-
addFeaturesBuilder
public Feature.Builder addFeaturesBuilder()
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;
-
addFeaturesBuilder
public Feature.Builder addFeaturesBuilder(int index)
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;
-
getFeaturesBuilderList
public List<Feature.Builder> getFeaturesBuilderList()
The Features matching the request.
repeated .google.cloud.aiplatform.v1.Feature features = 1;
-
getNextPageToken
public String getNextPageToken()
A token, which can be sent as [ListFeaturesRequest.page_token][google.cloud.aiplatform.v1.ListFeaturesRequest.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 interfaceListFeaturesResponseOrBuilder- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
public com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as [ListFeaturesRequest.page_token][google.cloud.aiplatform.v1.ListFeaturesRequest.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 interfaceListFeaturesResponseOrBuilder- Returns:
- The bytes for nextPageToken.
-
setNextPageToken
public ListFeaturesResponse.Builder setNextPageToken(String value)
A token, which can be sent as [ListFeaturesRequest.page_token][google.cloud.aiplatform.v1.ListFeaturesRequest.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 ListFeaturesResponse.Builder clearNextPageToken()
A token, which can be sent as [ListFeaturesRequest.page_token][google.cloud.aiplatform.v1.ListFeaturesRequest.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 ListFeaturesResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token, which can be sent as [ListFeaturesRequest.page_token][google.cloud.aiplatform.v1.ListFeaturesRequest.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 ListFeaturesResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListFeaturesResponse.Builder>
-
mergeUnknownFields
public final ListFeaturesResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListFeaturesResponse.Builder>
-
-