Package com.google.cloud.compute.v1
Enum Project.VmDnsSetting
- java.lang.Object
-
- java.lang.Enum<Project.VmDnsSetting>
-
- com.google.cloud.compute.v1.Project.VmDnsSetting
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<Project.VmDnsSetting>
- Enclosing class:
- Project
public static enum Project.VmDnsSetting extends Enum<Project.VmDnsSetting> implements com.google.protobuf.ProtocolMessageEnum
[Output Only] Default internal DNS setting used by VMs running in this project.
Protobuf enumgoogle.cloud.compute.v1.Project.VmDnsSetting
-
-
Enum Constant Summary
Enum Constants Enum Constant Description GLOBAL_DEFAULT
GLOBAL_DEFAULT = 345419141;
UNDEFINED_VM_DNS_SETTING
A value indicating that the enum field is not set.UNRECOGNIZED
UNSPECIFIED_VM_DNS_SETTING
UNSPECIFIED_VM_DNS_SETTING = 35691930;
ZONAL_DEFAULT
ZONAL_DEFAULT = 368475782;
ZONAL_ONLY
ZONAL_ONLY = 521198951;
-
Field Summary
Fields Modifier and Type Field Description static int
GLOBAL_DEFAULT_VALUE
GLOBAL_DEFAULT = 345419141;
static int
UNDEFINED_VM_DNS_SETTING_VALUE
A value indicating that the enum field is not set.static int
UNSPECIFIED_VM_DNS_SETTING_VALUE
UNSPECIFIED_VM_DNS_SETTING = 35691930;
static int
ZONAL_DEFAULT_VALUE
ZONAL_DEFAULT = 368475782;
static int
ZONAL_ONLY_VALUE
ZONAL_ONLY = 521198951;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Project.VmDnsSetting
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<Project.VmDnsSetting>
internalGetValueMap()
static Project.VmDnsSetting
valueOf(int value)
Deprecated.static Project.VmDnsSetting
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Project.VmDnsSetting
valueOf(String name)
Returns the enum constant of this type with the specified name.static Project.VmDnsSetting[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNDEFINED_VM_DNS_SETTING
public static final Project.VmDnsSetting UNDEFINED_VM_DNS_SETTING
A value indicating that the enum field is not set.
UNDEFINED_VM_DNS_SETTING = 0;
-
GLOBAL_DEFAULT
public static final Project.VmDnsSetting GLOBAL_DEFAULT
GLOBAL_DEFAULT = 345419141;
-
UNSPECIFIED_VM_DNS_SETTING
public static final Project.VmDnsSetting UNSPECIFIED_VM_DNS_SETTING
UNSPECIFIED_VM_DNS_SETTING = 35691930;
-
ZONAL_DEFAULT
public static final Project.VmDnsSetting ZONAL_DEFAULT
ZONAL_DEFAULT = 368475782;
-
ZONAL_ONLY
public static final Project.VmDnsSetting ZONAL_ONLY
ZONAL_ONLY = 521198951;
-
UNRECOGNIZED
public static final Project.VmDnsSetting UNRECOGNIZED
-
-
Field Detail
-
UNDEFINED_VM_DNS_SETTING_VALUE
public static final int UNDEFINED_VM_DNS_SETTING_VALUE
A value indicating that the enum field is not set.
UNDEFINED_VM_DNS_SETTING = 0;
- See Also:
- Constant Field Values
-
GLOBAL_DEFAULT_VALUE
public static final int GLOBAL_DEFAULT_VALUE
GLOBAL_DEFAULT = 345419141;
- See Also:
- Constant Field Values
-
UNSPECIFIED_VM_DNS_SETTING_VALUE
public static final int UNSPECIFIED_VM_DNS_SETTING_VALUE
UNSPECIFIED_VM_DNS_SETTING = 35691930;
- See Also:
- Constant Field Values
-
ZONAL_DEFAULT_VALUE
public static final int ZONAL_DEFAULT_VALUE
ZONAL_DEFAULT = 368475782;
- See Also:
- Constant Field Values
-
ZONAL_ONLY_VALUE
public static final int ZONAL_ONLY_VALUE
ZONAL_ONLY = 521198951;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Project.VmDnsSetting[] 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 (Project.VmDnsSetting c : Project.VmDnsSetting.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Project.VmDnsSetting 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
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static Project.VmDnsSetting 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 Project.VmDnsSetting forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Project.VmDnsSetting> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static Project.VmDnsSetting valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
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:
desc
- 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
-
-