Service Consumer Management API (serviceconsumermanagement:v1beta1)

2025-05-20

3 updated methods

Updates

    Methods
  • serviceconsumermanagement.services.consumerQuotaMetrics.limits.producerOverrides.create

      Parameters :

        forceOnly

          Type : string

          Repeated : Yes

          Description : The list of quota safety checks to ignore before the override mutation. Unlike 'force' field that ignores all the quota safety checks, the 'force_only' field ignores only the specified checks; other checks are still enforced. The 'force' and 'force_only' fields cannot both be set.

          Location : query

          Enum :

        • QUOTA_SAFETY_CHECK_UNSPECIFIED
        • LIMIT_DECREASE_BELOW_USAGE
        • LIMIT_DECREASE_PERCENTAGE_TOO_HIGH
        • Deprecated : Yes

          Enum Descriptions :

        • Unspecified quota safety check.
        • Validates that a quota mutation would not cause the consumer's effective limit to be lower than the consumer's quota usage.
        • Validates that a quota mutation would not cause the consumer's effective limit to decrease by more than 10 percent.

        force

          Type : boolean

          Location : query

          Description : Whether to force the creation of the quota override. Setting the force parameter to 'true' ignores all quota safety checks that would fail the request. QuotaSafetyCheck lists all such validations.

          Deprecated : Yes

        forceJustification

          Deprecated : Yes

          Description : If force option is set to true, force_justification is suggested to be set to log the reason in audit logs.

          Type : string

          Location : query

  • serviceconsumermanagement.services.consumerQuotaMetrics.limits.producerOverrides.patch

      Parameters :

        forceJustification

          Deprecated : Yes

          Description : If force option is set to true, force_justification is suggested to be set to log the reason in audit logs.

          Location : query

          Type : string

        forceOnly

          Enum Descriptions :

        • Unspecified quota safety check.
        • Validates that a quota mutation would not cause the consumer's effective limit to be lower than the consumer's quota usage.
        • Validates that a quota mutation would not cause the consumer's effective limit to decrease by more than 10 percent.
        • Enum :

        • QUOTA_SAFETY_CHECK_UNSPECIFIED
        • LIMIT_DECREASE_BELOW_USAGE
        • LIMIT_DECREASE_PERCENTAGE_TOO_HIGH
        • Repeated : Yes

          Deprecated : Yes

          Description : The list of quota safety checks to ignore before the override mutation. Unlike 'force' field that ignores all the quota safety checks, the 'force_only' field ignores only the specified checks; other checks are still enforced. The 'force' and 'force_only' fields cannot both be set.

          Location : query

          Type : string

        force

          Type : boolean

          Description : Whether to force the update of the quota override. Setting the force parameter to 'true' ignores all quota safety checks that would fail the request. QuotaSafetyCheck lists all such validations.

          Location : query

          Deprecated : Yes

  • serviceconsumermanagement.services.consumerQuotaMetrics.limits.producerOverrides.delete

      Parameters :

        forceOnly

          Repeated : Yes

          Location : query

          Description : The list of quota safety checks to ignore before the override mutation. Unlike 'force' field that ignores all the quota safety checks, the 'force_only' field ignores only the specified checks; other checks are still enforced. The 'force' and 'force_only' fields cannot both be set.

          Enum Descriptions :

        • Unspecified quota safety check.
        • Validates that a quota mutation would not cause the consumer's effective limit to be lower than the consumer's quota usage.
        • Validates that a quota mutation would not cause the consumer's effective limit to decrease by more than 10 percent.
        • Enum :

        • QUOTA_SAFETY_CHECK_UNSPECIFIED
        • LIMIT_DECREASE_BELOW_USAGE
        • LIMIT_DECREASE_PERCENTAGE_TOO_HIGH
        • Type : string

          Deprecated : Yes

        forceJustification

          Deprecated : Yes

          Location : query

          Description : If force option is set to true, force_justification is suggested to be set to log the reason in audit logs.

          Type : string

        force

          Location : query

          Type : boolean

          Deprecated : Yes

          Description : Whether to force the deletion of the quota override. Setting the force parameter to 'true' ignores all quota safety checks that would fail the request. QuotaSafetyCheck lists all such validations.