google_api_service_control v0.1.0 GoogleApi.ServiceControl.V1.Model.StartReconciliationResponse View Source
Response message for QuotaController.StartReconciliation.
Attributes
- operationId (String.t): The same operation_id value used in the StartReconciliationRequest. Used for logging and diagnostics purposes. Defaults to:
null
. - quotaMetrics ([MetricValueSet]): Metric values as tracked by One Platform before the start of reconciliation. 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" Defaults to:
null
. - reconciliationErrors ([QuotaError]): Indicates the decision of the reconciliation start. 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.StartReconciliationResponse{ operationId: any(), quotaMetrics: [GoogleApi.ServiceControl.V1.Model.MetricValueSet.t()], reconciliationErrors: [GoogleApi.ServiceControl.V1.Model.QuotaError.t()], serviceConfigId: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.