| Modifier and Type | Method and Description |
|---|---|
static ComponentEnablementState |
ComponentEnablementState.forNumber(int value) |
ComponentEnablementState |
ComponentSettingsOrBuilder.getState()
ENABLE to enable component, DISABLE to disable and INHERIT to inherit
setting from ancestors.
|
ComponentEnablementState |
ComponentSettings.getState()
ENABLE to enable component, DISABLE to disable and INHERIT to inherit
setting from ancestors.
|
ComponentEnablementState |
ComponentSettings.DetectorSettingsOrBuilder.getState()
ENABLE to enable component, DISABLE to disable and INHERIT to inherit
setting from ancestors.
|
ComponentEnablementState |
ComponentSettings.DetectorSettings.getState()
ENABLE to enable component, DISABLE to disable and INHERIT to inherit
setting from ancestors.
|
ComponentEnablementState |
ComponentSettings.DetectorSettings.Builder.getState()
ENABLE to enable component, DISABLE to disable and INHERIT to inherit
setting from ancestors.
|
ComponentEnablementState |
ComponentSettings.Builder.getState()
ENABLE to enable component, DISABLE to disable and INHERIT to inherit
setting from ancestors.
|
ComponentEnablementState |
Settings.DetectorGroupSettingsOrBuilder.getState()
The state determines if the group is enabled or not.
|
ComponentEnablementState |
Settings.DetectorGroupSettings.getState()
The state determines if the group is enabled or not.
|
ComponentEnablementState |
Settings.DetectorGroupSettings.Builder.getState()
The state determines if the group is enabled or not.
|
static ComponentEnablementState |
ComponentEnablementState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ComponentEnablementState |
ComponentEnablementState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ComponentEnablementState |
ComponentEnablementState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentEnablementState[] |
ComponentEnablementState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<ComponentEnablementState> |
ComponentEnablementState.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ComponentSettings.DetectorSettings.Builder |
ComponentSettings.DetectorSettings.Builder.setState(ComponentEnablementState value)
ENABLE to enable component, DISABLE to disable and INHERIT to inherit
setting from ancestors.
|
ComponentSettings.Builder |
ComponentSettings.Builder.setState(ComponentEnablementState value)
ENABLE to enable component, DISABLE to disable and INHERIT to inherit
setting from ancestors.
|
Settings.DetectorGroupSettings.Builder |
Settings.DetectorGroupSettings.Builder.setState(ComponentEnablementState value)
The state determines if the group is enabled or not.
|
Copyright © 2024 Google LLC. All rights reserved.