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
NameDescription
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
TypeDescription
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
NameDescription
var string[]
Returns
TypeDescription
$this

getConsumerInfo

Consumer info of this check.

Returns
TypeDescription
Google\Cloud\ServiceControl\V1\CheckResponse\ConsumerInfo|null

hasConsumerInfo

clearConsumerInfo

setConsumerInfo

Consumer info of this check.

Parameter
NameDescription
var Google\Cloud\ServiceControl\V1\CheckResponse\ConsumerInfo
Returns
TypeDescription
$this