Enum ManagedInstanceInstanceHealth.DetailedHealthState

    • Field Detail

      • UNDEFINED_DETAILED_HEALTH_STATE_VALUE

        public static final int UNDEFINED_DETAILED_HEALTH_STATE_VALUE
         A value indicating that the enum field is not set.
         
        UNDEFINED_DETAILED_HEALTH_STATE = 0;
        See Also:
        Constant Field Values
      • DRAINING_VALUE

        public static final int DRAINING_VALUE
         The instance is being drained. The existing connections to the instance have time to complete, but the new ones are being refused.
         
        DRAINING = 480455402;
        See Also:
        Constant Field Values
      • HEALTHY_VALUE

        public static final int HEALTHY_VALUE
         The instance is reachable i.e. a connection to the application health checking endpoint can be established, and conforms to the requirements defined by the health check.
         
        HEALTHY = 439801213;
        See Also:
        Constant Field Values
      • TIMEOUT_VALUE

        public static final int TIMEOUT_VALUE
         The instance is unreachable i.e. a connection to the application health checking endpoint cannot be established, or the server does not respond within the specified timeout.
         
        TIMEOUT = 477813057;
        See Also:
        Constant Field Values
      • UNHEALTHY_VALUE

        public static final int UNHEALTHY_VALUE
         The instance is reachable, but does not conform to the requirements defined by the health check.
         
        UNHEALTHY = 462118084;
        See Also:
        Constant Field Values
      • UNKNOWN_VALUE

        public static final int UNKNOWN_VALUE
         The health checking system is aware of the instance but its health is not known at the moment.
         
        UNKNOWN = 433141802;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static ManagedInstanceInstanceHealth.DetailedHealthState[] 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 (ManagedInstanceInstanceHealth.DetailedHealthState c : ManagedInstanceInstanceHealth.DetailedHealthState.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ManagedInstanceInstanceHealth.DetailedHealthState 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 ManagedInstanceInstanceHealth.DetailedHealthState 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
      • 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 ManagedInstanceInstanceHealth.DetailedHealthState 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