Package s2.v1alpha

Enum 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 enum s2.v1alpha.TimestampingMode
    • 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;
    • 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 name
        java.lang.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 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 name
        java.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 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 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 name
        java.lang.NullPointerException - if the argument is null