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 v1beta1 API class ListMetadataSchemasResponse.
Response message for [MetadataService.ListMetadataSchemas][google.cloud.aiplatform.v1beta1.MetadataService.ListMetadataSchemas].
Implements
IMessageListMetadataSchemasResponse, IEquatableListMetadataSchemasResponse, IDeepCloneableListMetadataSchemasResponse, IBufferMessage, IMessage, IPageResponseMetadataSchema, IEnumerableMetadataSchema, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListMetadataSchemasResponse()
public ListMetadataSchemasResponse()
ListMetadataSchemasResponse(ListMetadataSchemasResponse)
public ListMetadataSchemasResponse(ListMetadataSchemasResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListMetadataSchemasResponse |
Properties
MetadataSchemas
public RepeatedField<MetadataSchema> MetadataSchemas { get; }
The MetadataSchemas found for the MetadataStore.
Property Value | |
---|---|
Type | Description |
RepeatedFieldMetadataSchema |
NextPageToken
public string NextPageToken { get; set; }
A token, which can be sent as [ListMetadataSchemasRequest.page_token][google.cloud.aiplatform.v1beta1.ListMetadataSchemasRequest.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<MetadataSchema> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorMetadataSchema |