google_api_service_control v0.6.0 GoogleApi.ServiceControl.V1.Model.CheckResponse View Source
Response message for the Check method.
Attributes
- checkErrors ([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. Defaults to:
null
. - checkInfo (CheckInfo): Feedback data returned from the server during processing a Check request. Defaults to:
null
. - operationId (String.t): The same operation_id value used in the CheckRequest. Used for logging and diagnostics purposes. Defaults to:
null
. - quotaInfo (QuotaInfo): Quota information for the check request associated with this response. Defaults to:
null
. - serviceConfigId (String.t): The actual config id used to process the request. Defaults to:
null
. - serviceRolloutId (String.t): Unimplemented. The current service rollout id used to process the request. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.ServiceControl.V1.Model.CheckResponse{
checkErrors: [GoogleApi.ServiceControl.V1.Model.CheckError.t()],
checkInfo: GoogleApi.ServiceControl.V1.Model.CheckInfo.t(),
operationId: any(),
quotaInfo: GoogleApi.ServiceControl.V1.Model.QuotaInfo.t(),
serviceConfigId: any(),
serviceRolloutId: any()
}
t() :: %GoogleApi.ServiceControl.V1.Model.CheckResponse{ checkErrors: [GoogleApi.ServiceControl.V1.Model.CheckError.t()], checkInfo: GoogleApi.ServiceControl.V1.Model.CheckInfo.t(), operationId: any(), quotaInfo: GoogleApi.ServiceControl.V1.Model.QuotaInfo.t(), serviceConfigId: any(), serviceRolloutId: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.