Serialized Form
-
Package build.buf.protovalidate.exceptions
-
Exception Class build.buf.protovalidate.exceptions.CompilationException
class CompilationException extends ValidationException implements Serializable -
Exception Class build.buf.protovalidate.exceptions.ExecutionException
class ExecutionException extends ValidationException implements Serializable -
Exception Class build.buf.protovalidate.exceptions.ValidationException
class ValidationException extends Exception implements Serializable
-
-
Package build.buf.validate
-
Class build.buf.validate.AnyRules
class AnyRules extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
in_
com.google.protobuf.LazyStringArrayList in_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
notIn_
com.google.protobuf.LazyStringArrayList notIn_
-
-
Class build.buf.validate.BoolRules
class BoolRules extends com.google.protobuf.GeneratedMessage.ExtendableMessage<BoolRules> implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
const_
boolean const_
-
example_
com.google.protobuf.Internal.BooleanList example_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class build.buf.validate.BytesRules
class BytesRules extends com.google.protobuf.GeneratedMessage.ExtendableMessage<BytesRules> implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
const_
com.google.protobuf.ByteString const_
-
contains_
com.google.protobuf.ByteString contains_
-
example_
com.google.protobuf.Internal.ProtobufList<com.google.protobuf.ByteString> example_
-
in_
com.google.protobuf.Internal.ProtobufList<com.google.protobuf.ByteString> in_
-
len_
long len_
-
maxLen_
long maxLen_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
minLen_
long minLen_
-
notIn_
com.google.protobuf.Internal.ProtobufList<com.google.protobuf.ByteString> notIn_
-
pattern_
Object pattern_
-
prefix_
com.google.protobuf.ByteString prefix_
-
suffix_
com.google.protobuf.ByteString suffix_
-
wellKnown_
Object wellKnown_
-
wellKnownCase_
int wellKnownCase_
-
-
Class build.buf.validate.DoubleRules
class DoubleRules extends com.google.protobuf.GeneratedMessage.ExtendableMessage<DoubleRules> implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
const_
double const_
-
example_
com.google.protobuf.Internal.DoubleList example_
-
finite_
boolean finite_
-
greaterThan_
Object greaterThan_
-
greaterThanCase_
int greaterThanCase_
-
in_
com.google.protobuf.Internal.DoubleList in_
-
lessThan_
Object lessThan_
-
lessThanCase_
int lessThanCase_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
notIn_
com.google.protobuf.Internal.DoubleList notIn_
-
-
Class build.buf.validate.DurationRules
class DurationRules extends com.google.protobuf.GeneratedMessage.ExtendableMessage<DurationRules> implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
const_
com.google.protobuf.Duration const_
-
example_
List<com.google.protobuf.Duration> example_
-
greaterThan_
Object greaterThan_
-
greaterThanCase_
int greaterThanCase_
-
in_
List<com.google.protobuf.Duration> in_
-
lessThan_
Object lessThan_
-
lessThanCase_
int lessThanCase_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
notIn_
List<com.google.protobuf.Duration> notIn_
-
-
Class build.buf.validate.EnumRules
class EnumRules extends com.google.protobuf.GeneratedMessage.ExtendableMessage<EnumRules> implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
const_
int const_
-
definedOnly_
boolean definedOnly_
-
example_
com.google.protobuf.Internal.IntList example_
-
in_
com.google.protobuf.Internal.IntList in_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
notIn_
com.google.protobuf.Internal.IntList notIn_
-
-
Class build.buf.validate.FieldPath
class FieldPath extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
elements_
List<FieldPathElement> elements_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class build.buf.validate.FieldPathElement
class FieldPathElement extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class build.buf.validate.FieldRules
class FieldRules extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class build.buf.validate.Fixed32Rules
class Fixed32Rules extends com.google.protobuf.GeneratedMessage.ExtendableMessage<Fixed32Rules> implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
const_
int const_
-
example_
com.google.protobuf.Internal.IntList example_
-
greaterThan_
Object greaterThan_
-
greaterThanCase_
int greaterThanCase_
-
in_
com.google.protobuf.Internal.IntList in_
-
lessThan_
Object lessThan_
-
lessThanCase_
int lessThanCase_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
notIn_
com.google.protobuf.Internal.IntList notIn_
-
-
Class build.buf.validate.Fixed64Rules
class Fixed64Rules extends com.google.protobuf.GeneratedMessage.ExtendableMessage<Fixed64Rules> implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
const_
long const_
-
example_
com.google.protobuf.Internal.LongList example_
-
greaterThan_
Object greaterThan_
-
greaterThanCase_
int greaterThanCase_
-
in_
com.google.protobuf.Internal.LongList in_
-
lessThan_
Object lessThan_
-
lessThanCase_
int lessThanCase_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
notIn_
com.google.protobuf.Internal.LongList notIn_
-
-
Class build.buf.validate.FloatRules
class FloatRules extends com.google.protobuf.GeneratedMessage.ExtendableMessage<FloatRules> implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
const_
float const_
-
example_
com.google.protobuf.Internal.FloatList example_
-
finite_
boolean finite_
-
greaterThan_
Object greaterThan_
-
greaterThanCase_
int greaterThanCase_
-
in_
com.google.protobuf.Internal.FloatList in_
-
lessThan_
Object lessThan_
-
lessThanCase_
int lessThanCase_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
notIn_
com.google.protobuf.Internal.FloatList notIn_
-
-
Class build.buf.validate.Int32Rules
class Int32Rules extends com.google.protobuf.GeneratedMessage.ExtendableMessage<Int32Rules> implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
const_
int const_
-
example_
com.google.protobuf.Internal.IntList example_
-
greaterThan_
Object greaterThan_
-
greaterThanCase_
int greaterThanCase_
-
in_
com.google.protobuf.Internal.IntList in_
-
lessThan_
Object lessThan_
-
lessThanCase_
int lessThanCase_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
notIn_
com.google.protobuf.Internal.IntList notIn_
-
-
Class build.buf.validate.Int64Rules
class Int64Rules extends com.google.protobuf.GeneratedMessage.ExtendableMessage<Int64Rules> implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
const_
long const_
-
example_
com.google.protobuf.Internal.LongList example_
-
greaterThan_
Object greaterThan_
-
greaterThanCase_
int greaterThanCase_
-
in_
com.google.protobuf.Internal.LongList in_
-
lessThan_
Object lessThan_
-
lessThanCase_
int lessThanCase_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
notIn_
com.google.protobuf.Internal.LongList notIn_
-
-
Class build.buf.validate.MapRules
class MapRules extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MapRules> implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
keys_
FieldRules keys_
-
maxPairs_
long maxPairs_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
minPairs_
long minPairs_
-
values_
FieldRules values_
-
-
Class build.buf.validate.MessageOneofRule
class MessageOneofRule extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
fields_
com.google.protobuf.LazyStringArrayList fields_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
required_
boolean required_
-
-
Class build.buf.validate.MessageRules
class MessageRules extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
cel_
List<Rule> cel_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
oneof_
List<MessageOneofRule> oneof_
-
-
Class build.buf.validate.OneofRules
class OneofRules extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
required_
boolean required_
-
-
Class build.buf.validate.PredefinedRules
class PredefinedRules extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class build.buf.validate.RepeatedRules
class RepeatedRules extends com.google.protobuf.GeneratedMessage.ExtendableMessage<RepeatedRules> implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
items_
FieldRules items_
-
maxItems_
long maxItems_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
minItems_
long minItems_
-
unique_
boolean unique_
-
-
Class build.buf.validate.Rule
class Rule extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class build.buf.validate.SFixed32Rules
class SFixed32Rules extends com.google.protobuf.GeneratedMessage.ExtendableMessage<SFixed32Rules> implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
const_
int const_
-
example_
com.google.protobuf.Internal.IntList example_
-
greaterThan_
Object greaterThan_
-
greaterThanCase_
int greaterThanCase_
-
in_
com.google.protobuf.Internal.IntList in_
-
lessThan_
Object lessThan_
-
lessThanCase_
int lessThanCase_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
notIn_
com.google.protobuf.Internal.IntList notIn_
-
-
Class build.buf.validate.SFixed64Rules
class SFixed64Rules extends com.google.protobuf.GeneratedMessage.ExtendableMessage<SFixed64Rules> implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
const_
long const_
-
example_
com.google.protobuf.Internal.LongList example_
-
greaterThan_
Object greaterThan_
-
greaterThanCase_
int greaterThanCase_
-
in_
com.google.protobuf.Internal.LongList in_
-
lessThan_
Object lessThan_
-
lessThanCase_
int lessThanCase_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
notIn_
com.google.protobuf.Internal.LongList notIn_
-
-
Class build.buf.validate.SInt32Rules
class SInt32Rules extends com.google.protobuf.GeneratedMessage.ExtendableMessage<SInt32Rules> implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
const_
int const_
-
example_
com.google.protobuf.Internal.IntList example_
-
greaterThan_
Object greaterThan_
-
greaterThanCase_
int greaterThanCase_
-
in_
com.google.protobuf.Internal.IntList in_
-
lessThan_
Object lessThan_
-
lessThanCase_
int lessThanCase_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
notIn_
com.google.protobuf.Internal.IntList notIn_
-
-
Class build.buf.validate.SInt64Rules
class SInt64Rules extends com.google.protobuf.GeneratedMessage.ExtendableMessage<SInt64Rules> implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
const_
long const_
-
example_
com.google.protobuf.Internal.LongList example_
-
greaterThan_
Object greaterThan_
-
greaterThanCase_
int greaterThanCase_
-
in_
com.google.protobuf.Internal.LongList in_
-
lessThan_
Object lessThan_
-
lessThanCase_
int lessThanCase_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
notIn_
com.google.protobuf.Internal.LongList notIn_
-
-
Class build.buf.validate.StringRules
class StringRules extends com.google.protobuf.GeneratedMessage.ExtendableMessage<StringRules> implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
const_
Object const_
-
contains_
Object contains_
-
example_
com.google.protobuf.LazyStringArrayList example_
-
in_
com.google.protobuf.LazyStringArrayList in_
-
len_
long len_
-
lenBytes_
long lenBytes_
-
maxBytes_
long maxBytes_
-
maxLen_
long maxLen_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
minBytes_
long minBytes_
-
minLen_
long minLen_
-
notContains_
Object notContains_
-
notIn_
com.google.protobuf.LazyStringArrayList notIn_
-
pattern_
Object pattern_
-
prefix_
Object prefix_
-
strict_
boolean strict_
-
suffix_
Object suffix_
-
wellKnown_
Object wellKnown_
-
wellKnownCase_
int wellKnownCase_
-
-
Class build.buf.validate.TimestampRules
class TimestampRules extends com.google.protobuf.GeneratedMessage.ExtendableMessage<TimestampRules> implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
const_
com.google.protobuf.Timestamp const_
-
example_
List<com.google.protobuf.Timestamp> example_
-
greaterThan_
Object greaterThan_
-
greaterThanCase_
int greaterThanCase_
-
lessThan_
Object lessThan_
-
lessThanCase_
int lessThanCase_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
within_
com.google.protobuf.Duration within_
-
-
Class build.buf.validate.UInt32Rules
class UInt32Rules extends com.google.protobuf.GeneratedMessage.ExtendableMessage<UInt32Rules> implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
const_
int const_
-
example_
com.google.protobuf.Internal.IntList example_
-
greaterThan_
Object greaterThan_
-
greaterThanCase_
int greaterThanCase_
-
in_
com.google.protobuf.Internal.IntList in_
-
lessThan_
Object lessThan_
-
lessThanCase_
int lessThanCase_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
notIn_
com.google.protobuf.Internal.IntList notIn_
-
-
Class build.buf.validate.UInt64Rules
class UInt64Rules extends com.google.protobuf.GeneratedMessage.ExtendableMessage<UInt64Rules> implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
const_
long const_
-
example_
com.google.protobuf.Internal.LongList example_
-
greaterThan_
Object greaterThan_
-
greaterThanCase_
int greaterThanCase_
-
in_
com.google.protobuf.Internal.LongList in_
-
lessThan_
Object lessThan_
-
lessThanCase_
int lessThanCase_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
notIn_
com.google.protobuf.Internal.LongList notIn_
-
-
Class build.buf.validate.Violation
class Violation extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-
Class build.buf.validate.Violations
class Violations extends com.google.protobuf.GeneratedMessage implements Serializable- serialVersionUID:
- 0L
-