Service Control API V1 API - Class Google::Cloud::ServiceControl::V1::CheckResponse (v0.8.0)

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>
Returns
  • (::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>
Parameter
  • 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.

Returns
  • (::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
Returns

#check_info=

def check_info=(value) -> ::Google::Cloud::ServiceControl::V1::CheckResponse::CheckInfo
Parameter
Returns

#operation_id

def operation_id() -> ::String
Returns
  • (::String) — The same operation_id value used in the CheckRequest. Used for logging and diagnostics purposes.

#operation_id=

def operation_id=(value) -> ::String
Parameter
  • value (::String) — The same operation_id value used in the CheckRequest. Used for logging and diagnostics purposes.
Returns
  • (::String) — The same operation_id value used in the CheckRequest. Used for logging and diagnostics purposes.

#service_config_id

def service_config_id() -> ::String
Returns
  • (::String) — The actual config id used to process the request.

#service_config_id=

def service_config_id=(value) -> ::String
Parameter
  • value (::String) — The actual config id used to process the request.
Returns
  • (::String) — The actual config id used to process the request.

#service_rollout_id

def service_rollout_id() -> ::String
Returns
  • (::String) — The current service rollout id used to process the request.

#service_rollout_id=

def service_rollout_id=(value) -> ::String
Parameter
  • value (::String) — The current service rollout id used to process the request.
Returns
  • (::String) — The current service rollout id used to process the request.