Class Validate.DurationRules

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

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

    Nested Classes 
    Modifier and Type Class Description
    static class  Validate.DurationRules.Builder
    DurationRules describe the constraints applied exclusively to the `google.protobuf.Duration` 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 GTE_FIELD_NUMBER  
    static int IN_FIELD_NUMBER  
    static int LT_FIELD_NUMBER  
    static int LTE_FIELD_NUMBER  
    static int NOT_IN_FIELD_NUMBER  
    static com.google.protobuf.Parser<Validate.DurationRules> PARSER
    Deprecated.
    static int REQUIRED_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.Duration getConst()
    Const specifies that this field must be exactly the specified value
    com.google.protobuf.DurationOrBuilder getConstOrBuilder()
    Const specifies that this field must be exactly the specified value
    static Validate.DurationRules getDefaultInstance()  
    Validate.DurationRules getDefaultInstanceForType()  
    static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
    com.google.protobuf.Duration getGt()
    Gt specifies that this field must be greater than the specified value, exclusive
    com.google.protobuf.Duration getGte()
    Gte specifies that this field must be greater than the specified value, inclusive
    com.google.protobuf.DurationOrBuilder getGteOrBuilder()
    Gte specifies that this field must be greater than the specified value, inclusive
    com.google.protobuf.DurationOrBuilder getGtOrBuilder()
    Gt specifies that this field must be greater than the specified value, exclusive
    com.google.protobuf.Duration getIn​(int index)
    In specifies that this field must be equal to one of the specified values
    int getInCount()
    In specifies that this field must be equal to one of the specified values
    List<com.google.protobuf.Duration> getInList()
    In specifies that this field must be equal to one of the specified values
    com.google.protobuf.DurationOrBuilder getInOrBuilder​(int index)
    In specifies that this field must be equal to one of the specified values
    List<? extends com.google.protobuf.DurationOrBuilder> getInOrBuilderList()
    In specifies that this field must be equal to one of the specified values
    com.google.protobuf.Duration getLt()
    Lt specifies that this field must be less than the specified value, exclusive
    com.google.protobuf.Duration getLte()
    Lt specifies that this field must be less than the specified value, inclusive
    com.google.protobuf.DurationOrBuilder getLteOrBuilder()
    Lt specifies that this field must be less than the specified value, inclusive
    com.google.protobuf.DurationOrBuilder getLtOrBuilder()
    Lt specifies that this field must be less than the specified value, exclusive
    com.google.protobuf.Duration getNotIn​(int index)
    NotIn specifies that this field cannot be equal to one of the specified values
    int getNotInCount()
    NotIn specifies that this field cannot be equal to one of the specified values
    List<com.google.protobuf.Duration> getNotInList()
    NotIn specifies that this field cannot be equal to one of the specified values
    com.google.protobuf.DurationOrBuilder getNotInOrBuilder​(int index)
    NotIn specifies that this field cannot be equal to one of the specified values
    List<? extends com.google.protobuf.DurationOrBuilder> getNotInOrBuilderList()
    NotIn specifies that this field cannot be equal to one of the specified values
    com.google.protobuf.Parser<Validate.DurationRules> getParserForType()  
    boolean getRequired()
    Required specifies that this field must be set
    int getSerializedSize()  
    com.google.protobuf.UnknownFieldSet getUnknownFields()  
    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
    int hashCode()  
    boolean hasLt()
    Lt specifies that this field must be less than the specified value, exclusive
    boolean hasLte()
    Lt specifies that this field must be less than the specified value, inclusive
    boolean hasRequired()
    Required specifies that this field must be set
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()  
    boolean isInitialized()  
    static Validate.DurationRules.Builder newBuilder()  
    static Validate.DurationRules.Builder newBuilder​(Validate.DurationRules prototype)  
    Validate.DurationRules.Builder newBuilderForType()  
    protected Validate.DurationRules.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)  
    static Validate.DurationRules parseDelimitedFrom​(InputStream input)  
    static Validate.DurationRules parseDelimitedFrom​(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static Validate.DurationRules parseFrom​(byte[] data)  
    static Validate.DurationRules parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static Validate.DurationRules parseFrom​(com.google.protobuf.ByteString data)  
    static Validate.DurationRules parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static Validate.DurationRules parseFrom​(com.google.protobuf.CodedInputStream input)  
    static Validate.DurationRules parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static Validate.DurationRules parseFrom​(InputStream input)  
    static Validate.DurationRules parseFrom​(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static com.google.protobuf.Parser<Validate.DurationRules> parser()  
    Validate.DurationRules.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