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.
Feedback data returned from the server during processing a Check request.
getOperationId
The same operation_id value used in theCheckRequest. Used for logging
and diagnostics purposes.
Returns
Type
Description
string
setOperationId
The same operation_id value used in theCheckRequest. Used for logging
and diagnostics purposes.
Parameter
Name
Description
var
string
Returns
Type
Description
$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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Service Control V1 Client - Class CheckResponse (2.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.4 (latest)](/php/docs/reference/cloud-service-control/latest/V1.CheckResponse)\n- [2.0.3](/php/docs/reference/cloud-service-control/2.0.3/V1.CheckResponse)\n- [1.4.4](/php/docs/reference/cloud-service-control/1.4.4/V1.CheckResponse)\n- [1.3.0](/php/docs/reference/cloud-service-control/1.3.0/V1.CheckResponse)\n- [1.2.1](/php/docs/reference/cloud-service-control/1.2.1/V1.CheckResponse)\n- [1.1.1](/php/docs/reference/cloud-service-control/1.1.1/V1.CheckResponse)\n- [1.0.6](/php/docs/reference/cloud-service-control/1.0.6/V1.CheckResponse) \nReference documentation and code samples for the Google Cloud Service Control V1 Client class CheckResponse.\n\nResponse message for the Check method.\n\nGenerated from protobuf message `google.api.servicecontrol.v1.CheckResponse`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ServiceControl \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getOperationId\n\nThe same operation_id value used in the\n[CheckRequest](/php/docs/reference/cloud-service-control/latest/V1.CheckRequest). Used for logging\nand diagnostics purposes.\n\n### setOperationId\n\nThe same operation_id value used in the\n[CheckRequest](/php/docs/reference/cloud-service-control/latest/V1.CheckRequest). Used for logging\nand diagnostics purposes.\n\n### getCheckErrors\n\nIndicate the decision of the check.\n\nIf no check errors are present, the service should process the operation.\nOtherwise the service should use the list of errors to determine the\nappropriate action.\n\n### setCheckErrors\n\nIndicate the decision of the check.\n\nIf no check errors are present, the service should process the operation.\nOtherwise the service should use the list of errors to determine the\nappropriate action.\n\n### getServiceConfigId\n\nThe actual config id used to process the request.\n\n### setServiceConfigId\n\nThe actual config id used to process the request.\n\n### getServiceRolloutId\n\nThe current service rollout id used to process the request.\n\n### setServiceRolloutId\n\nThe current service rollout id used to process the request.\n\n### getCheckInfo\n\nFeedback data returned from the server during processing a Check request.\n\n### hasCheckInfo\n\n### clearCheckInfo\n\n### setCheckInfo\n\nFeedback data returned from the server during processing a Check request."]]