google_api_service_control v0.1.0 GoogleApi.ServiceControl.V1.Model.EndReconciliationResponse View Source

Response message for QuotaController.EndReconciliation.

Attributes

  • operationId (String.t): The same operation_id value used in the EndReconciliationRequest. Used for logging and diagnostics purposes. Defaults to: null.
  • quotaMetrics ([MetricValueSet]): Metric values as tracked by One Platform before the adjustment was made. The following metrics will be included: 1. Per quota metric total usage will be specified using the following gauge metric: "serviceruntime.googleapis.com/allocation/consumer/quota_used_count" 2. Value for each quota limit associated with the metrics will be specified using the following gauge metric: "serviceruntime.googleapis.com/quota/limit" 3. Delta value of the usage after the reconciliation for limits associated with the metrics will be specified using the following metric: "serviceruntime.googleapis.com/allocation/reconciliation_delta" The delta value is defined as: new_usage_from_client - existing_value_in_spanner. This metric is not defined in serviceruntime.yaml or in Cloud Monarch. This metric is meant for callers' use only. Since this metric is not defined in the monitoring backend, reporting on this metric will result in an error. Defaults to: null.
  • reconciliationErrors ([QuotaError]): Indicates the decision of the reconciliation end. Defaults to: null.
  • serviceConfigId (String.t): ID of the actual config 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() :: %GoogleApi.ServiceControl.V1.Model.EndReconciliationResponse{
  operationId: any(),
  quotaMetrics: [GoogleApi.ServiceControl.V1.Model.MetricValueSet.t()],
  reconciliationErrors: [GoogleApi.ServiceControl.V1.Model.QuotaError.t()],
  serviceConfigId: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.