Interface ListMetadataStoresResponseOrBuilder (3.42.0)

public interface ListMetadataStoresResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMetadataStores(int index)

public abstract MetadataStore getMetadataStores(int index)

The MetadataStores found for the Location.

repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
MetadataStore

getMetadataStoresCount()

public abstract int getMetadataStoresCount()

The MetadataStores found for the Location.

repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;

Returns
TypeDescription
int

getMetadataStoresList()

public abstract List<MetadataStore> getMetadataStoresList()

The MetadataStores found for the Location.

repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;

Returns
TypeDescription
List<MetadataStore>

getMetadataStoresOrBuilder(int index)

public abstract MetadataStoreOrBuilder getMetadataStoresOrBuilder(int index)

The MetadataStores found for the Location.

repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
MetadataStoreOrBuilder

getMetadataStoresOrBuilderList()

public abstract List<? extends MetadataStoreOrBuilder> getMetadataStoresOrBuilderList()

The MetadataStores found for the Location.

repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;

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

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as ListMetadataStoresRequest.page_token to retrieve the next page. If this field is not populated, 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 ListMetadataStoresRequest.page_token to retrieve the next page. If this field is not populated, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.