Class ListMetadataSchemasRequest (1.2.0)

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

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
Int32

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