Class SearchVersionsRequest (0.7.1)

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

Request message for PrivateCatalog.SearchVersions.

Attributes

NameDescription
resource str
Required. The name of the resource context. See SearchCatalogsRequest.resource for details.
query str
Required. The query to filter the versions. The supported queries are: - List versions under a product: ``parent=catalogs/{catalog}/products/{product}`` - Get a version by name: ``name=catalogs/{catalog}/products/{product}/versions/{version}``
page_size int
The maximum number of entries that are requested.
page_token str
A pagination token returned from a previous call to SearchVersions that indicates where this listing should continue from.

Inheritance

builtins.object > proto.message.Message > SearchVersionsRequest