CheckResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Response message for the Check method.
Attributes | |
---|---|
Name | Description |
operation_id |
str
The same operation_id value used in the CheckRequest][google.api.servicecontrol.v1.CheckRequest] .
Used for logging and diagnostics purposes.
|
check_errors |
MutableSequence[google.cloud.servicecontrol_v1.types.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 |
str
The actual config id used to process the request. |
service_rollout_id |
str
The current service rollout id used to process the request. |
check_info |
google.cloud.servicecontrol_v1.types.CheckResponse.CheckInfo
Feedback data returned from the server during processing a Check request. |
Classes
CheckInfo
CheckInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Contains additional information about the check operation.
ConsumerInfo
ConsumerInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
ConsumerInfo
provides information about the consumer.