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-01 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."]]],[]]