Class ListFeaturestoresResponse.Builder (3.42.0)

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllFeaturestores(Iterable<? extends Featurestore> values)

public ListFeaturestoresResponse.Builder addAllFeaturestores(Iterable<? extends Featurestore> values)

The Featurestores matching the request.

repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.aiplatform.v1.Featurestore>
Returns
TypeDescription
ListFeaturestoresResponse.Builder

addFeaturestores(Featurestore value)

public ListFeaturestoresResponse.Builder addFeaturestores(Featurestore value)

The Featurestores matching the request.

repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;

Parameter
NameDescription
valueFeaturestore
Returns
TypeDescription
ListFeaturestoresResponse.Builder

addFeaturestores(Featurestore.Builder builderForValue)

public ListFeaturestoresResponse.Builder addFeaturestores(Featurestore.Builder builderForValue)

The Featurestores matching the request.

repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;

Parameter
NameDescription
builderForValueFeaturestore.Builder
Returns
TypeDescription
ListFeaturestoresResponse.Builder

addFeaturestores(int index, Featurestore value)

public ListFeaturestoresResponse.Builder addFeaturestores(int index, Featurestore value)

The Featurestores matching the request.

repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;

Parameters
NameDescription
indexint
valueFeaturestore
Returns
TypeDescription
ListFeaturestoresResponse.Builder

addFeaturestores(int index, Featurestore.Builder builderForValue)

public ListFeaturestoresResponse.Builder addFeaturestores(int index, Featurestore.Builder builderForValue)

The Featurestores matching the request.

repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;

Parameters
NameDescription
indexint
builderForValueFeaturestore.Builder
Returns
TypeDescription
ListFeaturestoresResponse.Builder

addFeaturestoresBuilder()

public Featurestore.Builder addFeaturestoresBuilder()

The Featurestores matching the request.

repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;

Returns
TypeDescription
Featurestore.Builder

addFeaturestoresBuilder(int index)

public Featurestore.Builder addFeaturestoresBuilder(int index)

The Featurestores matching the request.

repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Featurestore.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListFeaturestoresResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListFeaturestoresResponse.Builder
Overrides

build()

public ListFeaturestoresResponse build()
Returns
TypeDescription
ListFeaturestoresResponse

buildPartial()

public ListFeaturestoresResponse buildPartial()
Returns
TypeDescription
ListFeaturestoresResponse

clear()

public ListFeaturestoresResponse.Builder clear()
Returns
TypeDescription
ListFeaturestoresResponse.Builder
Overrides

clearFeaturestores()

public ListFeaturestoresResponse.Builder clearFeaturestores()

The Featurestores matching the request.

repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;

Returns
TypeDescription
ListFeaturestoresResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public ListFeaturestoresResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListFeaturestoresResponse.Builder
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;

Returns
TypeDescription
ListFeaturestoresResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListFeaturestoresResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListFeaturestoresResponse.Builder
Overrides

clone()

public ListFeaturestoresResponse.Builder clone()
Returns
TypeDescription
ListFeaturestoresResponse.Builder
Overrides

getDefaultInstanceForType()

public ListFeaturestoresResponse getDefaultInstanceForType()
Returns
TypeDescription
ListFeaturestoresResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getFeaturestores(int index)

public Featurestore getFeaturestores(int index)

The Featurestores matching the request.

repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Featurestore

getFeaturestoresBuilder(int index)

public Featurestore.Builder getFeaturestoresBuilder(int index)

The Featurestores matching the request.

repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Featurestore.Builder

getFeaturestoresBuilderList()

public List<Featurestore.Builder> getFeaturestoresBuilderList()

The Featurestores matching the request.

repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;

Returns
TypeDescription
List<Builder>

getFeaturestoresCount()

public int getFeaturestoresCount()

The Featurestores matching the request.

repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;

Returns
TypeDescription
int

getFeaturestoresList()

public List<Featurestore> getFeaturestoresList()

The Featurestores matching the request.

repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;

Returns
TypeDescription
List<Featurestore>

getFeaturestoresOrBuilder(int index)

public FeaturestoreOrBuilder getFeaturestoresOrBuilder(int index)

The Featurestores matching the request.

repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FeaturestoreOrBuilder

getFeaturestoresOrBuilderList()

public List<? extends FeaturestoreOrBuilder> getFeaturestoresOrBuilderList()

The Featurestores matching the request.

repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListFeaturestoresResponse other)

public ListFeaturestoresResponse.Builder mergeFrom(ListFeaturestoresResponse other)
Parameter
NameDescription
otherListFeaturestoresResponse
Returns
TypeDescription
ListFeaturestoresResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListFeaturestoresResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListFeaturestoresResponse.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListFeaturestoresResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListFeaturestoresResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListFeaturestoresResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListFeaturestoresResponse.Builder
Overrides

removeFeaturestores(int index)

public ListFeaturestoresResponse.Builder removeFeaturestores(int index)

The Featurestores matching the request.

repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ListFeaturestoresResponse.Builder

setFeaturestores(int index, Featurestore value)

public ListFeaturestoresResponse.Builder setFeaturestores(int index, Featurestore value)

The Featurestores matching the request.

repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;

Parameters
NameDescription
indexint
valueFeaturestore
Returns
TypeDescription
ListFeaturestoresResponse.Builder

setFeaturestores(int index, Featurestore.Builder builderForValue)

public ListFeaturestoresResponse.Builder setFeaturestores(int index, Featurestore.Builder builderForValue)

The Featurestores matching the request.

repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;

Parameters
NameDescription
indexint
builderForValueFeaturestore.Builder
Returns
TypeDescription
ListFeaturestoresResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListFeaturestoresResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListFeaturestoresResponse.Builder
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
NameDescription
valueString

The nextPageToken to set.

Returns
TypeDescription
ListFeaturestoresResponse.Builder

This builder for chaining.

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
NameDescription
valueByteString

The bytes for nextPageToken to set.

Returns
TypeDescription
ListFeaturestoresResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListFeaturestoresResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListFeaturestoresResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListFeaturestoresResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListFeaturestoresResponse.Builder
Overrides