public sealed class ListMetadataStoresResponse : IMessage<ListMetadataStoresResponse>, IEquatable<ListMetadataStoresResponse>, IDeepCloneable<ListMetadataStoresResponse>, IBufferMessage, IMessage, IPageResponse<MetadataStore>, IEnumerable<MetadataStore>, IEnumerableResponse message for [MetadataService.ListMetadataStores][google.cloud.aiplatform.v1.MetadataService.ListMetadataStores].
Implements
IMessage<ListMetadataStoresResponse>, IEquatable<ListMetadataStoresResponse>, IDeepCloneable<ListMetadataStoresResponse>, IBufferMessage, IMessage, IPageResponse<MetadataStore>, IEnumerable<MetadataStore>, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.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 |
RepeatedField<MetadataStore> |
|
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as [ListMetadataStoresRequest.page_token][google.cloud.aiplatform.v1.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 |
IEnumerator<MetadataStore> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|