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 \ V2
Methods
__construct
Constructor.
Parameters
Name
Description
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.
Returns
Type
Description
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.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
The maximum number of classifications fetched with each request.
Returns
Type
Description
int
setPageSize
The maximum number of classifications fetched with each request.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
A token identifying the page of results to return. If unspecified, the
first page is retrieved.
Returns
Type
Description
string
setPageToken
A token identifying the page of results to return. If unspecified, the
first page is retrieved.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Google Cloud Support V2 Client - Class SearchCaseClassificationsRequest (1.2.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.1 (latest)](/php/docs/reference/cloud-support/latest/V2.SearchCaseClassificationsRequest)\n- [1.2.0](/php/docs/reference/cloud-support/1.2.0/V2.SearchCaseClassificationsRequest)\n- [1.1.0](/php/docs/reference/cloud-support/1.1.0/V2.SearchCaseClassificationsRequest)\n- [1.0.3](/php/docs/reference/cloud-support/1.0.3/V2.SearchCaseClassificationsRequest)\n- [0.2.5](/php/docs/reference/cloud-support/0.2.5/V2.SearchCaseClassificationsRequest)\n- [0.1.2](/php/docs/reference/cloud-support/0.1.2/V2.SearchCaseClassificationsRequest) \nReference documentation and code samples for the Google Cloud Support V2 Client class SearchCaseClassificationsRequest.\n\nThe request message for the SearchCaseClassifications endpoint.\n\nGenerated from protobuf message `google.cloud.support.v2.SearchCaseClassificationsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Support \\\\ V2\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getQuery\n\nAn expression used to filter case classifications.\n\nIf it's an empty string, then no filtering happens. Otherwise, case\nclassifications will be returned that match the filter.\n\n### setQuery\n\nAn expression used to filter case classifications.\n\nIf it's an empty string, then no filtering happens. Otherwise, case\nclassifications will be returned that match the filter.\n\n### getPageSize\n\nThe maximum number of classifications fetched with each request.\n\n### setPageSize\n\nThe maximum number of classifications fetched with each request.\n\n### getPageToken\n\nA token identifying the page of results to return. If unspecified, the\nfirst page is retrieved.\n\n### setPageToken\n\nA token identifying the page of results to return. If unspecified, the\nfirst page is retrieved."]]