Cloud AI Platform v1 API - Class ListMetadataSchemasRequest (2.24.0)

public sealed class ListMetadataSchemasRequest : IMessage<ListMetadataSchemasRequest>, IEquatable<ListMetadataSchemasRequest>, IDeepCloneable<ListMetadataSchemasRequest>, IBufferMessage, IMessage, IPageRequest

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

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

Inheritance

object > ListMetadataSchemasRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListMetadataSchemasRequest()

public ListMetadataSchemasRequest()

ListMetadataSchemasRequest(ListMetadataSchemasRequest)

public ListMetadataSchemasRequest(ListMetadataSchemasRequest other)
Parameter
NameDescription
otherListMetadataSchemasRequest

Properties

Filter

public string Filter { get; set; }

A query to filter available MetadataSchemas for matching results.

Property Value
TypeDescription
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
TypeDescription
int

PageToken

public string PageToken { get; set; }

A page token, received from a previous [MetadataService.ListMetadataSchemas][google.cloud.aiplatform.v1.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
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The MetadataStore whose MetadataSchemas should be listed. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}

Property Value
TypeDescription
string

ParentAsMetadataStoreName

public MetadataStoreName ParentAsMetadataStoreName { get; set; }

MetadataStoreName-typed view over the Parent resource name property.

Property Value
TypeDescription
MetadataStoreName