Enum PacketIntervals.Type

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<PacketIntervals.Type>
    Enclosing class:
    PacketIntervals

    public static enum PacketIntervals.Type
    extends Enum<PacketIntervals.Type>
    implements com.google.protobuf.ProtocolMessageEnum
     The type of packets for which inter-packet intervals were computed.
     
    Protobuf enum google.cloud.compute.v1.PacketIntervals.Type
    • Enum Constant Detail

      • UNDEFINED_TYPE

        public static final PacketIntervals.Type UNDEFINED_TYPE
         A value indicating that the enum field is not set.
         
        UNDEFINED_TYPE = 0;
      • LOOPBACK

        public static final PacketIntervals.Type LOOPBACK
         Only applies to Echo packets. This shows the intervals between sending and receiving the same packet.
         
        LOOPBACK = 356174219;
      • RECEIVE

        public static final PacketIntervals.Type RECEIVE
         Intervals between received packets.
         
        RECEIVE = 189660867;
      • TRANSMIT

        public static final PacketIntervals.Type TRANSMIT
         Intervals between transmitted packets.
         
        TRANSMIT = 452903600;
      • TYPE_UNSPECIFIED

        public static final PacketIntervals.Type TYPE_UNSPECIFIED
        TYPE_UNSPECIFIED = 437714322;
    • Field Detail

      • UNDEFINED_TYPE_VALUE

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

        public static final int LOOPBACK_VALUE
         Only applies to Echo packets. This shows the intervals between sending and receiving the same packet.
         
        LOOPBACK = 356174219;
        See Also:
        Constant Field Values
      • RECEIVE_VALUE

        public static final int RECEIVE_VALUE
         Intervals between received packets.
         
        RECEIVE = 189660867;
        See Also:
        Constant Field Values
      • TRANSMIT_VALUE

        public static final int TRANSMIT_VALUE
         Intervals between transmitted packets.
         
        TRANSMIT = 452903600;
        See Also:
        Constant Field Values
      • TYPE_UNSPECIFIED_VALUE

        public static final int TYPE_UNSPECIFIED_VALUE
        TYPE_UNSPECIFIED = 437714322;
        See Also:
        Constant Field Values
    • Method Detail

      • values

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

        public static PacketIntervals.Type 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 PacketIntervals.Type 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 PacketIntervals.Type 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<PacketIntervals.Type> 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 PacketIntervals.Type 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