Class ListMetadataSchemasRequest (1.36.4)

ListMetadataSchemasRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for MetadataService.ListMetadataSchemas.

Attributes

NameDescription
parent str
Required. The MetadataStore whose MetadataSchemas should be listed. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}
page_size int
The maximum number of MetadataSchemas to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.
page_token str
A page token, received from a previous 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.)
filter str
A query to filter available MetadataSchemas for matching results.

Methods

ListMetadataSchemasRequest

ListMetadataSchemasRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for MetadataService.ListMetadataSchemas.