Class ListContextsRequest (1.0.1)

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

Request message for MetadataService.ListContexts

Attributes

NameDescription
parent str
Required. The MetadataStore whose Contexts should be listed. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}
page_size int
The maximum number of Contexts 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.ListContexts 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 > ListContextsRequest