Class ListMetadataStoresRequest (1.2.0)

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

Request message for MetadataService.ListMetadataStores.

Attributes

NameDescription
parent str
Required. The Location whose MetadataStores should be listed. Format: projects/{project}/locations/{location}
page_size int
The maximum number of Metadata Stores 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.ListMetadataStores call. Provide this to retrieve the subsequent 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.)

Inheritance

builtins.object > proto.message.Message > ListMetadataStoresRequest