Interface ListFeaturestoresResponseOrBuilder (3.42.0)

public interface ListFeaturestoresResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeaturestores(int index)

public abstract Featurestore getFeaturestores(int index)

The Featurestores matching the request.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
Featurestore

getFeaturestoresCount()

public abstract int getFeaturestoresCount()

The Featurestores matching the request.

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

Returns
TypeDescription
int

getFeaturestoresList()

public abstract List<Featurestore> getFeaturestoresList()

The Featurestores matching the request.

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

Returns
TypeDescription
List<Featurestore>

getFeaturestoresOrBuilder(int index)

public abstract FeaturestoreOrBuilder getFeaturestoresOrBuilder(int index)

The Featurestores matching the request.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
FeaturestoreOrBuilder

getFeaturestoresOrBuilderList()

public abstract List<? extends FeaturestoreOrBuilder> getFeaturestoresOrBuilderList()

The Featurestores matching the request.

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

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.FeaturestoreOrBuilder>

getNextPageToken()

public abstract 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 abstract 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.