Reference documentation and code samples for the Google Cloud Support V2 Client class SearchCaseClassificationsRequest.
The request message for the SearchCaseClassifications endpoint.
Generated from protobuf message google.cloud.support.v2.SearchCaseClassificationsRequest
Namespace
Google \ Cloud \ Support \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ query
string
An expression used to filter case classifications. If it's an empty string, then no filtering happens. Otherwise, case classifications will be returned that match the filter.
↳ page_size
int
The maximum number of classifications 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 used to filter case classifications.
If it's an empty string, then no filtering happens. Otherwise, case classifications will be returned that match the filter.
string
setQuery
An expression used to filter case classifications.
If it's an empty string, then no filtering happens. Otherwise, case classifications will be returned that match the filter.
var
string
$this
getPageSize
The maximum number of classifications fetched with each request.
int
setPageSize
The maximum number of classifications fetched with each request.
var
int
$this
getPageToken
A token identifying the page of results to return. If unspecified, the first page is retrieved.
string
setPageToken
A token identifying the page of results to return. If unspecified, the first page is retrieved.
var
string
$this