DisableServiceRequest_CheckIfServiceHasUsage class
Enum to determine if service usage should be checked when disabling a service.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
This enum's name, as specified in the .proto file.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
This enum's integer value, as specified in the .proto file.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns this enum's
nameor thevalueif names are not represented.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
Constants
- CHECK → const DisableServiceRequest_CheckIfServiceHasUsage
- 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.
- CHECK_IF_SERVICE_HAS_USAGE_UNSPECIFIED → const DisableServiceRequest_CheckIfServiceHasUsage
- When unset, the default behavior is used, which is SKIP.
- SKIP → const DisableServiceRequest_CheckIfServiceHasUsage
- If set, skip checking service usage when disabling a service.
-
values
→ const List<
DisableServiceRequest_CheckIfServiceHasUsage>