Reference documentation and code samples for the Google Cloud Service Control V1 Client class CheckResponse.
Response message for the Check method.
Generated from protobuf message google.api.servicecontrol.v1.CheckResponse
Namespace
Google \ Cloud \ ServiceControl \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ operation_id
string
The same operation_id value used in the CheckRequest . Used for logging and diagnostics purposes.
↳ check_errors
array< CheckError
>
Indicate the decision of the check. If no check errors are present, the service should process the operation. Otherwise the service should use the list of errors to determine the appropriate action.
↳ service_config_id
string
The actual config id used to process the request.
↳ service_rollout_id
string
The current service rollout id used to process the request.
↳ check_info
getOperationId
The same operation_id value used in the CheckRequest . Used for logging and diagnostics purposes.
string
setOperationId
The same operation_id value used in the CheckRequest . Used for logging and diagnostics purposes.
var
string
$this
getCheckErrors
Indicate the decision of the check.
If no check errors are present, the service should process the operation. Otherwise the service should use the list of errors to determine the appropriate action.
setCheckErrors
Indicate the decision of the check.
If no check errors are present, the service should process the operation. Otherwise the service should use the list of errors to determine the appropriate action.
$this
getServiceConfigId
The actual config id used to process the request.
string
setServiceConfigId
The actual config id used to process the request.
var
string
$this
getServiceRolloutId
The current service rollout id used to process the request.
string
setServiceRolloutId
The current service rollout id used to process the request.
var
string
$this
getCheckInfo
Feedback data returned from the server during processing a Check request.
hasCheckInfo
clearCheckInfo
setCheckInfo
Feedback data returned from the server during processing a Check request.
$this