public sealed class ListMetadataStoresResponse : IMessage<ListMetadataStoresResponse>, IEquatable<ListMetadataStoresResponse>, IDeepCloneable<ListMetadataStoresResponse>, IBufferMessage, IMessage, IPageResponse<MetadataStore>, IEnumerable<MetadataStore>, IEnumerableReference documentation and code samples for the Vertex AI v1beta1 API class ListMetadataStoresResponse.
Response message for [MetadataService.ListMetadataStores][google.cloud.aiplatform.v1beta1.MetadataService.ListMetadataStores].
Implements
IMessageListMetadataStoresResponse, IEquatableListMetadataStoresResponse, IDeepCloneableListMetadataStoresResponse, IBufferMessage, IMessage, IPageResponseMetadataStore, IEnumerableMetadataStore, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListMetadataStoresResponse()
public ListMetadataStoresResponse()ListMetadataStoresResponse(ListMetadataStoresResponse)
public ListMetadataStoresResponse(ListMetadataStoresResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListMetadataStoresResponse |
Properties
MetadataStores
public RepeatedField<MetadataStore> MetadataStores { get; }The MetadataStores found for the Location.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldMetadataStore |
|
NextPageToken
public string NextPageToken { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<MetadataStore> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorMetadataStore |
|