static ComponentEnablementState |
ComponentEnablementState.forNumber(int value) |
|
ComponentEnablementState |
ComponentSettings.Builder.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.DetectorSettings.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.getState() |
ENABLE to enable component, DISABLE to disable and INHERIT to inherit
setting from ancestors.
|
ComponentEnablementState |
ComponentSettingsOrBuilder.getState() |
ENABLE to enable component, DISABLE to disable and INHERIT to inherit
setting from ancestors.
|
ComponentEnablementState |
Settings.DetectorGroupSettings.Builder.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.DetectorGroupSettingsOrBuilder.getState() |
The state determines if the group is enabled or not.
|
static ComponentEnablementState |
ComponentEnablementState.valueOf(int value) |
Deprecated.
|
static ComponentEnablementState |
ComponentEnablementState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
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.
|