Cloud AI Platform v1 API - Class ListMetadataStoresResponse (2.27.0)

public sealed class ListMetadataStoresResponse : IMessage<ListMetadataStoresResponse>, IEquatable<ListMetadataStoresResponse>, IDeepCloneable<ListMetadataStoresResponse>, IBufferMessage, IMessage, IPageResponse<MetadataStore>, IEnumerable<MetadataStore>, IEnumerable

Reference documentation and code samples for the Cloud AI Platform v1 API class ListMetadataStoresResponse.

Response message for [MetadataService.ListMetadataStores][google.cloud.aiplatform.v1.MetadataService.ListMetadataStores].

Inheritance

object > ListMetadataStoresResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListMetadataStoresResponse()

public ListMetadataStoresResponse()

ListMetadataStoresResponse(ListMetadataStoresResponse)

public ListMetadataStoresResponse(ListMetadataStoresResponse other)
Parameter
NameDescription
otherListMetadataStoresResponse

Properties

MetadataStores

public RepeatedField<MetadataStore> MetadataStores { get; }

The MetadataStores found for the Location.

Property Value
TypeDescription
RepeatedFieldMetadataStore

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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<MetadataStore> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorMetadataStore