Google Cloud Private Catalog V1beta1 Client - Class SearchCatalogsRequest (0.4.3)

Reference documentation and code samples for the Google Cloud Private Catalog V1beta1 Client class SearchCatalogsRequest.

Request message for PrivateCatalog.SearchCatalogs.

Generated from protobuf message google.cloud.privatecatalog.v1beta1.SearchCatalogsRequest

Namespace

Google \ Cloud \ PrivateCatalog \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ resource string

Required. The name of the resource context. It can be in following formats: * projects/{project} * folders/{folder} * organizations/{organization}

↳ query string

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 string

A pagination token returned from a previous call to SearchCatalogs that indicates where this listing should continue from.

getResource

Required. The name of the resource context. It can be in following formats:

  • projects/{project}
  • folders/{folder}
  • organizations/{organization}
Returns
Type Description
string

setResource

Required. The name of the resource context. It can be in following formats:

  • projects/{project}
  • folders/{folder}
  • organizations/{organization}
Parameter
Name Description
var string
Returns
Type Description
$this

getQuery

The query to filter the catalogs. The supported queries are:

  • Get a single catalog: name=catalogs/{catalog}
Returns
Type Description
string

setQuery

The query to filter the catalogs. The supported queries are:

  • Get a single catalog: name=catalogs/{catalog}
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 SearchCatalogs that indicates where this listing should continue from.

Returns
Type Description
string

setPageToken

A pagination token returned from a previous call to SearchCatalogs that indicates where this listing should continue from.

Parameter
Name Description
var string
Returns
Type Description
$this