Class Validate.AnyRules

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

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

    Nested Classes 
    Modifier and Type Class Description
    static class  Validate.AnyRules.Builder
    AnyRules describe constraints applied exclusively to the `google.protobuf.Any` 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 IN_FIELD_NUMBER  
    static int NOT_IN_FIELD_NUMBER  
    static com.google.protobuf.Parser<Validate.AnyRules> 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)  
    static Validate.AnyRules getDefaultInstance()  
    Validate.AnyRules getDefaultInstanceForType()  
    static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
    String getIn​(int index)
    In specifies that this field's `type_url` must be equal to one of the specified values.
    com.google.protobuf.ByteString getInBytes​(int index)
    In specifies that this field's `type_url` must be equal to one of the specified values.
    int getInCount()
    In specifies that this field's `type_url` must be equal to one of the specified values.
    com.google.protobuf.ProtocolStringList getInList()
    In specifies that this field's `type_url` must be equal to one of the specified values.
    String getNotIn​(int index)
    NotIn specifies that this field's `type_url` must not be equal to any of the specified values.
    com.google.protobuf.ByteString getNotInBytes​(int index)
    NotIn specifies that this field's `type_url` must not be equal to any of the specified values.
    int getNotInCount()
    NotIn specifies that this field's `type_url` must not be equal to any of the specified values.
    com.google.protobuf.ProtocolStringList getNotInList()
    NotIn specifies that this field's `type_url` must not be equal to any of the specified values.
    com.google.protobuf.Parser<Validate.AnyRules> getParserForType()  
    boolean getRequired()
    Required specifies that this field must be set
    int getSerializedSize()  
    com.google.protobuf.UnknownFieldSet getUnknownFields()  
    int hashCode()  
    boolean hasRequired()
    Required specifies that this field must be set
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()  
    boolean isInitialized()  
    static Validate.AnyRules.Builder newBuilder()  
    static Validate.AnyRules.Builder newBuilder​(Validate.AnyRules prototype)  
    Validate.AnyRules.Builder newBuilderForType()  
    protected Validate.AnyRules.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)  
    static Validate.AnyRules parseDelimitedFrom​(InputStream input)  
    static Validate.AnyRules parseDelimitedFrom​(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static Validate.AnyRules parseFrom​(byte[] data)  
    static Validate.AnyRules parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static Validate.AnyRules parseFrom​(com.google.protobuf.ByteString data)  
    static Validate.AnyRules parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static Validate.AnyRules parseFrom​(com.google.protobuf.CodedInputStream input)  
    static Validate.AnyRules parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static Validate.AnyRules parseFrom​(InputStream input)  
    static Validate.AnyRules parseFrom​(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static com.google.protobuf.Parser<Validate.AnyRules> parser()  
    Validate.AnyRules.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