Enum 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 enum google.cloud.compute.v1.Project.VmDnsSetting
    • 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;
    • 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 name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.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 name
        NullPointerException - 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 interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.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 name
        NullPointerException - if the argument is null