Class Validate.MapRules

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

public static final class Validate.MapRules
extends com.google.protobuf.GeneratedMessageV3
implements Validate.MapRulesOrBuilder
 MapRules describe the constraints applied to `map` values
 
Protobuf type validate.MapRules
See Also:
Serialized Form
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  Validate.MapRules.Builder
    MapRules describe the constraints applied to `map` 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 KEYS_FIELD_NUMBER  
    static int MAX_PAIRS_FIELD_NUMBER  
    static int MIN_PAIRS_FIELD_NUMBER  
    static int NO_SPARSE_FIELD_NUMBER  
    static com.google.protobuf.Parser<Validate.MapRules> PARSER
    Deprecated.
    static int VALUES_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)  
    static Validate.MapRules getDefaultInstance()  
    Validate.MapRules getDefaultInstanceForType()  
    static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
    Validate.FieldRules getKeys()
    Keys specifies the constraints to be applied to each key in the field.
    Validate.FieldRulesOrBuilder getKeysOrBuilder()
    Keys specifies the constraints to be applied to each key in the field.
    long getMaxPairs()
    MaxPairs specifies that this field must have the specified number of KVs at a maximum
    long getMinPairs()
    MinPairs specifies that this field must have the specified number of KVs at a minimum
    boolean getNoSparse()
    NoSparse specifies values in this field cannot be unset.
    com.google.protobuf.Parser<Validate.MapRules> getParserForType()  
    int getSerializedSize()  
    com.google.protobuf.UnknownFieldSet getUnknownFields()  
    Validate.FieldRules getValues()
    Values specifies the constraints to be applied to the value of each key in the field.
    Validate.FieldRulesOrBuilder getValuesOrBuilder()
    Values specifies the constraints to be applied to the value of each key in the field.
    int hashCode()  
    boolean hasKeys()
    Keys specifies the constraints to be applied to each key in the field.
    boolean hasMaxPairs()
    MaxPairs specifies that this field must have the specified number of KVs at a maximum
    boolean hasMinPairs()
    MinPairs specifies that this field must have the specified number of KVs at a minimum
    boolean hasNoSparse()
    NoSparse specifies values in this field cannot be unset.
    boolean hasValues()
    Values specifies the constraints to be applied to the value of each key in the field.
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()  
    boolean isInitialized()  
    static Validate.MapRules.Builder newBuilder()  
    static Validate.MapRules.Builder newBuilder​(Validate.MapRules prototype)  
    Validate.MapRules.Builder newBuilderForType()  
    protected Validate.MapRules.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)  
    static Validate.MapRules parseDelimitedFrom​(InputStream input)  
    static Validate.MapRules parseDelimitedFrom​(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static Validate.MapRules parseFrom​(byte[] data)  
    static Validate.MapRules parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static Validate.MapRules parseFrom​(com.google.protobuf.ByteString data)  
    static Validate.MapRules parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static Validate.MapRules parseFrom​(com.google.protobuf.CodedInputStream input)  
    static Validate.MapRules parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static Validate.MapRules parseFrom​(InputStream input)  
    static Validate.MapRules parseFrom​(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static com.google.protobuf.Parser<Validate.MapRules> parser()  
    Validate.MapRules.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