Class ListSchemaBundlesRequest (2.34.0)

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

The request for ListSchemaBundles][google.bigtable.admin.v2.BigtableTableAdmin.ListSchemaBundles].

Attributes

Name Description
parent str
Required. The parent, which owns this collection of schema bundles. Values are of the form projects/{project}/instances/{instance}/tables/{table}.
page_size int
The maximum number of schema bundles to return. If the value is positive, the server may return at most this value. If unspecified, the server will return the maximum allowed page size.
page_token str
A page token, received from a previous ListSchemaBundles call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListSchemaBundles must match the call that provided the page token.