Class SearchCatalogsRequest (0.7.1)

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

Request message for PrivateCatalog.SearchCatalogs.

Attributes

NameDescription
resource str
Required. The name of the resource context. It can be in following formats: - ``projects/{project}`` - ``folders/{folder}`` - ``organizations/{organization}``
query str
The query to filter the catalogs. The supported queries are: - Get a single catalog: ``name=catalogs/{catalog}``
page_size int
The maximum number of entries that are requested.
page_token str
A pagination token returned from a previous call to SearchCatalogs that indicates where this listing should continue from.

Inheritance

builtins.object > proto.message.Message > SearchCatalogsRequest