CHECK constant

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.

Implementation

static const DisableServiceRequest_CheckIfServiceHasUsage CHECK =
    DisableServiceRequest_CheckIfServiceHasUsage._(
        2, _omitEnumNames ? '' : 'CHECK');