Package s2.v1alpha
Enum TimestampingMode
- java.lang.Object
-
- java.lang.Enum<TimestampingMode>
-
- s2.v1alpha.TimestampingMode
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,java.io.Serializable
,java.lang.Comparable<TimestampingMode>
public enum TimestampingMode extends java.lang.Enum<TimestampingMode> implements com.google.protobuf.ProtocolMessageEnum
Timestamping mode. Note that arrival time is always in milliseconds since Unix epoch.
Protobuf enums2.v1alpha.TimestampingMode
-
-
Enum Constant Summary
Enum Constants Enum Constant Description TIMESTAMPING_MODE_ARRIVAL
Use the arrival time and ignore any client-specified timestamp.TIMESTAMPING_MODE_CLIENT_PREFER
Prefer client-specified timestamp if present otherwise use arrival time.TIMESTAMPING_MODE_CLIENT_REQUIRE
Require a client-specified timestamp and reject the append if it is missing.TIMESTAMPING_MODE_UNSPECIFIED
Defaults to `TIMESTAMPING_MODE_CLIENT_PREFER`.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
TIMESTAMPING_MODE_ARRIVAL_VALUE
Use the arrival time and ignore any client-specified timestamp.static int
TIMESTAMPING_MODE_CLIENT_PREFER_VALUE
Prefer client-specified timestamp if present otherwise use arrival time.static int
TIMESTAMPING_MODE_CLIENT_REQUIRE_VALUE
Require a client-specified timestamp and reject the append if it is missing.static int
TIMESTAMPING_MODE_UNSPECIFIED_VALUE
Defaults to `TIMESTAMPING_MODE_CLIENT_PREFER`.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static TimestampingMode
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<TimestampingMode>
internalGetValueMap()
static TimestampingMode
valueOf(int value)
Deprecated.static TimestampingMode
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static TimestampingMode
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TimestampingMode[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TIMESTAMPING_MODE_UNSPECIFIED
public static final TimestampingMode TIMESTAMPING_MODE_UNSPECIFIED
Defaults to `TIMESTAMPING_MODE_CLIENT_PREFER`.
TIMESTAMPING_MODE_UNSPECIFIED = 0;
-
TIMESTAMPING_MODE_CLIENT_PREFER
public static final TimestampingMode TIMESTAMPING_MODE_CLIENT_PREFER
Prefer client-specified timestamp if present otherwise use arrival time.
TIMESTAMPING_MODE_CLIENT_PREFER = 1;
-
TIMESTAMPING_MODE_CLIENT_REQUIRE
public static final TimestampingMode TIMESTAMPING_MODE_CLIENT_REQUIRE
Require a client-specified timestamp and reject the append if it is missing.
TIMESTAMPING_MODE_CLIENT_REQUIRE = 2;
-
TIMESTAMPING_MODE_ARRIVAL
public static final TimestampingMode TIMESTAMPING_MODE_ARRIVAL
Use the arrival time and ignore any client-specified timestamp.
TIMESTAMPING_MODE_ARRIVAL = 3;
-
UNRECOGNIZED
public static final TimestampingMode UNRECOGNIZED
-
-
Field Detail
-
TIMESTAMPING_MODE_UNSPECIFIED_VALUE
public static final int TIMESTAMPING_MODE_UNSPECIFIED_VALUE
Defaults to `TIMESTAMPING_MODE_CLIENT_PREFER`.
TIMESTAMPING_MODE_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
TIMESTAMPING_MODE_CLIENT_PREFER_VALUE
public static final int TIMESTAMPING_MODE_CLIENT_PREFER_VALUE
Prefer client-specified timestamp if present otherwise use arrival time.
TIMESTAMPING_MODE_CLIENT_PREFER = 1;
- See Also:
- Constant Field Values
-
TIMESTAMPING_MODE_CLIENT_REQUIRE_VALUE
public static final int TIMESTAMPING_MODE_CLIENT_REQUIRE_VALUE
Require a client-specified timestamp and reject the append if it is missing.
TIMESTAMPING_MODE_CLIENT_REQUIRE = 2;
- See Also:
- Constant Field Values
-
TIMESTAMPING_MODE_ARRIVAL_VALUE
public static final int TIMESTAMPING_MODE_ARRIVAL_VALUE
Use the arrival time and ignore any client-specified timestamp.
TIMESTAMPING_MODE_ARRIVAL = 3;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static TimestampingMode[] 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 (TimestampingMode c : TimestampingMode.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TimestampingMode valueOf(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- 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 TimestampingMode 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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
forNumber
public static TimestampingMode 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<TimestampingMode> 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 TimestampingMode 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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
-