public static enum Settings.OnboardingState extends Enum<Settings.OnboardingState> implements com.google.protobuf.ProtocolMessageEnum
Defines the onboarding states for SCC Potentially is just an indicator that a user has reviewed some subset of our configuration surface, even if it's still currently set to its API-default state.Protobuf enum
google.cloud.securitycenter.settings.v1beta1.Settings.OnboardingState| Enum Constant and Description |
|---|
BILLING_SELECTED
SCC's onboarding tier has been explicitly set
|
DISABLED
SCC has been disabled after being on boarded
|
ENABLED
SCC is fully on boarded
|
ONBOARDING_STATE_UNSPECIFIED
No onboarding state has been set.
|
ORG_SERVICE_ACCOUNT_CREATED
SCC's core Service Account was created
|
PROVIDERS_SELECTED
SCC's CTD FindingsProviders have been chosen
|
RESOURCES_SELECTED
SCC's Service-Resource mappings have been set
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BILLING_SELECTED_VALUE
SCC's onboarding tier has been explicitly set
|
static int |
DISABLED_VALUE
SCC has been disabled after being on boarded
|
static int |
ENABLED_VALUE
SCC is fully on boarded
|
static int |
ONBOARDING_STATE_UNSPECIFIED_VALUE
No onboarding state has been set.
|
static int |
ORG_SERVICE_ACCOUNT_CREATED_VALUE
SCC's core Service Account was created
|
static int |
PROVIDERS_SELECTED_VALUE
SCC's CTD FindingsProviders have been chosen
|
static int |
RESOURCES_SELECTED_VALUE
SCC's Service-Resource mappings have been set
|
| Modifier and Type | Method and Description |
|---|---|
static Settings.OnboardingState |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Settings.OnboardingState> |
internalGetValueMap() |
static Settings.OnboardingState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Settings.OnboardingState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Settings.OnboardingState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Settings.OnboardingState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Settings.OnboardingState ONBOARDING_STATE_UNSPECIFIED
No onboarding state has been set. Should not be seen in practice, but should be functionally equivalent to DISABLED.
ONBOARDING_STATE_UNSPECIFIED = 0;public static final Settings.OnboardingState ENABLED
SCC is fully on boarded
ENABLED = 1;public static final Settings.OnboardingState DISABLED
SCC has been disabled after being on boarded
DISABLED = 2;public static final Settings.OnboardingState BILLING_SELECTED
SCC's onboarding tier has been explicitly set
BILLING_SELECTED = 3;public static final Settings.OnboardingState PROVIDERS_SELECTED
SCC's CTD FindingsProviders have been chosen
PROVIDERS_SELECTED = 4;public static final Settings.OnboardingState RESOURCES_SELECTED
SCC's Service-Resource mappings have been set
RESOURCES_SELECTED = 5;public static final Settings.OnboardingState ORG_SERVICE_ACCOUNT_CREATED
SCC's core Service Account was created
ORG_SERVICE_ACCOUNT_CREATED = 6;public static final Settings.OnboardingState UNRECOGNIZED
public static final int ONBOARDING_STATE_UNSPECIFIED_VALUE
No onboarding state has been set. Should not be seen in practice, but should be functionally equivalent to DISABLED.
ONBOARDING_STATE_UNSPECIFIED = 0;public static final int ENABLED_VALUE
SCC is fully on boarded
ENABLED = 1;public static final int DISABLED_VALUE
SCC has been disabled after being on boarded
DISABLED = 2;public static final int BILLING_SELECTED_VALUE
SCC's onboarding tier has been explicitly set
BILLING_SELECTED = 3;public static final int PROVIDERS_SELECTED_VALUE
SCC's CTD FindingsProviders have been chosen
PROVIDERS_SELECTED = 4;public static final int RESOURCES_SELECTED_VALUE
SCC's Service-Resource mappings have been set
RESOURCES_SELECTED = 5;public static final int ORG_SERVICE_ACCOUNT_CREATED_VALUE
SCC's core Service Account was created
ORG_SERVICE_ACCOUNT_CREATED = 6;public static Settings.OnboardingState[] values()
for (Settings.OnboardingState c : Settings.OnboardingState.values()) System.out.println(c);
public static Settings.OnboardingState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Settings.OnboardingState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Settings.OnboardingState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Settings.OnboardingState> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Settings.OnboardingState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.