Interface ListExampleStoresResponseOrBuilder (3.94.0)

public interface ListExampleStoresResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExampleStores(int index)

public abstract ExampleStore getExampleStores(int index)

List of ExampleStore in the requested page.

repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;

Parameter
Name Description
index int
Returns
Type Description
ExampleStore

getExampleStoresCount()

public abstract int getExampleStoresCount()

List of ExampleStore in the requested page.

repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;

Returns
Type Description
int

getExampleStoresList()

public abstract List<ExampleStore> getExampleStoresList()

List of ExampleStore in the requested page.

repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;

Returns
Type Description
List<ExampleStore>

getExampleStoresOrBuilder(int index)

public abstract ExampleStoreOrBuilder getExampleStoresOrBuilder(int index)

List of ExampleStore in the requested page.

repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;

Parameter
Name Description
index int
Returns
Type Description
ExampleStoreOrBuilder

getExampleStoresOrBuilderList()

public abstract List<? extends ExampleStoreOrBuilder> getExampleStoresOrBuilderList()

List of ExampleStore in the requested page.

repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1beta1.ExampleStoreOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token to retrieve the next page of results. Pass to ListExampleStoresRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token to retrieve the next page of results. Pass to ListExampleStoresRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.