Google Cloud Service Control V1 Client - Class CheckInfo (1.0.6)

Reference documentation and code samples for the Google Cloud Service Control V1 Client class CheckInfo.

Contains additional information about the check operation.

Generated from protobuf message google.api.servicecontrol.v1.CheckResponse.CheckInfo

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ unused_arguments array

A list of fields and label keys that are ignored by the server. The client doesn't need to send them for following requests to improve performance and allow better aggregation.

↳ consumer_info Google\Cloud\ServiceControl\V1\CheckResponse\ConsumerInfo

Consumer info of this check.

getUnusedArguments

A list of fields and label keys that are ignored by the server.

The client doesn't need to send them for following requests to improve performance and allow better aggregation.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnusedArguments

A list of fields and label keys that are ignored by the server.

The client doesn't need to send them for following requests to improve performance and allow better aggregation.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getConsumerInfo

Consumer info of this check.

Returns
Type Description
Google\Cloud\ServiceControl\V1\CheckResponse\ConsumerInfo|null

hasConsumerInfo

clearConsumerInfo

setConsumerInfo

Consumer info of this check.

Parameter
Name Description
var Google\Cloud\ServiceControl\V1\CheckResponse\ConsumerInfo
Returns
Type Description
$this