Google Cloud Support V2 Client - Class SearchCaseClassificationsResponse (1.5.0)

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

The response message for SearchCaseClassifications endpoint.

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

Namespace

Google \ Cloud \ Support \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ case_classifications array<CaseClassification>

The classifications retrieved.

↳ next_page_token string

A token to retrieve the next page of results. Set this in the page_token field of subsequent caseClassifications.list requests. If unspecified, there are no more results to retrieve.

getCaseClassifications

The classifications retrieved.

Returns
Type Description
Google\Protobuf\RepeatedField<CaseClassification>

setCaseClassifications

The classifications retrieved.

Parameter
Name Description
var array<CaseClassification>
Returns
Type Description
$this

getNextPageToken

A token to retrieve the next page of results. Set this in the page_token field of subsequent caseClassifications.list requests. If unspecified, there are no more results to retrieve.

Returns
Type Description
string

setNextPageToken

A token to retrieve the next page of results. Set this in the page_token field of subsequent caseClassifications.list requests. If unspecified, there are no more results to retrieve.

Parameter
Name Description
var string
Returns
Type Description
$this