SearchVersionsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for PrivateCatalog.SearchVersions.
Attributes
Name | Description |
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. |