public static final class ListFeaturestoresResponse.Builder extends GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder> implements ListFeaturestoresResponseOrBuilder
Response message for
FeaturestoreService.ListFeaturestores.
Protobuf type google.cloud.aiplatform.v1.ListFeaturestoresResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public ListFeaturestoresResponse.Builder addAllFeaturestores(Iterable<? extends Featurestore> values)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1.Featurestore>
|
public ListFeaturestoresResponse.Builder addFeaturestores(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 value)
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 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;
Parameter |
Name |
Description |
index |
int
|
public ListFeaturestoresResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListFeaturestoresResponse build()
public ListFeaturestoresResponse buildPartial()
public ListFeaturestoresResponse.Builder clear()
Overrides
public ListFeaturestoresResponse.Builder clearFeaturestores()
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
public ListFeaturestoresResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListFeaturestoresResponse.Builder clearNextPageToken()
A token, which can be sent as
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 clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ListFeaturestoresResponse.Builder clone()
Overrides
public ListFeaturestoresResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public Featurestore getFeaturestores(int index)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
Parameter |
Name |
Description |
index |
int
|
public Featurestore.Builder getFeaturestoresBuilder(int index)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
Parameter |
Name |
Description |
index |
int
|
public List<Featurestore.Builder> getFeaturestoresBuilderList()
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
public int getFeaturestoresCount()
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
Returns |
Type |
Description |
int |
|
public List<Featurestore> getFeaturestoresList()
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;
Parameter |
Name |
Description |
index |
int
|
public List<? extends FeaturestoreOrBuilder> getFeaturestoresOrBuilderList()
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
Returns |
Type |
Description |
List<? extends com.google.cloud.aiplatform.v1.FeaturestoreOrBuilder> |
|
getNextPageToken()
public String getNextPageToken()
A token, which can be sent as
ListFeaturestoresRequest.page_token
to retrieve the next page. If this field is omitted, there are no
subsequent pages.
string next_page_token = 2;
Returns |
Type |
Description |
String |
The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token, which can be sent as
ListFeaturestoresRequest.page_token
to retrieve the next page. If this field is omitted, there are no
subsequent pages.
string next_page_token = 2;
Returns |
Type |
Description |
ByteString |
The bytes for nextPageToken.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListFeaturestoresResponse.Builder mergeFrom(ListFeaturestoresResponse other)
public ListFeaturestoresResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ListFeaturestoresResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final ListFeaturestoresResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public ListFeaturestoresResponse.Builder removeFeaturestores(int index)
The Featurestores matching the request.
repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
Parameter |
Name |
Description |
index |
int
|
public 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 setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public ListFeaturestoresResponse.Builder setNextPageToken(String value)
A token, which can be sent as
ListFeaturestoresRequest.page_token
to retrieve the next page. If this field is omitted, there are no
subsequent pages.
string next_page_token = 2;
Parameter |
Name |
Description |
value |
String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public ListFeaturestoresResponse.Builder setNextPageTokenBytes(ByteString value)
A token, which can be sent as
ListFeaturestoresRequest.page_token
to retrieve the next page. If this field is omitted, there are no
subsequent pages.
string next_page_token = 2;
Parameter |
Name |
Description |
value |
ByteString
The bytes for nextPageToken to set.
|
public ListFeaturestoresResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ListFeaturestoresResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides