Reference documentation and code samples for the Service Control API V1 API class Google::Cloud::ServiceControl::V1::CheckResponse.
Response message for the Check method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#check_errors
def check_errors() -> ::Array<::Google::Cloud::ServiceControl::V1::CheckError>
-
(::Array<::Google::Cloud::ServiceControl::V1::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.
#check_errors=
def check_errors=(value) -> ::Array<::Google::Cloud::ServiceControl::V1::CheckError>
-
value (::Array<::Google::Cloud::ServiceControl::V1::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.
-
(::Array<::Google::Cloud::ServiceControl::V1::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.
#check_info
def check_info() -> ::Google::Cloud::ServiceControl::V1::CheckResponse::CheckInfo
- (::Google::Cloud::ServiceControl::V1::CheckResponse::CheckInfo) — Feedback data returned from the server during processing a Check request.
#check_info=
def check_info=(value) -> ::Google::Cloud::ServiceControl::V1::CheckResponse::CheckInfo
- value (::Google::Cloud::ServiceControl::V1::CheckResponse::CheckInfo) — Feedback data returned from the server during processing a Check request.
- (::Google::Cloud::ServiceControl::V1::CheckResponse::CheckInfo) — Feedback data returned from the server during processing a Check request.
#operation_id
def operation_id() -> ::String
- (::String) — The same operation_id value used in the CheckRequest. Used for logging and diagnostics purposes.
#operation_id=
def operation_id=(value) -> ::String
- value (::String) — The same operation_id value used in the CheckRequest. Used for logging and diagnostics purposes.
- (::String) — The same operation_id value used in the CheckRequest. Used for logging and diagnostics purposes.
#service_config_id
def service_config_id() -> ::String
- (::String) — The actual config id used to process the request.
#service_config_id=
def service_config_id=(value) -> ::String
- value (::String) — The actual config id used to process the request.
- (::String) — The actual config id used to process the request.
#service_rollout_id
def service_rollout_id() -> ::String
- (::String) — The current service rollout id used to process the request.
#service_rollout_id=
def service_rollout_id=(value) -> ::String
- value (::String) — The current service rollout id used to process the request.
- (::String) — The current service rollout id used to process the request.