Class Validate.DoubleRules

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

public static final class Validate.DoubleRules
extends com.google.protobuf.GeneratedMessageV3
implements Validate.DoubleRulesOrBuilder
 DoubleRules describes the constraints applied to `double` values
 
Protobuf type validate.DoubleRules
See Also:
Serialized Form
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  Validate.DoubleRules.Builder
    DoubleRules describes the constraints applied to `double` values

    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.DoubleRules> PARSER
    Deprecated.

    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)  
    double getConst()
    Const specifies that this field must be exactly the specified value
    static Validate.DoubleRules getDefaultInstance()  
    Validate.DoubleRules getDefaultInstanceForType()  
    static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
    double getGt()
    Gt specifies that this field must be greater than the specified value, exclusive.
    double getGte()
    Gte specifies that this field must be greater than or equal to the specified value, inclusive.
    double 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<Double> getInList()
    In specifies that this field must be equal to one of the specified values
    double getLt()
    Lt specifies that this field must be less than the specified value, exclusive
    double getLte()
    Lte specifies that this field must be less than or equal to the specified value, inclusive
    double 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<Double> getNotInList()
    NotIn specifies that this field cannot be equal to one of the specified values
    com.google.protobuf.Parser<Validate.DoubleRules> getParserForType()  
    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 or equal to the specified value, inclusive.
    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 or equal to the specified value, inclusive
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()  
    boolean isInitialized()  
    static Validate.DoubleRules.Builder newBuilder()  
    static Validate.DoubleRules.Builder newBuilder​(Validate.DoubleRules prototype)  
    Validate.DoubleRules.Builder newBuilderForType()  
    protected Validate.DoubleRules.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)  
    static Validate.DoubleRules parseDelimitedFrom​(InputStream input)  
    static Validate.DoubleRules parseDelimitedFrom​(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static Validate.DoubleRules parseFrom​(byte[] data)  
    static Validate.DoubleRules parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static Validate.DoubleRules parseFrom​(com.google.protobuf.ByteString data)  
    static Validate.DoubleRules parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static Validate.DoubleRules parseFrom​(com.google.protobuf.CodedInputStream input)  
    static Validate.DoubleRules parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static Validate.DoubleRules parseFrom​(InputStream input)  
    static Validate.DoubleRules parseFrom​(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static com.google.protobuf.Parser<Validate.DoubleRules> parser()  
    Validate.DoubleRules.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