Interface ListFeatureOnlineStoresResponseOrBuilder (3.42.0)

public interface ListFeatureOnlineStoresResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeatureOnlineStores(int index)

public abstract FeatureOnlineStore getFeatureOnlineStores(int index)

The FeatureOnlineStores matching the request.

repeated .google.cloud.aiplatform.v1beta1.FeatureOnlineStore feature_online_stores = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FeatureOnlineStore

getFeatureOnlineStoresCount()

public abstract int getFeatureOnlineStoresCount()

The FeatureOnlineStores matching the request.

repeated .google.cloud.aiplatform.v1beta1.FeatureOnlineStore feature_online_stores = 1;

Returns
TypeDescription
int

getFeatureOnlineStoresList()

public abstract List<FeatureOnlineStore> getFeatureOnlineStoresList()

The FeatureOnlineStores matching the request.

repeated .google.cloud.aiplatform.v1beta1.FeatureOnlineStore feature_online_stores = 1;

Returns
TypeDescription
List<FeatureOnlineStore>

getFeatureOnlineStoresOrBuilder(int index)

public abstract FeatureOnlineStoreOrBuilder getFeatureOnlineStoresOrBuilder(int index)

The FeatureOnlineStores matching the request.

repeated .google.cloud.aiplatform.v1beta1.FeatureOnlineStore feature_online_stores = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FeatureOnlineStoreOrBuilder

getFeatureOnlineStoresOrBuilderList()

public abstract List<? extends FeatureOnlineStoreOrBuilder> getFeatureOnlineStoresOrBuilderList()

The FeatureOnlineStores matching the request.

repeated .google.cloud.aiplatform.v1beta1.FeatureOnlineStore feature_online_stores = 1;

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

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as ListFeatureOnlineStoresRequest.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 ListFeatureOnlineStoresRequest.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.