public sealed class ListMetadataSchemasRequest : IMessage<ListMetadataSchemasRequest>, IEquatable<ListMetadataSchemasRequest>, IDeepCloneable<ListMetadataSchemasRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ListMetadataSchemasRequest.
Request message for [MetadataService.ListMetadataSchemas][google.cloud.aiplatform.v1beta1.MetadataService.ListMetadataSchemas].
Implements
IMessageListMetadataSchemasRequest, IEquatableListMetadataSchemasRequest, IDeepCloneableListMetadataSchemasRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListMetadataSchemasRequest()
public ListMetadataSchemasRequest()
ListMetadataSchemasRequest(ListMetadataSchemasRequest)
public ListMetadataSchemasRequest(ListMetadataSchemasRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListMetadataSchemasRequest |
Properties
Filter
public string Filter { get; set; }
A query to filter available MetadataSchemas for matching results.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
The maximum number of MetadataSchemas to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A page token, received from a previous [MetadataService.ListMetadataSchemas][google.cloud.aiplatform.v1beta1.MetadataService.ListMetadataSchemas] call. Provide this to retrieve the next page.
When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT error.)
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The MetadataStore whose MetadataSchemas should be listed.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}
Property Value | |
---|---|
Type | Description |
string |
ParentAsMetadataStoreName
public MetadataStoreName ParentAsMetadataStoreName { get; set; }
MetadataStoreName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
MetadataStoreName |