Package com.google.cloud.gkebackup.v1
Enum RestoreConfig.NamespacedResourceRestoreScopeCase
- java.lang.Object
-
- java.lang.Enum<RestoreConfig.NamespacedResourceRestoreScopeCase>
-
- com.google.cloud.gkebackup.v1.RestoreConfig.NamespacedResourceRestoreScopeCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,Serializable
,Comparable<RestoreConfig.NamespacedResourceRestoreScopeCase>
- Enclosing class:
- RestoreConfig
public static enum RestoreConfig.NamespacedResourceRestoreScopeCase extends Enum<RestoreConfig.NamespacedResourceRestoreScopeCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ALL_NAMESPACES
EXCLUDED_NAMESPACES
NAMESPACEDRESOURCERESTORESCOPE_NOT_SET
NO_NAMESPACES
SELECTED_APPLICATIONS
SELECTED_NAMESPACES
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static RestoreConfig.NamespacedResourceRestoreScopeCase
forNumber(int value)
int
getNumber()
static RestoreConfig.NamespacedResourceRestoreScopeCase
valueOf(int value)
Deprecated.static RestoreConfig.NamespacedResourceRestoreScopeCase
valueOf(String name)
Returns the enum constant of this type with the specified name.static RestoreConfig.NamespacedResourceRestoreScopeCase[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ALL_NAMESPACES
public static final RestoreConfig.NamespacedResourceRestoreScopeCase ALL_NAMESPACES
-
SELECTED_NAMESPACES
public static final RestoreConfig.NamespacedResourceRestoreScopeCase SELECTED_NAMESPACES
-
SELECTED_APPLICATIONS
public static final RestoreConfig.NamespacedResourceRestoreScopeCase SELECTED_APPLICATIONS
-
NO_NAMESPACES
public static final RestoreConfig.NamespacedResourceRestoreScopeCase NO_NAMESPACES
-
EXCLUDED_NAMESPACES
public static final RestoreConfig.NamespacedResourceRestoreScopeCase EXCLUDED_NAMESPACES
-
NAMESPACEDRESOURCERESTORESCOPE_NOT_SET
public static final RestoreConfig.NamespacedResourceRestoreScopeCase NAMESPACEDRESOURCERESTORESCOPE_NOT_SET
-
-
Method Detail
-
values
public static RestoreConfig.NamespacedResourceRestoreScopeCase[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (RestoreConfig.NamespacedResourceRestoreScopeCase c : RestoreConfig.NamespacedResourceRestoreScopeCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static RestoreConfig.NamespacedResourceRestoreScopeCase valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
valueOf
@Deprecated public static RestoreConfig.NamespacedResourceRestoreScopeCase valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static RestoreConfig.NamespacedResourceRestoreScopeCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
-
-