public interface ListMetadataStoresResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MetadataStore |
getMetadataStores(int index)
The MetadataStores found for the Location.
|
int |
getMetadataStoresCount()
The MetadataStores found for the Location.
|
List<MetadataStore> |
getMetadataStoresList()
The MetadataStores found for the Location.
|
MetadataStoreOrBuilder |
getMetadataStoresOrBuilder(int index)
The MetadataStores found for the Location.
|
List<? extends MetadataStoreOrBuilder> |
getMetadataStoresOrBuilderList()
The MetadataStores found for the Location.
|
String |
getNextPageToken()
A token, which can be sent as
[ListMetadataStoresRequest.page_token][google.cloud.aiplatform.v1beta1.ListMetadataStoresRequest.page_token] to retrieve the next
page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as
[ListMetadataStoresRequest.page_token][google.cloud.aiplatform.v1beta1.ListMetadataStoresRequest.page_token] to retrieve the next
page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<MetadataStore> getMetadataStoresList()
The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;MetadataStore getMetadataStores(int index)
The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;int getMetadataStoresCount()
The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;List<? extends MetadataStoreOrBuilder> getMetadataStoresOrBuilderList()
The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;MetadataStoreOrBuilder getMetadataStoresOrBuilder(int index)
The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;String getNextPageToken()
A token, which can be sent as [ListMetadataStoresRequest.page_token][google.cloud.aiplatform.v1beta1.ListMetadataStoresRequest.page_token] to retrieve the next page. If this field is not populated, there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as [ListMetadataStoresRequest.page_token][google.cloud.aiplatform.v1beta1.ListMetadataStoresRequest.page_token] to retrieve the next page. If this field is not populated, there are no subsequent pages.
string next_page_token = 2;Copyright © 2022 Google LLC. All rights reserved.