If set, service usage is checked when disabling the service. If a
service, or its dependents, has usage in the last 30 days, the request
returns a FAILED_PRECONDITION error.
Skip
If set, skip checking service usage when disabling a service.
Unspecified
When unset, the default behavior is used, which is SKIP.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The page provides documentation for the `DisableServiceRequest.Types.CheckIfServiceHasUsage` enum within the Google Cloud Service Usage v1 API."],["This enum is used to specify whether service usage should be checked when disabling a service."],["The enum offers three possible values: `Check` (enforce usage checks), `Skip` (bypass usage checks), and `Unspecified` (defaults to skipping usage checks)."],["Checking for usage (`Check`) will return a `FAILED_PRECONDITION` error if there is service usage in the last 30 days."],["The version history of this enum is provided, with `2.5.0` being the most recent."]]],[]]