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 latest version available is 2.5.0, as indicated in the list of versions."],["The content describes the `CheckIfServiceHasUsage` enum, which dictates whether service usage should be verified before disabling a service."],["The `CheckIfServiceHasUsage` enum has three possible fields: `Check`, `Skip`, and `Unspecified`, each controlling the service usage check behavior."],["The default behavior for `CheckIfServiceHasUsage` is to skip checking service usage when disabling a service, represented by the `Skip` field."],["The `Check` field will ensure the service, or its dependents, has no usage in the last 30 days before the request can pass."]]],[]]