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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]