public interface ListMetadataStoresResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MetadataStore |
|
getMetadataStoresCount()
public abstract int getMetadataStoresCount()The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getMetadataStoresList()
public abstract List<MetadataStore> getMetadataStoresList()The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MetadataStoreOrBuilder |
|
getMetadataStoresOrBuilderList()
public abstract List<? extends MetadataStoreOrBuilder> getMetadataStoresOrBuilderList()The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |