Package com.google.cloud.compute.v1
Enum PacketIntervals.Type
- java.lang.Object
-
- java.lang.Enum<PacketIntervals.Type>
-
- com.google.cloud.compute.v1.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 enumgoogle.cloud.compute.v1.PacketIntervals.Type
-
-
Enum Constant Summary
Enum Constants Enum Constant Description LOOPBACK
Only applies to Echo packets.RECEIVE
Intervals between received packets.TRANSMIT
Intervals between transmitted packets.TYPE_UNSPECIFIED
TYPE_UNSPECIFIED = 437714322;
UNDEFINED_TYPE
A value indicating that the enum field is not set.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
LOOPBACK_VALUE
Only applies to Echo packets.static int
RECEIVE_VALUE
Intervals between received packets.static int
TRANSMIT_VALUE
Intervals between transmitted packets.static int
TYPE_UNSPECIFIED_VALUE
TYPE_UNSPECIFIED = 437714322;
static int
UNDEFINED_TYPE_VALUE
A value indicating that the enum field is not set.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static PacketIntervals.Type
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<PacketIntervals.Type>
internalGetValueMap()
static PacketIntervals.Type
valueOf(int value)
Deprecated.static PacketIntervals.Type
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PacketIntervals.Type
valueOf(String name)
Returns the enum constant of this type with the specified name.static PacketIntervals.Type[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
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;
-
UNRECOGNIZED
public static final PacketIntervals.Type UNRECOGNIZED
-
-
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 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 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 nameNullPointerException
- 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 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 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 nameNullPointerException
- if the argument is null
-
-