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_ARRIVALUse the arrival time and ignore any client-specified timestamp.TIMESTAMPING_MODE_CLIENT_PREFERPrefer client-specified timestamp if present otherwise use arrival time.TIMESTAMPING_MODE_CLIENT_REQUIRERequire a client-specified timestamp and reject the append if it is missing.TIMESTAMPING_MODE_UNSPECIFIEDDefaults to `TIMESTAMPING_MODE_CLIENT_PREFER`.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intTIMESTAMPING_MODE_ARRIVAL_VALUEUse the arrival time and ignore any client-specified timestamp.static intTIMESTAMPING_MODE_CLIENT_PREFER_VALUEPrefer client-specified timestamp if present otherwise use arrival time.static intTIMESTAMPING_MODE_CLIENT_REQUIRE_VALUERequire a client-specified timestamp and reject the append if it is missing.static intTIMESTAMPING_MODE_UNSPECIFIED_VALUEDefaults to `TIMESTAMPING_MODE_CLIENT_PREFER`.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static TimestampingModeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<TimestampingMode>internalGetValueMap()static TimestampingModevalueOf(int value)Deprecated.static TimestampingModevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static TimestampingModevalueOf(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:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin 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:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein 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
-
-