Google Cloud Support V2 Client - Class SearchCaseClassificationsRequest (0.1.2)

Reference documentation and code samples for the Google Cloud Support V2 Client class SearchCaseClassificationsRequest.

The request message for SearchCaseClassifications endpoint.

Generated from protobuf message google.cloud.support.v2.SearchCaseClassificationsRequest

Namespace

Google \ Cloud \ Support \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ query string

An expression written in the Google Cloud filter language. If non-empty, then only cases whose fields match the filter are returned. If empty, then no messages are filtered out.

↳ page_size int

The maximum number of cases fetched with each request.

↳ page_token string

A token identifying the page of results to return. If unspecified, the first page is retrieved.

getQuery

An expression written in the Google Cloud filter language. If non-empty, then only cases whose fields match the filter are returned. If empty, then no messages are filtered out.

Returns
TypeDescription
string

setQuery

An expression written in the Google Cloud filter language. If non-empty, then only cases whose fields match the filter are returned. If empty, then no messages are filtered out.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

The maximum number of cases fetched with each request.

Returns
TypeDescription
int

setPageSize

The maximum number of cases fetched with each request.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

A token identifying the page of results to return. If unspecified, the first page is retrieved.

Returns
TypeDescription
string

setPageToken

A token identifying the page of results to return. If unspecified, the first page is retrieved.

Parameter
NameDescription
var string
Returns
TypeDescription
$this