Class Validate.TimestampRules

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.envoyproxy.pgv.validate.Validate.TimestampRules
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Validate.TimestampRulesOrBuilder, Serializable
Enclosing class:
Validate

public static final class Validate.TimestampRules
extends com.google.protobuf.GeneratedMessageV3
implements Validate.TimestampRulesOrBuilder
 TimestampRules describe the constraints applied exclusively to the
 `google.protobuf.Timestamp` well-known type
 
Protobuf type validate.TimestampRules
See Also:
Serialized Form
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  Validate.TimestampRules.Builder
    TimestampRules describe the constraints applied exclusively to the `google.protobuf.Timestamp` well-known type

    Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

    com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,​BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int CONST_FIELD_NUMBER  
    static int GT_FIELD_NUMBER  
    static int GT_NOW_FIELD_NUMBER  
    static int GTE_FIELD_NUMBER  
    static int LT_FIELD_NUMBER  
    static int LT_NOW_FIELD_NUMBER  
    static int LTE_FIELD_NUMBER  
    static com.google.protobuf.Parser<Validate.TimestampRules> PARSER
    Deprecated.
    static int REQUIRED_FIELD_NUMBER  
    static int WITHIN_FIELD_NUMBER  

    Fields inherited from class com.google.protobuf.GeneratedMessageV3

    alwaysUseFieldBuilders, unknownFields

    Fields inherited from class com.google.protobuf.AbstractMessage

    memoizedSize

    Fields inherited from class com.google.protobuf.AbstractMessageLite

    memoizedHashCode
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(Object obj)  
    com.google.protobuf.Timestamp getConst()
    Const specifies that this field must be exactly the specified value
    com.google.protobuf.TimestampOrBuilder getConstOrBuilder()
    Const specifies that this field must be exactly the specified value
    static Validate.TimestampRules getDefaultInstance()  
    Validate.TimestampRules getDefaultInstanceForType()  
    static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
    com.google.protobuf.Timestamp getGt()
    Gt specifies that this field must be greater than the specified value, exclusive
    com.google.protobuf.Timestamp getGte()
    Gte specifies that this field must be greater than the specified value, inclusive
    com.google.protobuf.TimestampOrBuilder getGteOrBuilder()
    Gte specifies that this field must be greater than the specified value, inclusive
    boolean getGtNow()
    GtNow specifies that this must be greater than the current time.
    com.google.protobuf.TimestampOrBuilder getGtOrBuilder()
    Gt specifies that this field must be greater than the specified value, exclusive
    com.google.protobuf.Timestamp getLt()
    Lt specifies that this field must be less than the specified value, exclusive
    com.google.protobuf.Timestamp getLte()
    Lte specifies that this field must be less than the specified value, inclusive
    com.google.protobuf.TimestampOrBuilder getLteOrBuilder()
    Lte specifies that this field must be less than the specified value, inclusive
    boolean getLtNow()
    LtNow specifies that this must be less than the current time.
    com.google.protobuf.TimestampOrBuilder getLtOrBuilder()
    Lt specifies that this field must be less than the specified value, exclusive
    com.google.protobuf.Parser<Validate.TimestampRules> getParserForType()  
    boolean getRequired()
    Required specifies that this field must be set
    int getSerializedSize()  
    com.google.protobuf.UnknownFieldSet getUnknownFields()  
    com.google.protobuf.Duration getWithin()
    Within specifies that this field must be within this duration of the current time.
    com.google.protobuf.DurationOrBuilder getWithinOrBuilder()
    Within specifies that this field must be within this duration of the current time.
    boolean hasConst()
    Const specifies that this field must be exactly the specified value
    boolean hasGt()
    Gt specifies that this field must be greater than the specified value, exclusive
    boolean hasGte()
    Gte specifies that this field must be greater than the specified value, inclusive
    boolean hasGtNow()
    GtNow specifies that this must be greater than the current time.
    int hashCode()  
    boolean hasLt()
    Lt specifies that this field must be less than the specified value, exclusive
    boolean hasLte()
    Lte specifies that this field must be less than the specified value, inclusive
    boolean hasLtNow()
    LtNow specifies that this must be less than the current time.
    boolean hasRequired()
    Required specifies that this field must be set
    boolean hasWithin()
    Within specifies that this field must be within this duration of the current time.
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()  
    boolean isInitialized()  
    static Validate.TimestampRules.Builder newBuilder()  
    static Validate.TimestampRules.Builder newBuilder​(Validate.TimestampRules prototype)  
    Validate.TimestampRules.Builder newBuilderForType()  
    protected Validate.TimestampRules.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)  
    static Validate.TimestampRules parseDelimitedFrom​(InputStream input)  
    static Validate.TimestampRules parseDelimitedFrom​(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static Validate.TimestampRules parseFrom​(byte[] data)  
    static Validate.TimestampRules parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static Validate.TimestampRules parseFrom​(com.google.protobuf.ByteString data)  
    static Validate.TimestampRules parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static Validate.TimestampRules parseFrom​(com.google.protobuf.CodedInputStream input)  
    static Validate.TimestampRules parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static Validate.TimestampRules parseFrom​(InputStream input)  
    static Validate.TimestampRules parseFrom​(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static com.google.protobuf.Parser<Validate.TimestampRules> parser()  
    Validate.TimestampRules.Builder toBuilder()  
    void writeTo​(com.google.protobuf.CodedOutputStream output)  

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString

    Methods inherited from class com.google.protobuf.AbstractMessageLite

    addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLite

    toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof