Uses of Class
com.google.cloud.securitycenter.settings.v1beta1.Settings.OnboardingState
-
Packages that use Settings.OnboardingState Package Description com.google.cloud.securitycenter.settings.v1beta1 A client to Cloud Security Command Center API -
-
Uses of Settings.OnboardingState in com.google.cloud.securitycenter.settings.v1beta1
Methods in com.google.cloud.securitycenter.settings.v1beta1 that return Settings.OnboardingState Modifier and Type Method Description static Settings.OnboardingState
Settings.OnboardingState. forNumber(int value)
Settings.OnboardingState
Settings.Builder. getState()
An enum representing the current on boarding state of SCC.Settings.OnboardingState
Settings. getState()
An enum representing the current on boarding state of SCC.Settings.OnboardingState
SettingsOrBuilder. getState()
An enum representing the current on boarding state of SCC.static Settings.OnboardingState
Settings.OnboardingState. valueOf(int value)
Deprecated.static Settings.OnboardingState
Settings.OnboardingState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Settings.OnboardingState
Settings.OnboardingState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Settings.OnboardingState[]
Settings.OnboardingState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.securitycenter.settings.v1beta1 that return types with arguments of type Settings.OnboardingState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Settings.OnboardingState>
Settings.OnboardingState. internalGetValueMap()
Methods in com.google.cloud.securitycenter.settings.v1beta1 with parameters of type Settings.OnboardingState Modifier and Type Method Description Settings.Builder
Settings.Builder. setState(Settings.OnboardingState value)
An enum representing the current on boarding state of SCC.
-