Cloud AI Platform v1 API - Class ListMetadataSchemasResponse (2.27.0)

public sealed class ListMetadataSchemasResponse : IMessage<ListMetadataSchemasResponse>, IEquatable<ListMetadataSchemasResponse>, IDeepCloneable<ListMetadataSchemasResponse>, IBufferMessage, IMessage, IPageResponse<MetadataSchema>, IEnumerable<MetadataSchema>, IEnumerable

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

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

Inheritance

object > ListMetadataSchemasResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListMetadataSchemasResponse()

public ListMetadataSchemasResponse()

ListMetadataSchemasResponse(ListMetadataSchemasResponse)

public ListMetadataSchemasResponse(ListMetadataSchemasResponse other)
Parameter
NameDescription
otherListMetadataSchemasResponse

Properties

MetadataSchemas

public RepeatedField<MetadataSchema> MetadataSchemas { get; }

The MetadataSchemas found for the MetadataStore.

Property Value
TypeDescription
RepeatedFieldMetadataSchema

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as [ListMetadataSchemasRequest.page_token][google.cloud.aiplatform.v1.ListMetadataSchemasRequest.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<MetadataSchema> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorMetadataSchema