Reference documentation and code samples for the Google Cloud Private Catalog V1beta1 Client class SearchVersionsRequest.
Request message for PrivateCatalog.SearchVersions.
Generated from protobuf message google.cloud.privatecatalog.v1beta1.SearchVersionsRequest
Namespace
Google \ Cloud \ PrivateCatalog \ V1beta1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ resource |
string
Required. The name of the resource context. See SearchCatalogsRequest.resource for details. |
↳ query |
string
Required. The query to filter the versions. The supported queries are: * * List versions under a product: |
↳ page_size |
int
The maximum number of entries that are requested. |
↳ page_token |
string
A pagination token returned from a previous call to SearchVersions that indicates where this listing should continue from. |
getResource
Required. The name of the resource context. See SearchCatalogsRequest.resource for details.
| Returns | |
|---|---|
| Type | Description |
string |
|
setResource
Required. The name of the resource context. See SearchCatalogsRequest.resource for details.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getQuery
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}
| Returns | |
|---|---|
| Type | Description |
string |
|
setQuery
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}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageSize
The maximum number of entries that are requested.
| Returns | |
|---|---|
| Type | Description |
int |
|
setPageSize
The maximum number of entries that are requested.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageToken
A pagination token returned from a previous call to SearchVersions that indicates where this listing should continue from.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPageToken
A pagination token returned from a previous call to SearchVersions that indicates where this listing should continue from.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|