Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addAllCel(Iterable<? extends Constraint>) - Method in class build.buf.validate.FieldConstraints.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- addAllCel(Iterable<? extends Constraint>) - Method in class build.buf.validate.MessageConstraints.Builder
-
`cel` is a repeated field of type Constraint.
- addAllCel(Iterable<? extends Constraint>) - Method in class build.buf.validate.priv.FieldConstraints.Builder
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - addAllIn(Iterable<? extends ByteString>) - Method in class build.buf.validate.BytesRules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addAllIn(Iterable<? extends Duration>) - Method in class build.buf.validate.DurationRules.Builder
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- addAllIn(Iterable<? extends Double>) - Method in class build.buf.validate.DoubleRules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addAllIn(Iterable<? extends Float>) - Method in class build.buf.validate.FloatRules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addAllIn(Iterable<? extends Integer>) - Method in class build.buf.validate.EnumRules.Builder
-
`in` requires the field value to be equal to one of the specified enum values.
- addAllIn(Iterable<? extends Integer>) - Method in class build.buf.validate.Fixed32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addAllIn(Iterable<? extends Integer>) - Method in class build.buf.validate.Int32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addAllIn(Iterable<? extends Integer>) - Method in class build.buf.validate.SFixed32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addAllIn(Iterable<? extends Integer>) - Method in class build.buf.validate.SInt32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addAllIn(Iterable<? extends Integer>) - Method in class build.buf.validate.UInt32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addAllIn(Iterable<? extends Long>) - Method in class build.buf.validate.Fixed64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addAllIn(Iterable<? extends Long>) - Method in class build.buf.validate.Int64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addAllIn(Iterable<? extends Long>) - Method in class build.buf.validate.SFixed64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addAllIn(Iterable<? extends Long>) - Method in class build.buf.validate.SInt64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addAllIn(Iterable<? extends Long>) - Method in class build.buf.validate.UInt64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addAllIn(Iterable<String>) - Method in class build.buf.validate.AnyRules.Builder
-
`in` requires the field's `type_url` to be equal to one of the specified values.
- addAllIn(Iterable<String>) - Method in class build.buf.validate.StringRules.Builder
-
`in` specifies that the field value must be equal to one of the specified values.
- addAllNotIn(Iterable<? extends ByteString>) - Method in class build.buf.validate.BytesRules.Builder
-
`not_in` requires the field value to be not equal to any of the specified values.
- addAllNotIn(Iterable<? extends Duration>) - Method in class build.buf.validate.DurationRules.Builder
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- addAllNotIn(Iterable<? extends Double>) - Method in class build.buf.validate.DoubleRules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- addAllNotIn(Iterable<? extends Float>) - Method in class build.buf.validate.FloatRules.Builder
-
`in` requires the field value to not be equal to any of the specified values.
- addAllNotIn(Iterable<? extends Integer>) - Method in class build.buf.validate.EnumRules.Builder
-
`not_in` requires the field value to be not equal to any of the specified enum values.
- addAllNotIn(Iterable<? extends Integer>) - Method in class build.buf.validate.Fixed32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- addAllNotIn(Iterable<? extends Integer>) - Method in class build.buf.validate.Int32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- addAllNotIn(Iterable<? extends Integer>) - Method in class build.buf.validate.SFixed32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- addAllNotIn(Iterable<? extends Integer>) - Method in class build.buf.validate.SInt32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- addAllNotIn(Iterable<? extends Integer>) - Method in class build.buf.validate.UInt32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- addAllNotIn(Iterable<? extends Long>) - Method in class build.buf.validate.Fixed64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- addAllNotIn(Iterable<? extends Long>) - Method in class build.buf.validate.Int64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- addAllNotIn(Iterable<? extends Long>) - Method in class build.buf.validate.SFixed64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- addAllNotIn(Iterable<? extends Long>) - Method in class build.buf.validate.SInt64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- addAllNotIn(Iterable<? extends Long>) - Method in class build.buf.validate.UInt64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- addAllNotIn(Iterable<String>) - Method in class build.buf.validate.AnyRules.Builder
-
requires the field's type_url to be not equal to any of the specified values.
- addAllNotIn(Iterable<String>) - Method in class build.buf.validate.StringRules.Builder
-
`not_in` specifies that the field value cannot be equal to any of the specified values.
- addAllViolations(Iterable<? extends Violation>) - Method in class build.buf.validate.Violations.Builder
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- addCel(int, Constraint) - Method in class build.buf.validate.FieldConstraints.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- addCel(int, Constraint) - Method in class build.buf.validate.MessageConstraints.Builder
-
`cel` is a repeated field of type Constraint.
- addCel(int, Constraint.Builder) - Method in class build.buf.validate.FieldConstraints.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- addCel(int, Constraint.Builder) - Method in class build.buf.validate.MessageConstraints.Builder
-
`cel` is a repeated field of type Constraint.
- addCel(int, Constraint) - Method in class build.buf.validate.priv.FieldConstraints.Builder
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - addCel(int, Constraint.Builder) - Method in class build.buf.validate.priv.FieldConstraints.Builder
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - addCel(Constraint) - Method in class build.buf.validate.FieldConstraints.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- addCel(Constraint) - Method in class build.buf.validate.MessageConstraints.Builder
-
`cel` is a repeated field of type Constraint.
- addCel(Constraint.Builder) - Method in class build.buf.validate.FieldConstraints.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- addCel(Constraint.Builder) - Method in class build.buf.validate.MessageConstraints.Builder
-
`cel` is a repeated field of type Constraint.
- addCel(Constraint) - Method in class build.buf.validate.priv.FieldConstraints.Builder
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - addCel(Constraint.Builder) - Method in class build.buf.validate.priv.FieldConstraints.Builder
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - addCelBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- addCelBuilder() - Method in class build.buf.validate.MessageConstraints.Builder
-
`cel` is a repeated field of type Constraint.
- addCelBuilder() - Method in class build.buf.validate.priv.FieldConstraints.Builder
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - addCelBuilder(int) - Method in class build.buf.validate.FieldConstraints.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- addCelBuilder(int) - Method in class build.buf.validate.MessageConstraints.Builder
-
`cel` is a repeated field of type Constraint.
- addCelBuilder(int) - Method in class build.buf.validate.priv.FieldConstraints.Builder
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - addIn(double) - Method in class build.buf.validate.DoubleRules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addIn(float) - Method in class build.buf.validate.FloatRules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addIn(int) - Method in class build.buf.validate.EnumRules.Builder
-
`in` requires the field value to be equal to one of the specified enum values.
- addIn(int) - Method in class build.buf.validate.Fixed32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addIn(int) - Method in class build.buf.validate.Int32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addIn(int) - Method in class build.buf.validate.SFixed32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addIn(int) - Method in class build.buf.validate.SInt32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addIn(int) - Method in class build.buf.validate.UInt32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addIn(int, Duration) - Method in class build.buf.validate.DurationRules.Builder
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- addIn(int, Duration.Builder) - Method in class build.buf.validate.DurationRules.Builder
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- addIn(long) - Method in class build.buf.validate.Fixed64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addIn(long) - Method in class build.buf.validate.Int64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addIn(long) - Method in class build.buf.validate.SFixed64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addIn(long) - Method in class build.buf.validate.SInt64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addIn(long) - Method in class build.buf.validate.UInt64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addIn(ByteString) - Method in class build.buf.validate.BytesRules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- addIn(Duration) - Method in class build.buf.validate.DurationRules.Builder
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- addIn(Duration.Builder) - Method in class build.buf.validate.DurationRules.Builder
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- addIn(String) - Method in class build.buf.validate.AnyRules.Builder
-
`in` requires the field's `type_url` to be equal to one of the specified values.
- addIn(String) - Method in class build.buf.validate.StringRules.Builder
-
`in` specifies that the field value must be equal to one of the specified values.
- addInBuilder() - Method in class build.buf.validate.DurationRules.Builder
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- addInBuilder(int) - Method in class build.buf.validate.DurationRules.Builder
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- addInBytes(ByteString) - Method in class build.buf.validate.AnyRules.Builder
-
`in` requires the field's `type_url` to be equal to one of the specified values.
- addInBytes(ByteString) - Method in class build.buf.validate.StringRules.Builder
-
`in` specifies that the field value must be equal to one of the specified values.
- addNotIn(double) - Method in class build.buf.validate.DoubleRules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- addNotIn(float) - Method in class build.buf.validate.FloatRules.Builder
-
`in` requires the field value to not be equal to any of the specified values.
- addNotIn(int) - Method in class build.buf.validate.EnumRules.Builder
-
`not_in` requires the field value to be not equal to any of the specified enum values.
- addNotIn(int) - Method in class build.buf.validate.Fixed32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- addNotIn(int) - Method in class build.buf.validate.Int32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- addNotIn(int) - Method in class build.buf.validate.SFixed32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- addNotIn(int) - Method in class build.buf.validate.SInt32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- addNotIn(int) - Method in class build.buf.validate.UInt32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- addNotIn(int, Duration) - Method in class build.buf.validate.DurationRules.Builder
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- addNotIn(int, Duration.Builder) - Method in class build.buf.validate.DurationRules.Builder
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- addNotIn(long) - Method in class build.buf.validate.Fixed64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- addNotIn(long) - Method in class build.buf.validate.Int64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- addNotIn(long) - Method in class build.buf.validate.SFixed64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- addNotIn(long) - Method in class build.buf.validate.SInt64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- addNotIn(long) - Method in class build.buf.validate.UInt64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- addNotIn(ByteString) - Method in class build.buf.validate.BytesRules.Builder
-
`not_in` requires the field value to be not equal to any of the specified values.
- addNotIn(Duration) - Method in class build.buf.validate.DurationRules.Builder
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- addNotIn(Duration.Builder) - Method in class build.buf.validate.DurationRules.Builder
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- addNotIn(String) - Method in class build.buf.validate.AnyRules.Builder
-
requires the field's type_url to be not equal to any of the specified values.
- addNotIn(String) - Method in class build.buf.validate.StringRules.Builder
-
`not_in` specifies that the field value cannot be equal to any of the specified values.
- addNotInBuilder() - Method in class build.buf.validate.DurationRules.Builder
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- addNotInBuilder(int) - Method in class build.buf.validate.DurationRules.Builder
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- addNotInBytes(ByteString) - Method in class build.buf.validate.AnyRules.Builder
-
requires the field's type_url to be not equal to any of the specified values.
- addNotInBytes(ByteString) - Method in class build.buf.validate.StringRules.Builder
-
`not_in` specifies that the field value cannot be equal to any of the specified values.
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.AnyRules.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.BoolRules.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.BytesRules.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.Constraint.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.DoubleRules.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.DurationRules.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.EnumRules.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.FieldConstraints.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.Fixed32Rules.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.Fixed64Rules.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.FloatRules.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.Int32Rules.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.Int64Rules.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.MapRules.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.MessageConstraints.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.OneofConstraints.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.priv.Constraint.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.priv.FieldConstraints.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.RepeatedRules.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.SFixed32Rules.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.SFixed64Rules.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.SInt32Rules.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.SInt64Rules.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.StringRules.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.TimestampRules.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.UInt32Rules.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.UInt64Rules.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.Violation.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.Violations.Builder
- ADDRESS - Enum constant in enum class build.buf.validate.StringRules.WellKnownCase
- ADDRESS_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- addViolations(int, Violation) - Method in class build.buf.validate.Violations.Builder
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- addViolations(int, Violation.Builder) - Method in class build.buf.validate.Violations.Builder
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- addViolations(Violation) - Method in class build.buf.validate.Violations.Builder
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- addViolations(Violation.Builder) - Method in class build.buf.validate.Violations.Builder
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- addViolationsBuilder() - Method in class build.buf.validate.Violations.Builder
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- addViolationsBuilder(int) - Method in class build.buf.validate.Violations.Builder
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- ANY - Enum constant in enum class build.buf.validate.FieldConstraints.TypeCase
- ANY_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- AnyRules - Class in build.buf.validate
-
AnyRules describe constraints applied exclusively to the `google.protobuf.Any` well-known type.
- AnyRules.Builder - Class in build.buf.validate
-
AnyRules describe constraints applied exclusively to the `google.protobuf.Any` well-known type.
- AnyRulesOrBuilder - Interface in build.buf.validate
- ast - Variable in class build.buf.protovalidate.internal.expression.AstExpression
-
The compiled CEL AST.
- AstExpression - Class in build.buf.protovalidate.internal.expression
-
AstExpressionis a compiled CELAst.
B
- BOOL - Enum constant in enum class build.buf.validate.FieldConstraints.TypeCase
- BOOL_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- BoolRules - Class in build.buf.validate
-
BoolRules describes the constraints applied to `bool` values.
- BoolRules.Builder - Class in build.buf.validate
-
BoolRules describes the constraints applied to `bool` values.
- BoolRulesOrBuilder - Interface in build.buf.validate
- build() - Method in class build.buf.protovalidate.Config.Builder
-
Build the corresponding
Config. - build() - Method in class build.buf.validate.AnyRules.Builder
- build() - Method in class build.buf.validate.BoolRules.Builder
- build() - Method in class build.buf.validate.BytesRules.Builder
- build() - Method in class build.buf.validate.Constraint.Builder
- build() - Method in class build.buf.validate.DoubleRules.Builder
- build() - Method in class build.buf.validate.DurationRules.Builder
- build() - Method in class build.buf.validate.EnumRules.Builder
- build() - Method in class build.buf.validate.FieldConstraints.Builder
- build() - Method in class build.buf.validate.Fixed32Rules.Builder
- build() - Method in class build.buf.validate.Fixed64Rules.Builder
- build() - Method in class build.buf.validate.FloatRules.Builder
- build() - Method in class build.buf.validate.Int32Rules.Builder
- build() - Method in class build.buf.validate.Int64Rules.Builder
- build() - Method in class build.buf.validate.MapRules.Builder
- build() - Method in class build.buf.validate.MessageConstraints.Builder
- build() - Method in class build.buf.validate.OneofConstraints.Builder
- build() - Method in class build.buf.validate.priv.Constraint.Builder
- build() - Method in class build.buf.validate.priv.FieldConstraints.Builder
- build() - Method in class build.buf.validate.RepeatedRules.Builder
- build() - Method in class build.buf.validate.SFixed32Rules.Builder
- build() - Method in class build.buf.validate.SFixed64Rules.Builder
- build() - Method in class build.buf.validate.SInt32Rules.Builder
- build() - Method in class build.buf.validate.SInt64Rules.Builder
- build() - Method in class build.buf.validate.StringRules.Builder
- build() - Method in class build.buf.validate.TimestampRules.Builder
- build() - Method in class build.buf.validate.UInt32Rules.Builder
- build() - Method in class build.buf.validate.UInt64Rules.Builder
- build() - Method in class build.buf.validate.Violation.Builder
- build() - Method in class build.buf.validate.Violations.Builder
- build.buf.protovalidate - package build.buf.protovalidate
- build.buf.protovalidate.exceptions - package build.buf.protovalidate.exceptions
- build.buf.protovalidate.internal.celext - package build.buf.protovalidate.internal.celext
- build.buf.protovalidate.internal.constraints - package build.buf.protovalidate.internal.constraints
- build.buf.protovalidate.internal.evaluator - package build.buf.protovalidate.internal.evaluator
- build.buf.protovalidate.internal.expression - package build.buf.protovalidate.internal.expression
- build.buf.validate - package build.buf.validate
- build.buf.validate.priv - package build.buf.validate.priv
- buildPartial() - Method in class build.buf.validate.AnyRules.Builder
- buildPartial() - Method in class build.buf.validate.BoolRules.Builder
- buildPartial() - Method in class build.buf.validate.BytesRules.Builder
- buildPartial() - Method in class build.buf.validate.Constraint.Builder
- buildPartial() - Method in class build.buf.validate.DoubleRules.Builder
- buildPartial() - Method in class build.buf.validate.DurationRules.Builder
- buildPartial() - Method in class build.buf.validate.EnumRules.Builder
- buildPartial() - Method in class build.buf.validate.FieldConstraints.Builder
- buildPartial() - Method in class build.buf.validate.Fixed32Rules.Builder
- buildPartial() - Method in class build.buf.validate.Fixed64Rules.Builder
- buildPartial() - Method in class build.buf.validate.FloatRules.Builder
- buildPartial() - Method in class build.buf.validate.Int32Rules.Builder
- buildPartial() - Method in class build.buf.validate.Int64Rules.Builder
- buildPartial() - Method in class build.buf.validate.MapRules.Builder
- buildPartial() - Method in class build.buf.validate.MessageConstraints.Builder
- buildPartial() - Method in class build.buf.validate.OneofConstraints.Builder
- buildPartial() - Method in class build.buf.validate.priv.Constraint.Builder
- buildPartial() - Method in class build.buf.validate.priv.FieldConstraints.Builder
- buildPartial() - Method in class build.buf.validate.RepeatedRules.Builder
- buildPartial() - Method in class build.buf.validate.SFixed32Rules.Builder
- buildPartial() - Method in class build.buf.validate.SFixed64Rules.Builder
- buildPartial() - Method in class build.buf.validate.SInt32Rules.Builder
- buildPartial() - Method in class build.buf.validate.SInt64Rules.Builder
- buildPartial() - Method in class build.buf.validate.StringRules.Builder
- buildPartial() - Method in class build.buf.validate.TimestampRules.Builder
- buildPartial() - Method in class build.buf.validate.UInt32Rules.Builder
- buildPartial() - Method in class build.buf.validate.UInt64Rules.Builder
- buildPartial() - Method in class build.buf.validate.Violation.Builder
- buildPartial() - Method in class build.buf.validate.Violations.Builder
- BYTES - Enum constant in enum class build.buf.validate.FieldConstraints.TypeCase
- BYTES_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- BytesRules - Class in build.buf.validate
-
BytesRules describe the constraints applied to `bytes` values.
- BytesRules.Builder - Class in build.buf.validate
-
BytesRules describe the constraints applied to `bytes` values.
- BytesRules.WellKnownCase - Enum Class in build.buf.validate
- BytesRulesOrBuilder - Interface in build.buf.validate
C
- CEL_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- CEL_FIELD_NUMBER - Static variable in class build.buf.validate.MessageConstraints
- CEL_FIELD_NUMBER - Static variable in class build.buf.validate.priv.FieldConstraints
- CelPrograms - Class in build.buf.protovalidate.internal.expression
-
Evaluator that executes a
CompiledProgram. - CelPrograms(List<CompiledProgram>) - Constructor for class build.buf.protovalidate.internal.expression.CelPrograms
-
Constructs a new
CelPrograms. - clear() - Method in class build.buf.validate.AnyRules.Builder
- clear() - Method in class build.buf.validate.BoolRules.Builder
- clear() - Method in class build.buf.validate.BytesRules.Builder
- clear() - Method in class build.buf.validate.Constraint.Builder
- clear() - Method in class build.buf.validate.DoubleRules.Builder
- clear() - Method in class build.buf.validate.DurationRules.Builder
- clear() - Method in class build.buf.validate.EnumRules.Builder
- clear() - Method in class build.buf.validate.FieldConstraints.Builder
- clear() - Method in class build.buf.validate.Fixed32Rules.Builder
- clear() - Method in class build.buf.validate.Fixed64Rules.Builder
- clear() - Method in class build.buf.validate.FloatRules.Builder
- clear() - Method in class build.buf.validate.Int32Rules.Builder
- clear() - Method in class build.buf.validate.Int64Rules.Builder
- clear() - Method in class build.buf.validate.MapRules.Builder
- clear() - Method in class build.buf.validate.MessageConstraints.Builder
- clear() - Method in class build.buf.validate.OneofConstraints.Builder
- clear() - Method in class build.buf.validate.priv.Constraint.Builder
- clear() - Method in class build.buf.validate.priv.FieldConstraints.Builder
- clear() - Method in class build.buf.validate.RepeatedRules.Builder
- clear() - Method in class build.buf.validate.SFixed32Rules.Builder
- clear() - Method in class build.buf.validate.SFixed64Rules.Builder
- clear() - Method in class build.buf.validate.SInt32Rules.Builder
- clear() - Method in class build.buf.validate.SInt64Rules.Builder
- clear() - Method in class build.buf.validate.StringRules.Builder
- clear() - Method in class build.buf.validate.TimestampRules.Builder
- clear() - Method in class build.buf.validate.UInt32Rules.Builder
- clear() - Method in class build.buf.validate.UInt64Rules.Builder
- clear() - Method in class build.buf.validate.Violation.Builder
- clear() - Method in class build.buf.validate.Violations.Builder
- clearAddress() - Method in class build.buf.validate.StringRules.Builder
-
`address` specifies that the field value must be either a valid hostname as defined by [RFC 1034](https://tools.ietf.org/html/rfc1034#section-3.5) (which doesn't support internationalized domain names or IDNs) or a valid IP (v4 or v6).
- clearAny() - Method in class build.buf.validate.FieldConstraints.Builder
-
Well-Known Field Types
- clearBool() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - clearBytes() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - clearCel() - Method in class build.buf.validate.FieldConstraints.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- clearCel() - Method in class build.buf.validate.MessageConstraints.Builder
-
`cel` is a repeated field of type Constraint.
- clearCel() - Method in class build.buf.validate.priv.FieldConstraints.Builder
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - clearConst() - Method in class build.buf.validate.BoolRules.Builder
-
`const` requires the field value to exactly match the specified boolean value.
- clearConst() - Method in class build.buf.validate.BytesRules.Builder
-
`const` requires the field value to exactly match the specified bytes value.
- clearConst() - Method in class build.buf.validate.DoubleRules.Builder
-
`const` requires the field value to exactly match the specified value.
- clearConst() - Method in class build.buf.validate.DurationRules.Builder
-
`const` dictates that the field must match the specified value of the `google.protobuf.Duration` type exactly.
- clearConst() - Method in class build.buf.validate.EnumRules.Builder
-
`const` requires the field value to exactly match the specified enum value.
- clearConst() - Method in class build.buf.validate.Fixed32Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- clearConst() - Method in class build.buf.validate.Fixed64Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- clearConst() - Method in class build.buf.validate.FloatRules.Builder
-
`const` requires the field value to exactly match the specified value.
- clearConst() - Method in class build.buf.validate.Int32Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- clearConst() - Method in class build.buf.validate.Int64Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- clearConst() - Method in class build.buf.validate.SFixed32Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- clearConst() - Method in class build.buf.validate.SFixed64Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- clearConst() - Method in class build.buf.validate.SInt32Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- clearConst() - Method in class build.buf.validate.SInt64Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- clearConst() - Method in class build.buf.validate.StringRules.Builder
-
`const` requires the field value to exactly match the specified value.
- clearConst() - Method in class build.buf.validate.TimestampRules.Builder
-
`const` dictates that this field, of the `google.protobuf.Timestamp` type, must exactly match the specified value.
- clearConst() - Method in class build.buf.validate.UInt32Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- clearConst() - Method in class build.buf.validate.UInt64Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- clearConstraintId() - Method in class build.buf.validate.Violation.Builder
-
`constraint_id` is the unique identifier of the `Constraint` that was not fulfilled.
- clearContains() - Method in class build.buf.validate.BytesRules.Builder
-
`contains` requires the field value to have the specified bytes anywhere in the string.
- clearContains() - Method in class build.buf.validate.StringRules.Builder
-
`contains` specifies that the field value must have the specified substring anywhere in the string.
- clearDefinedOnly() - Method in class build.buf.validate.EnumRules.Builder
-
`defined_only` requires the field value to be one of the defined values for this enum, failing on any undefined value.
- clearDisabled() - Method in class build.buf.validate.MessageConstraints.Builder
-
`disabled` is a boolean flag that, when set to true, nullifies any validation rules for this message.
- clearDouble() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - clearDuration() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - clearEmail() - Method in class build.buf.validate.StringRules.Builder
-
`email` specifies that the field value must be a valid email address (addr-spec only) as defined by [RFC 5322](https://tools.ietf.org/html/rfc5322#section-3.4.1).
- clearEnum() - Method in class build.buf.validate.FieldConstraints.Builder
-
Complex Field Types
- clearExpression() - Method in class build.buf.validate.Constraint.Builder
-
`expression` is the actual CEL expression that will be evaluated for validation.
- clearExpression() - Method in class build.buf.validate.priv.Constraint.Builder
-
string expression = 3 [json_name = "expression"]; - clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.AnyRules.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.BoolRules.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.BytesRules.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.Constraint.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.DoubleRules.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.DurationRules.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.EnumRules.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.FieldConstraints.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.Fixed32Rules.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.Fixed64Rules.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.FloatRules.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.Int32Rules.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.Int64Rules.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.MapRules.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.MessageConstraints.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.OneofConstraints.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.priv.Constraint.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.priv.FieldConstraints.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.RepeatedRules.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.SFixed32Rules.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.SFixed64Rules.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.SInt32Rules.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.SInt64Rules.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.StringRules.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.TimestampRules.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.UInt32Rules.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.UInt64Rules.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.Violation.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class build.buf.validate.Violations.Builder
- clearFieldPath() - Method in class build.buf.validate.Violation.Builder
-
`field_path` is a machine-readable identifier that points to the specific field that failed the validation.
- clearFinite() - Method in class build.buf.validate.DoubleRules.Builder
-
`finite` requires the field value to be finite.
- clearFinite() - Method in class build.buf.validate.FloatRules.Builder
-
`finite` requires the field value to be finite.
- clearFixed32() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - clearFixed64() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - clearFloat() - Method in class build.buf.validate.FieldConstraints.Builder
-
Scalar Field Types
- clearForKey() - Method in class build.buf.validate.Violation.Builder
-
`for_key` indicates whether the violation was caused by a map key, rather than a value.
- clearGreaterThan() - Method in class build.buf.validate.DoubleRules.Builder
- clearGreaterThan() - Method in class build.buf.validate.DurationRules.Builder
- clearGreaterThan() - Method in class build.buf.validate.Fixed32Rules.Builder
- clearGreaterThan() - Method in class build.buf.validate.Fixed64Rules.Builder
- clearGreaterThan() - Method in class build.buf.validate.FloatRules.Builder
- clearGreaterThan() - Method in class build.buf.validate.Int32Rules.Builder
- clearGreaterThan() - Method in class build.buf.validate.Int64Rules.Builder
- clearGreaterThan() - Method in class build.buf.validate.SFixed32Rules.Builder
- clearGreaterThan() - Method in class build.buf.validate.SFixed64Rules.Builder
- clearGreaterThan() - Method in class build.buf.validate.SInt32Rules.Builder
- clearGreaterThan() - Method in class build.buf.validate.SInt64Rules.Builder
- clearGreaterThan() - Method in class build.buf.validate.TimestampRules.Builder
- clearGreaterThan() - Method in class build.buf.validate.UInt32Rules.Builder
- clearGreaterThan() - Method in class build.buf.validate.UInt64Rules.Builder
- clearGt() - Method in class build.buf.validate.DoubleRules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- clearGt() - Method in class build.buf.validate.DurationRules.Builder
-
`gt` requires the duration field value to be greater than the specified value (exclusive).
- clearGt() - Method in class build.buf.validate.Fixed32Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- clearGt() - Method in class build.buf.validate.Fixed64Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- clearGt() - Method in class build.buf.validate.FloatRules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- clearGt() - Method in class build.buf.validate.Int32Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- clearGt() - Method in class build.buf.validate.Int64Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- clearGt() - Method in class build.buf.validate.SFixed32Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- clearGt() - Method in class build.buf.validate.SFixed64Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- clearGt() - Method in class build.buf.validate.SInt32Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- clearGt() - Method in class build.buf.validate.SInt64Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- clearGt() - Method in class build.buf.validate.TimestampRules.Builder
-
`gt` requires the timestamp field value to be greater than the specified value (exclusive).
- clearGt() - Method in class build.buf.validate.UInt32Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- clearGt() - Method in class build.buf.validate.UInt64Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- clearGte() - Method in class build.buf.validate.DoubleRules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- clearGte() - Method in class build.buf.validate.DurationRules.Builder
-
`gte` requires the duration field value to be greater than or equal to the specified value (exclusive).
- clearGte() - Method in class build.buf.validate.Fixed32Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- clearGte() - Method in class build.buf.validate.Fixed64Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- clearGte() - Method in class build.buf.validate.FloatRules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- clearGte() - Method in class build.buf.validate.Int32Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- clearGte() - Method in class build.buf.validate.Int64Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- clearGte() - Method in class build.buf.validate.SFixed32Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- clearGte() - Method in class build.buf.validate.SFixed64Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- clearGte() - Method in class build.buf.validate.SInt32Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- clearGte() - Method in class build.buf.validate.SInt64Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- clearGte() - Method in class build.buf.validate.TimestampRules.Builder
-
`gte` requires the timestamp field value to be greater than or equal to the specified value (exclusive).
- clearGte() - Method in class build.buf.validate.UInt32Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- clearGte() - Method in class build.buf.validate.UInt64Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- clearGtNow() - Method in class build.buf.validate.TimestampRules.Builder
-
`gt_now` specifies that this field, of the `google.protobuf.Timestamp` type, must be greater than the current time.
- clearHostAndPort() - Method in class build.buf.validate.StringRules.Builder
-
`host_and_port` specifies the field value must be a valid host and port pair.
- clearHostname() - Method in class build.buf.validate.StringRules.Builder
-
`hostname` specifies that the field value must be a valid hostname as defined by [RFC 1034](https://tools.ietf.org/html/rfc1034#section-3.5).
- clearId() - Method in class build.buf.validate.Constraint.Builder
-
`id` is a string that serves as a machine-readable name for this Constraint.
- clearId() - Method in class build.buf.validate.priv.Constraint.Builder
-
string id = 1 [json_name = "id"]; - clearIgnore() - Method in class build.buf.validate.FieldConstraints.Builder
-
Skip validation on the field if its value matches the specified criteria.
- clearIgnoreEmpty() - Method in class build.buf.validate.FieldConstraints.Builder
-
Deprecated.buf.validate.FieldConstraints.ignore_empty is deprecated. See buf/validate/validate.proto;l=198
- clearIn() - Method in class build.buf.validate.AnyRules.Builder
-
`in` requires the field's `type_url` to be equal to one of the specified values.
- clearIn() - Method in class build.buf.validate.BytesRules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- clearIn() - Method in class build.buf.validate.DoubleRules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- clearIn() - Method in class build.buf.validate.DurationRules.Builder
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- clearIn() - Method in class build.buf.validate.EnumRules.Builder
-
`in` requires the field value to be equal to one of the specified enum values.
- clearIn() - Method in class build.buf.validate.Fixed32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- clearIn() - Method in class build.buf.validate.Fixed64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- clearIn() - Method in class build.buf.validate.FloatRules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- clearIn() - Method in class build.buf.validate.Int32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- clearIn() - Method in class build.buf.validate.Int64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- clearIn() - Method in class build.buf.validate.SFixed32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- clearIn() - Method in class build.buf.validate.SFixed64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- clearIn() - Method in class build.buf.validate.SInt32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- clearIn() - Method in class build.buf.validate.SInt64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- clearIn() - Method in class build.buf.validate.StringRules.Builder
-
`in` specifies that the field value must be equal to one of the specified values.
- clearIn() - Method in class build.buf.validate.UInt32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- clearIn() - Method in class build.buf.validate.UInt64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- clearInt32() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - clearInt64() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - clearIp() - Method in class build.buf.validate.BytesRules.Builder
-
`ip` ensures that the field `value` is a valid IP address (v4 or v6) in byte format.
- clearIp() - Method in class build.buf.validate.StringRules.Builder
-
`ip` specifies that the field value must be a valid IP (v4 or v6) address, without surrounding square brackets for IPv6 addresses.
- clearIpPrefix() - Method in class build.buf.validate.StringRules.Builder
-
`ip_prefix` specifies that the field value must be a valid IP (v4 or v6) prefix.
- clearIpv4() - Method in class build.buf.validate.BytesRules.Builder
-
`ipv4` ensures that the field `value` is a valid IPv4 address in byte format.
- clearIpv4() - Method in class build.buf.validate.StringRules.Builder
-
`ipv4` specifies that the field value must be a valid IPv4 address.
- clearIpv4Prefix() - Method in class build.buf.validate.StringRules.Builder
-
`ipv4_prefix` specifies that the field value must be a valid IPv4 prefix.
- clearIpv4WithPrefixlen() - Method in class build.buf.validate.StringRules.Builder
-
`ipv4_with_prefixlen` specifies that the field value must be a valid IPv4 address with prefix.
- clearIpv6() - Method in class build.buf.validate.BytesRules.Builder
-
`ipv6` ensures that the field `value` is a valid IPv6 address in byte format.
- clearIpv6() - Method in class build.buf.validate.StringRules.Builder
-
`ipv6` specifies that the field value must be a valid IPv6 address, without surrounding square brackets.
- clearIpv6Prefix() - Method in class build.buf.validate.StringRules.Builder
-
`ipv6_prefix` specifies that the field value must be a valid IPv6 prefix.
- clearIpv6WithPrefixlen() - Method in class build.buf.validate.StringRules.Builder
-
`ipv6_with_prefixlen` specifies that the field value must be a valid IPv6 address with prefix length.
- clearIpWithPrefixlen() - Method in class build.buf.validate.StringRules.Builder
-
`ip_with_prefixlen` specifies that the field value must be a valid IP (v4 or v6) address with prefix length.
- clearItems() - Method in class build.buf.validate.RepeatedRules.Builder
-
`items` details the constraints to be applied to each item in the field.
- clearKeys() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the constraints to be applied to each key in the field.
- clearLen() - Method in class build.buf.validate.BytesRules.Builder
-
`len` requires the field value to have the specified length in bytes.
- clearLen() - Method in class build.buf.validate.StringRules.Builder
-
`len` dictates that the field value must have the specified number of characters (Unicode code points), which may differ from the number of bytes in the string.
- clearLenBytes() - Method in class build.buf.validate.StringRules.Builder
-
`len_bytes` dictates that the field value must have the specified number of bytes.
- clearLessThan() - Method in class build.buf.validate.DoubleRules.Builder
- clearLessThan() - Method in class build.buf.validate.DurationRules.Builder
- clearLessThan() - Method in class build.buf.validate.Fixed32Rules.Builder
- clearLessThan() - Method in class build.buf.validate.Fixed64Rules.Builder
- clearLessThan() - Method in class build.buf.validate.FloatRules.Builder
- clearLessThan() - Method in class build.buf.validate.Int32Rules.Builder
- clearLessThan() - Method in class build.buf.validate.Int64Rules.Builder
- clearLessThan() - Method in class build.buf.validate.SFixed32Rules.Builder
- clearLessThan() - Method in class build.buf.validate.SFixed64Rules.Builder
- clearLessThan() - Method in class build.buf.validate.SInt32Rules.Builder
- clearLessThan() - Method in class build.buf.validate.SInt64Rules.Builder
- clearLessThan() - Method in class build.buf.validate.TimestampRules.Builder
- clearLessThan() - Method in class build.buf.validate.UInt32Rules.Builder
- clearLessThan() - Method in class build.buf.validate.UInt64Rules.Builder
- clearLt() - Method in class build.buf.validate.DoubleRules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- clearLt() - Method in class build.buf.validate.DurationRules.Builder
-
`lt` stipulates that the field must be less than the specified value of the `google.protobuf.Duration` type, exclusive.
- clearLt() - Method in class build.buf.validate.Fixed32Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- clearLt() - Method in class build.buf.validate.Fixed64Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- clearLt() - Method in class build.buf.validate.FloatRules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- clearLt() - Method in class build.buf.validate.Int32Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- clearLt() - Method in class build.buf.validate.Int64Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- clearLt() - Method in class build.buf.validate.SFixed32Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- clearLt() - Method in class build.buf.validate.SFixed64Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- clearLt() - Method in class build.buf.validate.SInt32Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- clearLt() - Method in class build.buf.validate.SInt64Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- clearLt() - Method in class build.buf.validate.TimestampRules.Builder
-
requires the duration field value to be less than the specified value (field < value).
- clearLt() - Method in class build.buf.validate.UInt32Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- clearLt() - Method in class build.buf.validate.UInt64Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- clearLte() - Method in class build.buf.validate.DoubleRules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- clearLte() - Method in class build.buf.validate.DurationRules.Builder
-
`lte` indicates that the field must be less than or equal to the specified value of the `google.protobuf.Duration` type, inclusive.
- clearLte() - Method in class build.buf.validate.Fixed32Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- clearLte() - Method in class build.buf.validate.Fixed64Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- clearLte() - Method in class build.buf.validate.FloatRules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- clearLte() - Method in class build.buf.validate.Int32Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- clearLte() - Method in class build.buf.validate.Int64Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- clearLte() - Method in class build.buf.validate.SFixed32Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- clearLte() - Method in class build.buf.validate.SFixed64Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- clearLte() - Method in class build.buf.validate.SInt32Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- clearLte() - Method in class build.buf.validate.SInt64Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- clearLte() - Method in class build.buf.validate.TimestampRules.Builder
-
requires the timestamp field value to be less than or equal to the specified value (field <= value).
- clearLte() - Method in class build.buf.validate.UInt32Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- clearLte() - Method in class build.buf.validate.UInt64Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- clearLtNow() - Method in class build.buf.validate.TimestampRules.Builder
-
`lt_now` specifies that this field, of the `google.protobuf.Timestamp` type, must be less than the current time.
- clearMap() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.MapRules map = 19 [json_name = "map"]; - clearMaxBytes() - Method in class build.buf.validate.StringRules.Builder
-
`max_bytes` specifies that the field value must have no more than the specified number of bytes.
- clearMaxItems() - Method in class build.buf.validate.RepeatedRules.Builder
-
`max_items` denotes that this field must not exceed a certain number of items as the upper limit.
- clearMaxLen() - Method in class build.buf.validate.BytesRules.Builder
-
`max_len` requires the field value to have at most the specified maximum length in bytes.
- clearMaxLen() - Method in class build.buf.validate.StringRules.Builder
-
`max_len` specifies that the field value must have no more than the specified number of characters (Unicode code points), which may differ from the number of bytes in the string.
- clearMaxPairs() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the maximum number of key-value pairs allowed.
- clearMessage() - Method in class build.buf.validate.Constraint.Builder
-
`message` is an optional field that provides a human-readable error message for this Constraint when the CEL expression evaluates to false.
- clearMessage() - Method in class build.buf.validate.priv.Constraint.Builder
-
string message = 2 [json_name = "message"]; - clearMessage() - Method in class build.buf.validate.Violation.Builder
-
`message` is a human-readable error message that describes the nature of the violation.
- clearMinBytes() - Method in class build.buf.validate.StringRules.Builder
-
`min_bytes` specifies that the field value must have at least the specified number of bytes.
- clearMinItems() - Method in class build.buf.validate.RepeatedRules.Builder
-
`min_items` requires that this field must contain at least the specified minimum number of items.
- clearMinLen() - Method in class build.buf.validate.BytesRules.Builder
-
`min_len` requires the field value to have at least the specified minimum length in bytes.
- clearMinLen() - Method in class build.buf.validate.StringRules.Builder
-
`min_len` specifies that the field value must have at least the specified number of characters (Unicode code points), which may differ from the number of bytes in the string.
- clearMinPairs() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the minimum number of key-value pairs allowed.
- clearNotContains() - Method in class build.buf.validate.StringRules.Builder
-
`not_contains` specifies that the field value must not have the specified substring anywhere in the string.
- clearNotIn() - Method in class build.buf.validate.AnyRules.Builder
-
requires the field's type_url to be not equal to any of the specified values.
- clearNotIn() - Method in class build.buf.validate.BytesRules.Builder
-
`not_in` requires the field value to be not equal to any of the specified values.
- clearNotIn() - Method in class build.buf.validate.DoubleRules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- clearNotIn() - Method in class build.buf.validate.DurationRules.Builder
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- clearNotIn() - Method in class build.buf.validate.EnumRules.Builder
-
`not_in` requires the field value to be not equal to any of the specified enum values.
- clearNotIn() - Method in class build.buf.validate.Fixed32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- clearNotIn() - Method in class build.buf.validate.Fixed64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- clearNotIn() - Method in class build.buf.validate.FloatRules.Builder
-
`in` requires the field value to not be equal to any of the specified values.
- clearNotIn() - Method in class build.buf.validate.Int32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- clearNotIn() - Method in class build.buf.validate.Int64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- clearNotIn() - Method in class build.buf.validate.SFixed32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- clearNotIn() - Method in class build.buf.validate.SFixed64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- clearNotIn() - Method in class build.buf.validate.SInt32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- clearNotIn() - Method in class build.buf.validate.SInt64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- clearNotIn() - Method in class build.buf.validate.StringRules.Builder
-
`not_in` specifies that the field value cannot be equal to any of the specified values.
- clearNotIn() - Method in class build.buf.validate.UInt32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- clearNotIn() - Method in class build.buf.validate.UInt64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.AnyRules.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.BoolRules.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.BytesRules.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.Constraint.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.DoubleRules.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.DurationRules.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.EnumRules.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.FieldConstraints.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.Fixed32Rules.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.Fixed64Rules.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.FloatRules.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.Int32Rules.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.Int64Rules.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.MapRules.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.MessageConstraints.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.OneofConstraints.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.priv.Constraint.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.priv.FieldConstraints.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.RepeatedRules.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.SFixed32Rules.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.SFixed64Rules.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.SInt32Rules.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.SInt64Rules.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.StringRules.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.TimestampRules.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.UInt32Rules.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.UInt64Rules.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.Violation.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class build.buf.validate.Violations.Builder
- clearPattern() - Method in class build.buf.validate.BytesRules.Builder
-
`pattern` requires the field value to match the specified regular expression ([RE2 syntax](https://github.com/google/re2/wiki/Syntax)).
- clearPattern() - Method in class build.buf.validate.StringRules.Builder
-
`pattern` specifies that the field value must match the specified regular expression (RE2 syntax), with the expression provided without any delimiters.
- clearPrefix() - Method in class build.buf.validate.BytesRules.Builder
-
`prefix` requires the field value to have the specified bytes at the beginning of the string.
- clearPrefix() - Method in class build.buf.validate.StringRules.Builder
-
`prefix` specifies that the field value must have the specified substring at the beginning of the string.
- clearRepeated() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - clearRequired() - Method in class build.buf.validate.FieldConstraints.Builder
-
If `required` is true, the field must be populated.
- clearRequired() - Method in class build.buf.validate.OneofConstraints.Builder
-
If `required` is true, exactly one field of the oneof must be present.
- clearSfixed32() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - clearSfixed64() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - clearSint32() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - clearSint64() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - clearSkipped() - Method in class build.buf.validate.FieldConstraints.Builder
-
Deprecated.buf.validate.FieldConstraints.skipped is deprecated. See buf/validate/validate.proto;l=196
- clearStrict() - Method in class build.buf.validate.StringRules.Builder
-
This applies to regexes `HTTP_HEADER_NAME` and `HTTP_HEADER_VALUE` to enable strict header validation.
- clearString() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - clearSuffix() - Method in class build.buf.validate.BytesRules.Builder
-
`suffix` requires the field value to have the specified bytes at the end of the string.
- clearSuffix() - Method in class build.buf.validate.StringRules.Builder
-
`suffix` specifies that the field value must have the specified substring at the end of the string.
- clearTimestamp() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; - clearTuuid() - Method in class build.buf.validate.StringRules.Builder
-
`tuuid` (trimmed UUID) specifies that the field value must be a valid UUID as defined by [RFC 4122](https://tools.ietf.org/html/rfc4122#section-4.1.2) with all dashes omitted.
- clearType() - Method in class build.buf.validate.FieldConstraints.Builder
- clearUint32() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - clearUint64() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - clearUnique() - Method in class build.buf.validate.RepeatedRules.Builder
-
`unique` indicates that all elements in this field must be unique.
- clearUri() - Method in class build.buf.validate.StringRules.Builder
-
`uri` specifies that the field value must be a valid, absolute URI as defined by [RFC 3986](https://tools.ietf.org/html/rfc3986#section-3).
- clearUriRef() - Method in class build.buf.validate.StringRules.Builder
-
`uri_ref` specifies that the field value must be a valid URI as defined by [RFC 3986](https://tools.ietf.org/html/rfc3986#section-3) and may be either relative or absolute.
- clearUuid() - Method in class build.buf.validate.StringRules.Builder
-
`uuid` specifies that the field value must be a valid UUID as defined by [RFC 4122](https://tools.ietf.org/html/rfc4122#section-4.1.2).
- clearValues() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the constraints to be applied to the value of each key in the field.
- clearViolations() - Method in class build.buf.validate.Violations.Builder
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- clearWellKnown() - Method in class build.buf.validate.BytesRules.Builder
- clearWellKnown() - Method in class build.buf.validate.StringRules.Builder
- clearWellKnownRegex() - Method in class build.buf.validate.StringRules.Builder
-
`well_known_regex` specifies a common well-known pattern defined as a regex.
- clearWithin() - Method in class build.buf.validate.TimestampRules.Builder
-
`within` specifies that this field, of the `google.protobuf.Timestamp` type, must be within the specified duration of the current time.
- clone() - Method in class build.buf.validate.AnyRules.Builder
- clone() - Method in class build.buf.validate.BoolRules.Builder
- clone() - Method in class build.buf.validate.BytesRules.Builder
- clone() - Method in class build.buf.validate.Constraint.Builder
- clone() - Method in class build.buf.validate.DoubleRules.Builder
- clone() - Method in class build.buf.validate.DurationRules.Builder
- clone() - Method in class build.buf.validate.EnumRules.Builder
- clone() - Method in class build.buf.validate.FieldConstraints.Builder
- clone() - Method in class build.buf.validate.Fixed32Rules.Builder
- clone() - Method in class build.buf.validate.Fixed64Rules.Builder
- clone() - Method in class build.buf.validate.FloatRules.Builder
- clone() - Method in class build.buf.validate.Int32Rules.Builder
- clone() - Method in class build.buf.validate.Int64Rules.Builder
- clone() - Method in class build.buf.validate.MapRules.Builder
- clone() - Method in class build.buf.validate.MessageConstraints.Builder
- clone() - Method in class build.buf.validate.OneofConstraints.Builder
- clone() - Method in class build.buf.validate.priv.Constraint.Builder
- clone() - Method in class build.buf.validate.priv.FieldConstraints.Builder
- clone() - Method in class build.buf.validate.RepeatedRules.Builder
- clone() - Method in class build.buf.validate.SFixed32Rules.Builder
- clone() - Method in class build.buf.validate.SFixed64Rules.Builder
- clone() - Method in class build.buf.validate.SInt32Rules.Builder
- clone() - Method in class build.buf.validate.SInt64Rules.Builder
- clone() - Method in class build.buf.validate.StringRules.Builder
- clone() - Method in class build.buf.validate.TimestampRules.Builder
- clone() - Method in class build.buf.validate.UInt32Rules.Builder
- clone() - Method in class build.buf.validate.UInt64Rules.Builder
- clone() - Method in class build.buf.validate.Violation.Builder
- clone() - Method in class build.buf.validate.Violations.Builder
- CompilationException - Exception Class in build.buf.protovalidate.exceptions
-
CompilationException is returned when a constraint fails to compile.
- CompilationException(String) - Constructor for exception class build.buf.protovalidate.exceptions.CompilationException
-
Creates a CompilationException with the specified message.
- CompilationException(String, Throwable) - Constructor for exception class build.buf.protovalidate.exceptions.CompilationException
-
Creates a CompilationException with the specified message and cause.
- compile(Descriptors.FieldDescriptor, FieldConstraints, boolean) - Method in class build.buf.protovalidate.internal.constraints.ConstraintCache
-
Creates the standard constraints for the given field.
- CompiledProgram - Class in build.buf.protovalidate.internal.expression
- CompiledProgram(Program, Expression) - Constructor for class build.buf.protovalidate.internal.expression.CompiledProgram
-
Constructs a new
CompiledProgram. - Config - Class in build.buf.protovalidate
-
Config is the configuration for a Validator.
- Config.Builder - Class in build.buf.protovalidate
-
Builder for configuration.
- CONST_FIELD_NUMBER - Static variable in class build.buf.validate.BoolRules
- CONST_FIELD_NUMBER - Static variable in class build.buf.validate.BytesRules
- CONST_FIELD_NUMBER - Static variable in class build.buf.validate.DoubleRules
- CONST_FIELD_NUMBER - Static variable in class build.buf.validate.DurationRules
- CONST_FIELD_NUMBER - Static variable in class build.buf.validate.EnumRules
- CONST_FIELD_NUMBER - Static variable in class build.buf.validate.Fixed32Rules
- CONST_FIELD_NUMBER - Static variable in class build.buf.validate.Fixed64Rules
- CONST_FIELD_NUMBER - Static variable in class build.buf.validate.FloatRules
- CONST_FIELD_NUMBER - Static variable in class build.buf.validate.Int32Rules
- CONST_FIELD_NUMBER - Static variable in class build.buf.validate.Int64Rules
- CONST_FIELD_NUMBER - Static variable in class build.buf.validate.SFixed32Rules
- CONST_FIELD_NUMBER - Static variable in class build.buf.validate.SFixed64Rules
- CONST_FIELD_NUMBER - Static variable in class build.buf.validate.SInt32Rules
- CONST_FIELD_NUMBER - Static variable in class build.buf.validate.SInt64Rules
- CONST_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- CONST_FIELD_NUMBER - Static variable in class build.buf.validate.TimestampRules
- CONST_FIELD_NUMBER - Static variable in class build.buf.validate.UInt32Rules
- CONST_FIELD_NUMBER - Static variable in class build.buf.validate.UInt64Rules
- Constraint - Class in build.buf.validate
-
`Constraint` represents a validation rule written in the Common Expression Language (CEL) syntax.
- Constraint - Class in build.buf.validate.priv
-
Do not use.
- CONSTRAINT_ID_FIELD_NUMBER - Static variable in class build.buf.validate.Violation
- Constraint.Builder - Class in build.buf.validate
-
`Constraint` represents a validation rule written in the Common Expression Language (CEL) syntax.
- Constraint.Builder - Class in build.buf.validate.priv
-
Do not use.
- ConstraintCache - Class in build.buf.protovalidate.internal.constraints
-
A build-through cache for computed standard constraints.
- ConstraintCache(Env) - Constructor for class build.buf.protovalidate.internal.constraints.ConstraintCache
-
Constructs a new build-through cache for the standard constraints.
- ConstraintOrBuilder - Interface in build.buf.validate
- ConstraintOrBuilder - Interface in build.buf.validate.priv
- CONTAINS_FIELD_NUMBER - Static variable in class build.buf.validate.BytesRules
- CONTAINS_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
D
- DEFINED_ONLY_FIELD_NUMBER - Static variable in class build.buf.validate.EnumRules
- DescriptorMappings - Class in build.buf.protovalidate.internal.constraints
-
DescriptorMappings provides mappings between protocol buffer descriptors and CEL declarations.
- DISABLED_FIELD_NUMBER - Static variable in class build.buf.validate.MessageConstraints
- DOUBLE - Enum constant in enum class build.buf.validate.FieldConstraints.TypeCase
- DOUBLE_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- DoubleRules - Class in build.buf.validate
-
DoubleRules describes the constraints applied to `double` values.
- DoubleRules.Builder - Class in build.buf.validate
-
DoubleRules describes the constraints applied to `double` values.
- DoubleRules.GreaterThanCase - Enum Class in build.buf.validate
- DoubleRules.LessThanCase - Enum Class in build.buf.validate
- DoubleRulesOrBuilder - Interface in build.buf.validate
- DURATION - Enum constant in enum class build.buf.validate.FieldConstraints.TypeCase
- DURATION_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- DurationRules - Class in build.buf.validate
-
DurationRules describe the constraints applied exclusively to the `google.protobuf.Duration` well-known type.
- DurationRules.Builder - Class in build.buf.validate
-
DurationRules describe the constraints applied exclusively to the `google.protobuf.Duration` well-known type.
- DurationRules.GreaterThanCase - Enum Class in build.buf.validate
- DurationRules.LessThanCase - Enum Class in build.buf.validate
- DurationRulesOrBuilder - Interface in build.buf.validate
E
- EMAIL - Enum constant in enum class build.buf.validate.StringRules.WellKnownCase
- EMAIL_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- EMPTY - Static variable in class build.buf.protovalidate.ValidationResult
-
A violation result with an empty violation list.
- ENUM - Enum constant in enum class build.buf.validate.FieldConstraints.TypeCase
- ENUM_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- EnumRules - Class in build.buf.validate
-
EnumRules describe the constraints applied to `enum` values.
- EnumRules.Builder - Class in build.buf.validate
-
EnumRules describe the constraints applied to `enum` values.
- EnumRulesOrBuilder - Interface in build.buf.validate
- equals(Object) - Method in class build.buf.validate.AnyRules
- equals(Object) - Method in class build.buf.validate.BoolRules
- equals(Object) - Method in class build.buf.validate.BytesRules
- equals(Object) - Method in class build.buf.validate.Constraint
- equals(Object) - Method in class build.buf.validate.DoubleRules
- equals(Object) - Method in class build.buf.validate.DurationRules
- equals(Object) - Method in class build.buf.validate.EnumRules
- equals(Object) - Method in class build.buf.validate.FieldConstraints
- equals(Object) - Method in class build.buf.validate.Fixed32Rules
- equals(Object) - Method in class build.buf.validate.Fixed64Rules
- equals(Object) - Method in class build.buf.validate.FloatRules
- equals(Object) - Method in class build.buf.validate.Int32Rules
- equals(Object) - Method in class build.buf.validate.Int64Rules
- equals(Object) - Method in class build.buf.validate.MapRules
- equals(Object) - Method in class build.buf.validate.MessageConstraints
- equals(Object) - Method in class build.buf.validate.OneofConstraints
- equals(Object) - Method in class build.buf.validate.priv.Constraint
- equals(Object) - Method in class build.buf.validate.priv.FieldConstraints
- equals(Object) - Method in class build.buf.validate.RepeatedRules
- equals(Object) - Method in class build.buf.validate.SFixed32Rules
- equals(Object) - Method in class build.buf.validate.SFixed64Rules
- equals(Object) - Method in class build.buf.validate.SInt32Rules
- equals(Object) - Method in class build.buf.validate.SInt64Rules
- equals(Object) - Method in class build.buf.validate.StringRules
- equals(Object) - Method in class build.buf.validate.TimestampRules
- equals(Object) - Method in class build.buf.validate.UInt32Rules
- equals(Object) - Method in class build.buf.validate.UInt64Rules
- equals(Object) - Method in class build.buf.validate.Violation
- equals(Object) - Method in class build.buf.validate.Violations
- eval(Variable) - Method in class build.buf.protovalidate.internal.expression.CompiledProgram
-
Evaluate the compiled program with a given set of
Variablebindings. - evaluate(Value, boolean) - Method in interface build.buf.protovalidate.internal.evaluator.Evaluator
-
Checks that the provided val is valid.
- evaluate(Value, boolean) - Method in class build.buf.protovalidate.internal.evaluator.OneofEvaluator
- evaluate(Value, boolean) - Method in class build.buf.protovalidate.internal.expression.CelPrograms
- Evaluator - Interface in build.buf.protovalidate.internal.evaluator
-
Evaluatordefines a validation evaluator. - EvaluatorBuilder - Class in build.buf.protovalidate.internal.evaluator
-
A build-through cache of message evaluators keyed off the provided descriptor.
- EvaluatorBuilder(Env, boolean) - Constructor for class build.buf.protovalidate.internal.evaluator.EvaluatorBuilder
-
Constructs a new
EvaluatorBuilder. - ExecutionException - Exception Class in build.buf.protovalidate.exceptions
-
ExecutionException is returned when a constraint fails to execute.
- ExecutionException(String) - Constructor for exception class build.buf.protovalidate.exceptions.ExecutionException
-
Creates an ExecutionException with the specified message.
- expectedWrapperConstraints(String) - Static method in class build.buf.protovalidate.internal.constraints.DescriptorMappings
-
Returns the
FieldConstraintsfield that is expected for the given protocol buffer field kind. - expression - Variable in class build.buf.protovalidate.internal.expression.Expression
-
The expression of the constraint.
- Expression - Class in build.buf.protovalidate.internal.expression
-
Expression represents a single CEL expression.
- EXPRESSION_FIELD_NUMBER - Static variable in class build.buf.validate.Constraint
- EXPRESSION_FIELD_NUMBER - Static variable in class build.buf.validate.priv.Constraint
- ExpressionProto - Class in build.buf.validate
F
- field - Static variable in class build.buf.validate.priv.PrivateProto
-
Do not use.
- field - Static variable in class build.buf.validate.ValidateProto
-
Rules specify the validations to be performed on this field.
- FIELD_FIELD_NUMBER - Static variable in class build.buf.validate.priv.PrivateProto
- FIELD_FIELD_NUMBER - Static variable in class build.buf.validate.ValidateProto
- FIELD_PATH_FIELD_NUMBER - Static variable in class build.buf.validate.Violation
- FieldConstraints - Class in build.buf.validate
-
FieldConstraints encapsulates the rules for each type of field.
- FieldConstraints - Class in build.buf.validate.priv
-
Do not use.
- FieldConstraints.Builder - Class in build.buf.validate
-
FieldConstraints encapsulates the rules for each type of field.
- FieldConstraints.Builder - Class in build.buf.validate.priv
-
Do not use.
- FieldConstraints.TypeCase - Enum Class in build.buf.validate
- FieldConstraintsOrBuilder - Interface in build.buf.validate
- FieldConstraintsOrBuilder - Interface in build.buf.validate.priv
- FINITE_FIELD_NUMBER - Static variable in class build.buf.validate.DoubleRules
- FINITE_FIELD_NUMBER - Static variable in class build.buf.validate.FloatRules
- FIXED32 - Enum constant in enum class build.buf.validate.FieldConstraints.TypeCase
- FIXED32_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- Fixed32Rules - Class in build.buf.validate
-
Fixed32Rules describes the constraints applied to `fixed32` values.
- Fixed32Rules.Builder - Class in build.buf.validate
-
Fixed32Rules describes the constraints applied to `fixed32` values.
- Fixed32Rules.GreaterThanCase - Enum Class in build.buf.validate
- Fixed32Rules.LessThanCase - Enum Class in build.buf.validate
- Fixed32RulesOrBuilder - Interface in build.buf.validate
- FIXED64 - Enum constant in enum class build.buf.validate.FieldConstraints.TypeCase
- FIXED64_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- Fixed64Rules - Class in build.buf.validate
-
Fixed64Rules describes the constraints applied to `fixed64` values.
- Fixed64Rules.Builder - Class in build.buf.validate
-
Fixed64Rules describes the constraints applied to `fixed64` values.
- Fixed64Rules.GreaterThanCase - Enum Class in build.buf.validate
- Fixed64Rules.LessThanCase - Enum Class in build.buf.validate
- Fixed64RulesOrBuilder - Interface in build.buf.validate
- FLOAT - Enum constant in enum class build.buf.validate.FieldConstraints.TypeCase
- FLOAT_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- FloatRules - Class in build.buf.validate
-
FloatRules describes the constraints applied to `float` values.
- FloatRules.Builder - Class in build.buf.validate
-
FloatRules describes the constraints applied to `float` values.
- FloatRules.GreaterThanCase - Enum Class in build.buf.validate
- FloatRules.LessThanCase - Enum Class in build.buf.validate
- FloatRulesOrBuilder - Interface in build.buf.validate
- FOR_KEY_FIELD_NUMBER - Static variable in class build.buf.validate.Violation
- forNumber(int) - Static method in enum class build.buf.validate.BytesRules.WellKnownCase
- forNumber(int) - Static method in enum class build.buf.validate.DoubleRules.GreaterThanCase
- forNumber(int) - Static method in enum class build.buf.validate.DoubleRules.LessThanCase
- forNumber(int) - Static method in enum class build.buf.validate.DurationRules.GreaterThanCase
- forNumber(int) - Static method in enum class build.buf.validate.DurationRules.LessThanCase
- forNumber(int) - Static method in enum class build.buf.validate.FieldConstraints.TypeCase
- forNumber(int) - Static method in enum class build.buf.validate.Fixed32Rules.GreaterThanCase
- forNumber(int) - Static method in enum class build.buf.validate.Fixed32Rules.LessThanCase
- forNumber(int) - Static method in enum class build.buf.validate.Fixed64Rules.GreaterThanCase
- forNumber(int) - Static method in enum class build.buf.validate.Fixed64Rules.LessThanCase
- forNumber(int) - Static method in enum class build.buf.validate.FloatRules.GreaterThanCase
- forNumber(int) - Static method in enum class build.buf.validate.FloatRules.LessThanCase
- forNumber(int) - Static method in enum class build.buf.validate.Ignore
- forNumber(int) - Static method in enum class build.buf.validate.Int32Rules.GreaterThanCase
- forNumber(int) - Static method in enum class build.buf.validate.Int32Rules.LessThanCase
- forNumber(int) - Static method in enum class build.buf.validate.Int64Rules.GreaterThanCase
- forNumber(int) - Static method in enum class build.buf.validate.Int64Rules.LessThanCase
- forNumber(int) - Static method in enum class build.buf.validate.KnownRegex
- forNumber(int) - Static method in enum class build.buf.validate.SFixed32Rules.GreaterThanCase
- forNumber(int) - Static method in enum class build.buf.validate.SFixed32Rules.LessThanCase
- forNumber(int) - Static method in enum class build.buf.validate.SFixed64Rules.GreaterThanCase
- forNumber(int) - Static method in enum class build.buf.validate.SFixed64Rules.LessThanCase
- forNumber(int) - Static method in enum class build.buf.validate.SInt32Rules.GreaterThanCase
- forNumber(int) - Static method in enum class build.buf.validate.SInt32Rules.LessThanCase
- forNumber(int) - Static method in enum class build.buf.validate.SInt64Rules.GreaterThanCase
- forNumber(int) - Static method in enum class build.buf.validate.SInt64Rules.LessThanCase
- forNumber(int) - Static method in enum class build.buf.validate.StringRules.WellKnownCase
- forNumber(int) - Static method in enum class build.buf.validate.TimestampRules.GreaterThanCase
- forNumber(int) - Static method in enum class build.buf.validate.TimestampRules.LessThanCase
- forNumber(int) - Static method in enum class build.buf.validate.UInt32Rules.GreaterThanCase
- forNumber(int) - Static method in enum class build.buf.validate.UInt32Rules.LessThanCase
- forNumber(int) - Static method in enum class build.buf.validate.UInt64Rules.GreaterThanCase
- forNumber(int) - Static method in enum class build.buf.validate.UInt64Rules.LessThanCase
- fromConstraints(List<Constraint>) - Static method in class build.buf.protovalidate.internal.expression.Expression
-
Constructs a new list of
Expressionfrom the given list of constraints. - fromPrivConstraints(List<Constraint>) - Static method in class build.buf.protovalidate.internal.expression.Expression
-
Constructs a new list of
Expressionfrom the given list of private constraints.
G
- getAddress() - Method in class build.buf.validate.StringRules.Builder
-
`address` specifies that the field value must be either a valid hostname as defined by [RFC 1034](https://tools.ietf.org/html/rfc1034#section-3.5) (which doesn't support internationalized domain names or IDNs) or a valid IP (v4 or v6).
- getAddress() - Method in class build.buf.validate.StringRules
-
`address` specifies that the field value must be either a valid hostname as defined by [RFC 1034](https://tools.ietf.org/html/rfc1034#section-3.5) (which doesn't support internationalized domain names or IDNs) or a valid IP (v4 or v6).
- getAddress() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`address` specifies that the field value must be either a valid hostname as defined by [RFC 1034](https://tools.ietf.org/html/rfc1034#section-3.5) (which doesn't support internationalized domain names or IDNs) or a valid IP (v4 or v6).
- getAny() - Method in class build.buf.validate.FieldConstraints.Builder
-
Well-Known Field Types
- getAny() - Method in class build.buf.validate.FieldConstraints
-
Well-Known Field Types
- getAny() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
Well-Known Field Types
- getAnyBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
Well-Known Field Types
- getAnyOrBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
Well-Known Field Types
- getAnyOrBuilder() - Method in class build.buf.validate.FieldConstraints
-
Well-Known Field Types
- getAnyOrBuilder() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
Well-Known Field Types
- getBool() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - getBool() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - getBool() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - getBoolBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - getBoolOrBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - getBoolOrBuilder() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - getBoolOrBuilder() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - getBytes() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - getBytes() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - getBytes() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - getBytesBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - getBytesOrBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - getBytesOrBuilder() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - getBytesOrBuilder() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - getCel(int) - Method in class build.buf.validate.FieldConstraints.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- getCel(int) - Method in class build.buf.validate.FieldConstraints
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- getCel(int) - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- getCel(int) - Method in class build.buf.validate.MessageConstraints.Builder
-
`cel` is a repeated field of type Constraint.
- getCel(int) - Method in class build.buf.validate.MessageConstraints
-
`cel` is a repeated field of type Constraint.
- getCel(int) - Method in interface build.buf.validate.MessageConstraintsOrBuilder
-
`cel` is a repeated field of type Constraint.
- getCel(int) - Method in class build.buf.validate.priv.FieldConstraints.Builder
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - getCel(int) - Method in class build.buf.validate.priv.FieldConstraints
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - getCel(int) - Method in interface build.buf.validate.priv.FieldConstraintsOrBuilder
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - getCelBuilder(int) - Method in class build.buf.validate.FieldConstraints.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- getCelBuilder(int) - Method in class build.buf.validate.MessageConstraints.Builder
-
`cel` is a repeated field of type Constraint.
- getCelBuilder(int) - Method in class build.buf.validate.priv.FieldConstraints.Builder
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - getCelBuilderList() - Method in class build.buf.validate.FieldConstraints.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- getCelBuilderList() - Method in class build.buf.validate.MessageConstraints.Builder
-
`cel` is a repeated field of type Constraint.
- getCelBuilderList() - Method in class build.buf.validate.priv.FieldConstraints.Builder
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - getCelCount() - Method in class build.buf.validate.FieldConstraints.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- getCelCount() - Method in class build.buf.validate.FieldConstraints
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- getCelCount() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- getCelCount() - Method in class build.buf.validate.MessageConstraints.Builder
-
`cel` is a repeated field of type Constraint.
- getCelCount() - Method in class build.buf.validate.MessageConstraints
-
`cel` is a repeated field of type Constraint.
- getCelCount() - Method in interface build.buf.validate.MessageConstraintsOrBuilder
-
`cel` is a repeated field of type Constraint.
- getCelCount() - Method in class build.buf.validate.priv.FieldConstraints.Builder
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - getCelCount() - Method in class build.buf.validate.priv.FieldConstraints
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - getCelCount() - Method in interface build.buf.validate.priv.FieldConstraintsOrBuilder
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - getCelList() - Method in class build.buf.validate.FieldConstraints.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- getCelList() - Method in class build.buf.validate.FieldConstraints
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- getCelList() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- getCelList() - Method in class build.buf.validate.MessageConstraints.Builder
-
`cel` is a repeated field of type Constraint.
- getCelList() - Method in class build.buf.validate.MessageConstraints
-
`cel` is a repeated field of type Constraint.
- getCelList() - Method in interface build.buf.validate.MessageConstraintsOrBuilder
-
`cel` is a repeated field of type Constraint.
- getCelList() - Method in class build.buf.validate.priv.FieldConstraints.Builder
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - getCelList() - Method in class build.buf.validate.priv.FieldConstraints
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - getCelList() - Method in interface build.buf.validate.priv.FieldConstraintsOrBuilder
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - getCelOrBuilder(int) - Method in class build.buf.validate.FieldConstraints.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- getCelOrBuilder(int) - Method in class build.buf.validate.FieldConstraints
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- getCelOrBuilder(int) - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- getCelOrBuilder(int) - Method in class build.buf.validate.MessageConstraints.Builder
-
`cel` is a repeated field of type Constraint.
- getCelOrBuilder(int) - Method in class build.buf.validate.MessageConstraints
-
`cel` is a repeated field of type Constraint.
- getCelOrBuilder(int) - Method in interface build.buf.validate.MessageConstraintsOrBuilder
-
`cel` is a repeated field of type Constraint.
- getCelOrBuilder(int) - Method in class build.buf.validate.priv.FieldConstraints.Builder
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - getCelOrBuilder(int) - Method in class build.buf.validate.priv.FieldConstraints
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - getCelOrBuilder(int) - Method in interface build.buf.validate.priv.FieldConstraintsOrBuilder
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - getCelOrBuilderList() - Method in class build.buf.validate.FieldConstraints.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- getCelOrBuilderList() - Method in class build.buf.validate.FieldConstraints
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- getCelOrBuilderList() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- getCelOrBuilderList() - Method in class build.buf.validate.MessageConstraints.Builder
-
`cel` is a repeated field of type Constraint.
- getCelOrBuilderList() - Method in class build.buf.validate.MessageConstraints
-
`cel` is a repeated field of type Constraint.
- getCelOrBuilderList() - Method in interface build.buf.validate.MessageConstraintsOrBuilder
-
`cel` is a repeated field of type Constraint.
- getCelOrBuilderList() - Method in class build.buf.validate.priv.FieldConstraints.Builder
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - getCelOrBuilderList() - Method in class build.buf.validate.priv.FieldConstraints
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - getCelOrBuilderList() - Method in interface build.buf.validate.priv.FieldConstraintsOrBuilder
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - getCompileOptions() - Method in class build.buf.protovalidate.internal.celext.ValidateLibrary
-
Returns the compile options for the CEL environment.
- getConst() - Method in class build.buf.validate.BoolRules.Builder
-
`const` requires the field value to exactly match the specified boolean value.
- getConst() - Method in class build.buf.validate.BoolRules
-
`const` requires the field value to exactly match the specified boolean value.
- getConst() - Method in interface build.buf.validate.BoolRulesOrBuilder
-
`const` requires the field value to exactly match the specified boolean value.
- getConst() - Method in class build.buf.validate.BytesRules.Builder
-
`const` requires the field value to exactly match the specified bytes value.
- getConst() - Method in class build.buf.validate.BytesRules
-
`const` requires the field value to exactly match the specified bytes value.
- getConst() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`const` requires the field value to exactly match the specified bytes value.
- getConst() - Method in class build.buf.validate.DoubleRules.Builder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.DoubleRules
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in interface build.buf.validate.DoubleRulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.DurationRules.Builder
-
`const` dictates that the field must match the specified value of the `google.protobuf.Duration` type exactly.
- getConst() - Method in class build.buf.validate.DurationRules
-
`const` dictates that the field must match the specified value of the `google.protobuf.Duration` type exactly.
- getConst() - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`const` dictates that the field must match the specified value of the `google.protobuf.Duration` type exactly.
- getConst() - Method in class build.buf.validate.EnumRules.Builder
-
`const` requires the field value to exactly match the specified enum value.
- getConst() - Method in class build.buf.validate.EnumRules
-
`const` requires the field value to exactly match the specified enum value.
- getConst() - Method in interface build.buf.validate.EnumRulesOrBuilder
-
`const` requires the field value to exactly match the specified enum value.
- getConst() - Method in class build.buf.validate.Fixed32Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.Fixed32Rules
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in interface build.buf.validate.Fixed32RulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.Fixed64Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.Fixed64Rules
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in interface build.buf.validate.Fixed64RulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.FloatRules.Builder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.FloatRules
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in interface build.buf.validate.FloatRulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.Int32Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.Int32Rules
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in interface build.buf.validate.Int32RulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.Int64Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.Int64Rules
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in interface build.buf.validate.Int64RulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.SFixed32Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.SFixed32Rules
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in interface build.buf.validate.SFixed32RulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.SFixed64Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.SFixed64Rules
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in interface build.buf.validate.SFixed64RulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.SInt32Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.SInt32Rules
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in interface build.buf.validate.SInt32RulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.SInt64Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.SInt64Rules
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in interface build.buf.validate.SInt64RulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.StringRules.Builder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.StringRules
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.TimestampRules.Builder
-
`const` dictates that this field, of the `google.protobuf.Timestamp` type, must exactly match the specified value.
- getConst() - Method in class build.buf.validate.TimestampRules
-
`const` dictates that this field, of the `google.protobuf.Timestamp` type, must exactly match the specified value.
- getConst() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
`const` dictates that this field, of the `google.protobuf.Timestamp` type, must exactly match the specified value.
- getConst() - Method in class build.buf.validate.UInt32Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.UInt32Rules
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in interface build.buf.validate.UInt32RulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.UInt64Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in class build.buf.validate.UInt64Rules
-
`const` requires the field value to exactly match the specified value.
- getConst() - Method in interface build.buf.validate.UInt64RulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- getConstBuilder() - Method in class build.buf.validate.DurationRules.Builder
-
`const` dictates that the field must match the specified value of the `google.protobuf.Duration` type exactly.
- getConstBuilder() - Method in class build.buf.validate.TimestampRules.Builder
-
`const` dictates that this field, of the `google.protobuf.Timestamp` type, must exactly match the specified value.
- getConstBytes() - Method in class build.buf.validate.StringRules.Builder
-
`const` requires the field value to exactly match the specified value.
- getConstBytes() - Method in class build.buf.validate.StringRules
-
`const` requires the field value to exactly match the specified value.
- getConstBytes() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- getConstOrBuilder() - Method in class build.buf.validate.DurationRules.Builder
-
`const` dictates that the field must match the specified value of the `google.protobuf.Duration` type exactly.
- getConstOrBuilder() - Method in class build.buf.validate.DurationRules
-
`const` dictates that the field must match the specified value of the `google.protobuf.Duration` type exactly.
- getConstOrBuilder() - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`const` dictates that the field must match the specified value of the `google.protobuf.Duration` type exactly.
- getConstOrBuilder() - Method in class build.buf.validate.TimestampRules.Builder
-
`const` dictates that this field, of the `google.protobuf.Timestamp` type, must exactly match the specified value.
- getConstOrBuilder() - Method in class build.buf.validate.TimestampRules
-
`const` dictates that this field, of the `google.protobuf.Timestamp` type, must exactly match the specified value.
- getConstOrBuilder() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
`const` dictates that this field, of the `google.protobuf.Timestamp` type, must exactly match the specified value.
- getConstraintId() - Method in class build.buf.validate.Violation.Builder
-
`constraint_id` is the unique identifier of the `Constraint` that was not fulfilled.
- getConstraintId() - Method in class build.buf.validate.Violation
-
`constraint_id` is the unique identifier of the `Constraint` that was not fulfilled.
- getConstraintId() - Method in interface build.buf.validate.ViolationOrBuilder
-
`constraint_id` is the unique identifier of the `Constraint` that was not fulfilled.
- getConstraintIdBytes() - Method in class build.buf.validate.Violation.Builder
-
`constraint_id` is the unique identifier of the `Constraint` that was not fulfilled.
- getConstraintIdBytes() - Method in class build.buf.validate.Violation
-
`constraint_id` is the unique identifier of the `Constraint` that was not fulfilled.
- getConstraintIdBytes() - Method in interface build.buf.validate.ViolationOrBuilder
-
`constraint_id` is the unique identifier of the `Constraint` that was not fulfilled.
- getContains() - Method in class build.buf.validate.BytesRules.Builder
-
`contains` requires the field value to have the specified bytes anywhere in the string.
- getContains() - Method in class build.buf.validate.BytesRules
-
`contains` requires the field value to have the specified bytes anywhere in the string.
- getContains() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`contains` requires the field value to have the specified bytes anywhere in the string.
- getContains() - Method in class build.buf.validate.StringRules.Builder
-
`contains` specifies that the field value must have the specified substring anywhere in the string.
- getContains() - Method in class build.buf.validate.StringRules
-
`contains` specifies that the field value must have the specified substring anywhere in the string.
- getContains() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`contains` specifies that the field value must have the specified substring anywhere in the string.
- getContainsBytes() - Method in class build.buf.validate.StringRules.Builder
-
`contains` specifies that the field value must have the specified substring anywhere in the string.
- getContainsBytes() - Method in class build.buf.validate.StringRules
-
`contains` specifies that the field value must have the specified substring anywhere in the string.
- getContainsBytes() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`contains` specifies that the field value must have the specified substring anywhere in the string.
- getDefaultInstance() - Static method in class build.buf.validate.AnyRules
- getDefaultInstance() - Static method in class build.buf.validate.BoolRules
- getDefaultInstance() - Static method in class build.buf.validate.BytesRules
- getDefaultInstance() - Static method in class build.buf.validate.Constraint
- getDefaultInstance() - Static method in class build.buf.validate.DoubleRules
- getDefaultInstance() - Static method in class build.buf.validate.DurationRules
- getDefaultInstance() - Static method in class build.buf.validate.EnumRules
- getDefaultInstance() - Static method in class build.buf.validate.FieldConstraints
- getDefaultInstance() - Static method in class build.buf.validate.Fixed32Rules
- getDefaultInstance() - Static method in class build.buf.validate.Fixed64Rules
- getDefaultInstance() - Static method in class build.buf.validate.FloatRules
- getDefaultInstance() - Static method in class build.buf.validate.Int32Rules
- getDefaultInstance() - Static method in class build.buf.validate.Int64Rules
- getDefaultInstance() - Static method in class build.buf.validate.MapRules
- getDefaultInstance() - Static method in class build.buf.validate.MessageConstraints
- getDefaultInstance() - Static method in class build.buf.validate.OneofConstraints
- getDefaultInstance() - Static method in class build.buf.validate.priv.Constraint
- getDefaultInstance() - Static method in class build.buf.validate.priv.FieldConstraints
- getDefaultInstance() - Static method in class build.buf.validate.RepeatedRules
- getDefaultInstance() - Static method in class build.buf.validate.SFixed32Rules
- getDefaultInstance() - Static method in class build.buf.validate.SFixed64Rules
- getDefaultInstance() - Static method in class build.buf.validate.SInt32Rules
- getDefaultInstance() - Static method in class build.buf.validate.SInt64Rules
- getDefaultInstance() - Static method in class build.buf.validate.StringRules
- getDefaultInstance() - Static method in class build.buf.validate.TimestampRules
- getDefaultInstance() - Static method in class build.buf.validate.UInt32Rules
- getDefaultInstance() - Static method in class build.buf.validate.UInt64Rules
- getDefaultInstance() - Static method in class build.buf.validate.Violation
- getDefaultInstance() - Static method in class build.buf.validate.Violations
- getDefaultInstanceForType() - Method in class build.buf.validate.AnyRules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.AnyRules
- getDefaultInstanceForType() - Method in class build.buf.validate.BoolRules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.BoolRules
- getDefaultInstanceForType() - Method in class build.buf.validate.BytesRules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.BytesRules
- getDefaultInstanceForType() - Method in class build.buf.validate.Constraint.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.Constraint
- getDefaultInstanceForType() - Method in class build.buf.validate.DoubleRules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.DoubleRules
- getDefaultInstanceForType() - Method in class build.buf.validate.DurationRules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.DurationRules
- getDefaultInstanceForType() - Method in class build.buf.validate.EnumRules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.EnumRules
- getDefaultInstanceForType() - Method in class build.buf.validate.FieldConstraints.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.FieldConstraints
- getDefaultInstanceForType() - Method in class build.buf.validate.Fixed32Rules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.Fixed32Rules
- getDefaultInstanceForType() - Method in class build.buf.validate.Fixed64Rules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.Fixed64Rules
- getDefaultInstanceForType() - Method in class build.buf.validate.FloatRules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.FloatRules
- getDefaultInstanceForType() - Method in class build.buf.validate.Int32Rules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.Int32Rules
- getDefaultInstanceForType() - Method in class build.buf.validate.Int64Rules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.Int64Rules
- getDefaultInstanceForType() - Method in class build.buf.validate.MapRules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.MapRules
- getDefaultInstanceForType() - Method in class build.buf.validate.MessageConstraints.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.MessageConstraints
- getDefaultInstanceForType() - Method in class build.buf.validate.OneofConstraints.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.OneofConstraints
- getDefaultInstanceForType() - Method in class build.buf.validate.priv.Constraint.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.priv.Constraint
- getDefaultInstanceForType() - Method in class build.buf.validate.priv.FieldConstraints.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.priv.FieldConstraints
- getDefaultInstanceForType() - Method in class build.buf.validate.RepeatedRules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.RepeatedRules
- getDefaultInstanceForType() - Method in class build.buf.validate.SFixed32Rules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.SFixed32Rules
- getDefaultInstanceForType() - Method in class build.buf.validate.SFixed64Rules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.SFixed64Rules
- getDefaultInstanceForType() - Method in class build.buf.validate.SInt32Rules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.SInt32Rules
- getDefaultInstanceForType() - Method in class build.buf.validate.SInt64Rules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.SInt64Rules
- getDefaultInstanceForType() - Method in class build.buf.validate.StringRules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.StringRules
- getDefaultInstanceForType() - Method in class build.buf.validate.TimestampRules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.TimestampRules
- getDefaultInstanceForType() - Method in class build.buf.validate.UInt32Rules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.UInt32Rules
- getDefaultInstanceForType() - Method in class build.buf.validate.UInt64Rules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.UInt64Rules
- getDefaultInstanceForType() - Method in class build.buf.validate.Violation.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.Violation
- getDefaultInstanceForType() - Method in class build.buf.validate.Violations.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.Violations
- getDefinedOnly() - Method in class build.buf.validate.EnumRules.Builder
-
`defined_only` requires the field value to be one of the defined values for this enum, failing on any undefined value.
- getDefinedOnly() - Method in class build.buf.validate.EnumRules
-
`defined_only` requires the field value to be one of the defined values for this enum, failing on any undefined value.
- getDefinedOnly() - Method in interface build.buf.validate.EnumRulesOrBuilder
-
`defined_only` requires the field value to be one of the defined values for this enum, failing on any undefined value.
- getDescriptor() - Static method in class build.buf.validate.AnyRules.Builder
- getDescriptor() - Static method in class build.buf.validate.AnyRules
- getDescriptor() - Static method in class build.buf.validate.BoolRules.Builder
- getDescriptor() - Static method in class build.buf.validate.BoolRules
- getDescriptor() - Static method in class build.buf.validate.BytesRules.Builder
- getDescriptor() - Static method in class build.buf.validate.BytesRules
- getDescriptor() - Static method in class build.buf.validate.Constraint.Builder
- getDescriptor() - Static method in class build.buf.validate.Constraint
- getDescriptor() - Static method in class build.buf.validate.DoubleRules.Builder
- getDescriptor() - Static method in class build.buf.validate.DoubleRules
- getDescriptor() - Static method in class build.buf.validate.DurationRules.Builder
- getDescriptor() - Static method in class build.buf.validate.DurationRules
- getDescriptor() - Static method in class build.buf.validate.EnumRules.Builder
- getDescriptor() - Static method in class build.buf.validate.EnumRules
- getDescriptor() - Static method in class build.buf.validate.ExpressionProto
- getDescriptor() - Static method in class build.buf.validate.FieldConstraints.Builder
- getDescriptor() - Static method in class build.buf.validate.FieldConstraints
- getDescriptor() - Static method in class build.buf.validate.Fixed32Rules.Builder
- getDescriptor() - Static method in class build.buf.validate.Fixed32Rules
- getDescriptor() - Static method in class build.buf.validate.Fixed64Rules.Builder
- getDescriptor() - Static method in class build.buf.validate.Fixed64Rules
- getDescriptor() - Static method in class build.buf.validate.FloatRules.Builder
- getDescriptor() - Static method in class build.buf.validate.FloatRules
- getDescriptor() - Static method in enum class build.buf.validate.Ignore
- getDescriptor() - Static method in class build.buf.validate.Int32Rules.Builder
- getDescriptor() - Static method in class build.buf.validate.Int32Rules
- getDescriptor() - Static method in class build.buf.validate.Int64Rules.Builder
- getDescriptor() - Static method in class build.buf.validate.Int64Rules
- getDescriptor() - Static method in enum class build.buf.validate.KnownRegex
- getDescriptor() - Static method in class build.buf.validate.MapRules.Builder
- getDescriptor() - Static method in class build.buf.validate.MapRules
- getDescriptor() - Static method in class build.buf.validate.MessageConstraints.Builder
- getDescriptor() - Static method in class build.buf.validate.MessageConstraints
- getDescriptor() - Static method in class build.buf.validate.OneofConstraints.Builder
- getDescriptor() - Static method in class build.buf.validate.OneofConstraints
- getDescriptor() - Static method in class build.buf.validate.priv.Constraint.Builder
- getDescriptor() - Static method in class build.buf.validate.priv.Constraint
- getDescriptor() - Static method in class build.buf.validate.priv.FieldConstraints.Builder
- getDescriptor() - Static method in class build.buf.validate.priv.FieldConstraints
- getDescriptor() - Static method in class build.buf.validate.priv.PrivateProto
- getDescriptor() - Static method in class build.buf.validate.RepeatedRules.Builder
- getDescriptor() - Static method in class build.buf.validate.RepeatedRules
- getDescriptor() - Static method in class build.buf.validate.SFixed32Rules.Builder
- getDescriptor() - Static method in class build.buf.validate.SFixed32Rules
- getDescriptor() - Static method in class build.buf.validate.SFixed64Rules.Builder
- getDescriptor() - Static method in class build.buf.validate.SFixed64Rules
- getDescriptor() - Static method in class build.buf.validate.SInt32Rules.Builder
- getDescriptor() - Static method in class build.buf.validate.SInt32Rules
- getDescriptor() - Static method in class build.buf.validate.SInt64Rules.Builder
- getDescriptor() - Static method in class build.buf.validate.SInt64Rules
- getDescriptor() - Static method in class build.buf.validate.StringRules.Builder
- getDescriptor() - Static method in class build.buf.validate.StringRules
- getDescriptor() - Static method in class build.buf.validate.TimestampRules.Builder
- getDescriptor() - Static method in class build.buf.validate.TimestampRules
- getDescriptor() - Static method in class build.buf.validate.UInt32Rules.Builder
- getDescriptor() - Static method in class build.buf.validate.UInt32Rules
- getDescriptor() - Static method in class build.buf.validate.UInt64Rules.Builder
- getDescriptor() - Static method in class build.buf.validate.UInt64Rules
- getDescriptor() - Static method in class build.buf.validate.ValidateProto
- getDescriptor() - Static method in class build.buf.validate.Violation.Builder
- getDescriptor() - Static method in class build.buf.validate.Violation
- getDescriptor() - Static method in class build.buf.validate.Violations.Builder
- getDescriptor() - Static method in class build.buf.validate.Violations
- getDescriptorForType() - Method in class build.buf.validate.AnyRules.Builder
- getDescriptorForType() - Method in class build.buf.validate.BoolRules.Builder
- getDescriptorForType() - Method in class build.buf.validate.BytesRules.Builder
- getDescriptorForType() - Method in class build.buf.validate.Constraint.Builder
- getDescriptorForType() - Method in class build.buf.validate.DoubleRules.Builder
- getDescriptorForType() - Method in class build.buf.validate.DurationRules.Builder
- getDescriptorForType() - Method in class build.buf.validate.EnumRules.Builder
- getDescriptorForType() - Method in class build.buf.validate.FieldConstraints.Builder
- getDescriptorForType() - Method in class build.buf.validate.Fixed32Rules.Builder
- getDescriptorForType() - Method in class build.buf.validate.Fixed64Rules.Builder
- getDescriptorForType() - Method in class build.buf.validate.FloatRules.Builder
- getDescriptorForType() - Method in enum class build.buf.validate.Ignore
- getDescriptorForType() - Method in class build.buf.validate.Int32Rules.Builder
- getDescriptorForType() - Method in class build.buf.validate.Int64Rules.Builder
- getDescriptorForType() - Method in enum class build.buf.validate.KnownRegex
- getDescriptorForType() - Method in class build.buf.validate.MapRules.Builder
- getDescriptorForType() - Method in class build.buf.validate.MessageConstraints.Builder
- getDescriptorForType() - Method in class build.buf.validate.OneofConstraints.Builder
- getDescriptorForType() - Method in class build.buf.validate.priv.Constraint.Builder
- getDescriptorForType() - Method in class build.buf.validate.priv.FieldConstraints.Builder
- getDescriptorForType() - Method in class build.buf.validate.RepeatedRules.Builder
- getDescriptorForType() - Method in class build.buf.validate.SFixed32Rules.Builder
- getDescriptorForType() - Method in class build.buf.validate.SFixed64Rules.Builder
- getDescriptorForType() - Method in class build.buf.validate.SInt32Rules.Builder
- getDescriptorForType() - Method in class build.buf.validate.SInt64Rules.Builder
- getDescriptorForType() - Method in class build.buf.validate.StringRules.Builder
- getDescriptorForType() - Method in class build.buf.validate.TimestampRules.Builder
- getDescriptorForType() - Method in class build.buf.validate.UInt32Rules.Builder
- getDescriptorForType() - Method in class build.buf.validate.UInt64Rules.Builder
- getDescriptorForType() - Method in class build.buf.validate.Violation.Builder
- getDescriptorForType() - Method in class build.buf.validate.Violations.Builder
- getDisabled() - Method in class build.buf.validate.MessageConstraints.Builder
-
`disabled` is a boolean flag that, when set to true, nullifies any validation rules for this message.
- getDisabled() - Method in class build.buf.validate.MessageConstraints
-
`disabled` is a boolean flag that, when set to true, nullifies any validation rules for this message.
- getDisabled() - Method in interface build.buf.validate.MessageConstraintsOrBuilder
-
`disabled` is a boolean flag that, when set to true, nullifies any validation rules for this message.
- getDouble() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - getDouble() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - getDouble() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - getDoubleBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - getDoubleOrBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - getDoubleOrBuilder() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - getDoubleOrBuilder() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - getDuration() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - getDuration() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - getDuration() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - getDurationBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - getDurationOrBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - getDurationOrBuilder() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - getDurationOrBuilder() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - getEmail() - Method in class build.buf.validate.StringRules.Builder
-
`email` specifies that the field value must be a valid email address (addr-spec only) as defined by [RFC 5322](https://tools.ietf.org/html/rfc5322#section-3.4.1).
- getEmail() - Method in class build.buf.validate.StringRules
-
`email` specifies that the field value must be a valid email address (addr-spec only) as defined by [RFC 5322](https://tools.ietf.org/html/rfc5322#section-3.4.1).
- getEmail() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`email` specifies that the field value must be a valid email address (addr-spec only) as defined by [RFC 5322](https://tools.ietf.org/html/rfc5322#section-3.4.1).
- getEnum() - Method in class build.buf.validate.FieldConstraints.Builder
-
Complex Field Types
- getEnum() - Method in class build.buf.validate.FieldConstraints
-
Complex Field Types
- getEnum() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
Complex Field Types
- getEnumBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
Complex Field Types
- getEnumOrBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
Complex Field Types
- getEnumOrBuilder() - Method in class build.buf.validate.FieldConstraints
-
Complex Field Types
- getEnumOrBuilder() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
Complex Field Types
- getExpression() - Method in class build.buf.validate.Constraint.Builder
-
`expression` is the actual CEL expression that will be evaluated for validation.
- getExpression() - Method in class build.buf.validate.Constraint
-
`expression` is the actual CEL expression that will be evaluated for validation.
- getExpression() - Method in interface build.buf.validate.ConstraintOrBuilder
-
`expression` is the actual CEL expression that will be evaluated for validation.
- getExpression() - Method in class build.buf.validate.priv.Constraint.Builder
-
string expression = 3 [json_name = "expression"]; - getExpression() - Method in class build.buf.validate.priv.Constraint
-
string expression = 3 [json_name = "expression"]; - getExpression() - Method in interface build.buf.validate.priv.ConstraintOrBuilder
-
string expression = 3 [json_name = "expression"]; - getExpressionBytes() - Method in class build.buf.validate.Constraint.Builder
-
`expression` is the actual CEL expression that will be evaluated for validation.
- getExpressionBytes() - Method in class build.buf.validate.Constraint
-
`expression` is the actual CEL expression that will be evaluated for validation.
- getExpressionBytes() - Method in interface build.buf.validate.ConstraintOrBuilder
-
`expression` is the actual CEL expression that will be evaluated for validation.
- getExpressionBytes() - Method in class build.buf.validate.priv.Constraint.Builder
-
string expression = 3 [json_name = "expression"]; - getExpressionBytes() - Method in class build.buf.validate.priv.Constraint
-
string expression = 3 [json_name = "expression"]; - getExpressionBytes() - Method in interface build.buf.validate.priv.ConstraintOrBuilder
-
string expression = 3 [json_name = "expression"]; - getFieldPath() - Method in class build.buf.validate.Violation.Builder
-
`field_path` is a machine-readable identifier that points to the specific field that failed the validation.
- getFieldPath() - Method in class build.buf.validate.Violation
-
`field_path` is a machine-readable identifier that points to the specific field that failed the validation.
- getFieldPath() - Method in interface build.buf.validate.ViolationOrBuilder
-
`field_path` is a machine-readable identifier that points to the specific field that failed the validation.
- getFieldPathBytes() - Method in class build.buf.validate.Violation.Builder
-
`field_path` is a machine-readable identifier that points to the specific field that failed the validation.
- getFieldPathBytes() - Method in class build.buf.validate.Violation
-
`field_path` is a machine-readable identifier that points to the specific field that failed the validation.
- getFieldPathBytes() - Method in interface build.buf.validate.ViolationOrBuilder
-
`field_path` is a machine-readable identifier that points to the specific field that failed the validation.
- getFinite() - Method in class build.buf.validate.DoubleRules.Builder
-
`finite` requires the field value to be finite.
- getFinite() - Method in class build.buf.validate.DoubleRules
-
`finite` requires the field value to be finite.
- getFinite() - Method in interface build.buf.validate.DoubleRulesOrBuilder
-
`finite` requires the field value to be finite.
- getFinite() - Method in class build.buf.validate.FloatRules.Builder
-
`finite` requires the field value to be finite.
- getFinite() - Method in class build.buf.validate.FloatRules
-
`finite` requires the field value to be finite.
- getFinite() - Method in interface build.buf.validate.FloatRulesOrBuilder
-
`finite` requires the field value to be finite.
- getFixed32() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - getFixed32() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - getFixed32() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - getFixed32Builder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - getFixed32OrBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - getFixed32OrBuilder() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - getFixed32OrBuilder() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - getFixed64() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - getFixed64() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - getFixed64() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - getFixed64Builder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - getFixed64OrBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - getFixed64OrBuilder() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - getFixed64OrBuilder() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - getFloat() - Method in class build.buf.validate.FieldConstraints.Builder
-
Scalar Field Types
- getFloat() - Method in class build.buf.validate.FieldConstraints
-
Scalar Field Types
- getFloat() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
Scalar Field Types
- getFloatBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
Scalar Field Types
- getFloatOrBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
Scalar Field Types
- getFloatOrBuilder() - Method in class build.buf.validate.FieldConstraints
-
Scalar Field Types
- getFloatOrBuilder() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
Scalar Field Types
- getForKey() - Method in class build.buf.validate.Violation.Builder
-
`for_key` indicates whether the violation was caused by a map key, rather than a value.
- getForKey() - Method in class build.buf.validate.Violation
-
`for_key` indicates whether the violation was caused by a map key, rather than a value.
- getForKey() - Method in interface build.buf.validate.ViolationOrBuilder
-
`for_key` indicates whether the violation was caused by a map key, rather than a value.
- getGreaterThanCase() - Method in class build.buf.validate.DoubleRules.Builder
- getGreaterThanCase() - Method in class build.buf.validate.DoubleRules
- getGreaterThanCase() - Method in interface build.buf.validate.DoubleRulesOrBuilder
- getGreaterThanCase() - Method in class build.buf.validate.DurationRules.Builder
- getGreaterThanCase() - Method in class build.buf.validate.DurationRules
- getGreaterThanCase() - Method in interface build.buf.validate.DurationRulesOrBuilder
- getGreaterThanCase() - Method in class build.buf.validate.Fixed32Rules.Builder
- getGreaterThanCase() - Method in class build.buf.validate.Fixed32Rules
- getGreaterThanCase() - Method in interface build.buf.validate.Fixed32RulesOrBuilder
- getGreaterThanCase() - Method in class build.buf.validate.Fixed64Rules.Builder
- getGreaterThanCase() - Method in class build.buf.validate.Fixed64Rules
- getGreaterThanCase() - Method in interface build.buf.validate.Fixed64RulesOrBuilder
- getGreaterThanCase() - Method in class build.buf.validate.FloatRules.Builder
- getGreaterThanCase() - Method in class build.buf.validate.FloatRules
- getGreaterThanCase() - Method in interface build.buf.validate.FloatRulesOrBuilder
- getGreaterThanCase() - Method in class build.buf.validate.Int32Rules.Builder
- getGreaterThanCase() - Method in class build.buf.validate.Int32Rules
- getGreaterThanCase() - Method in interface build.buf.validate.Int32RulesOrBuilder
- getGreaterThanCase() - Method in class build.buf.validate.Int64Rules.Builder
- getGreaterThanCase() - Method in class build.buf.validate.Int64Rules
- getGreaterThanCase() - Method in interface build.buf.validate.Int64RulesOrBuilder
- getGreaterThanCase() - Method in class build.buf.validate.SFixed32Rules.Builder
- getGreaterThanCase() - Method in class build.buf.validate.SFixed32Rules
- getGreaterThanCase() - Method in interface build.buf.validate.SFixed32RulesOrBuilder
- getGreaterThanCase() - Method in class build.buf.validate.SFixed64Rules.Builder
- getGreaterThanCase() - Method in class build.buf.validate.SFixed64Rules
- getGreaterThanCase() - Method in interface build.buf.validate.SFixed64RulesOrBuilder
- getGreaterThanCase() - Method in class build.buf.validate.SInt32Rules.Builder
- getGreaterThanCase() - Method in class build.buf.validate.SInt32Rules
- getGreaterThanCase() - Method in interface build.buf.validate.SInt32RulesOrBuilder
- getGreaterThanCase() - Method in class build.buf.validate.SInt64Rules.Builder
- getGreaterThanCase() - Method in class build.buf.validate.SInt64Rules
- getGreaterThanCase() - Method in interface build.buf.validate.SInt64RulesOrBuilder
- getGreaterThanCase() - Method in class build.buf.validate.TimestampRules.Builder
- getGreaterThanCase() - Method in class build.buf.validate.TimestampRules
- getGreaterThanCase() - Method in interface build.buf.validate.TimestampRulesOrBuilder
- getGreaterThanCase() - Method in class build.buf.validate.UInt32Rules.Builder
- getGreaterThanCase() - Method in class build.buf.validate.UInt32Rules
- getGreaterThanCase() - Method in interface build.buf.validate.UInt32RulesOrBuilder
- getGreaterThanCase() - Method in class build.buf.validate.UInt64Rules.Builder
- getGreaterThanCase() - Method in class build.buf.validate.UInt64Rules
- getGreaterThanCase() - Method in interface build.buf.validate.UInt64RulesOrBuilder
- getGt() - Method in class build.buf.validate.DoubleRules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.DoubleRules
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in interface build.buf.validate.DoubleRulesOrBuilder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.DurationRules.Builder
-
`gt` requires the duration field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.DurationRules
-
`gt` requires the duration field value to be greater than the specified value (exclusive).
- getGt() - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`gt` requires the duration field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.Fixed32Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.Fixed32Rules
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in interface build.buf.validate.Fixed32RulesOrBuilder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.Fixed64Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.Fixed64Rules
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in interface build.buf.validate.Fixed64RulesOrBuilder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.FloatRules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.FloatRules
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in interface build.buf.validate.FloatRulesOrBuilder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.Int32Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.Int32Rules
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in interface build.buf.validate.Int32RulesOrBuilder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.Int64Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.Int64Rules
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in interface build.buf.validate.Int64RulesOrBuilder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.SFixed32Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.SFixed32Rules
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in interface build.buf.validate.SFixed32RulesOrBuilder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.SFixed64Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.SFixed64Rules
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in interface build.buf.validate.SFixed64RulesOrBuilder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.SInt32Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.SInt32Rules
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in interface build.buf.validate.SInt32RulesOrBuilder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.SInt64Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.SInt64Rules
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in interface build.buf.validate.SInt64RulesOrBuilder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.TimestampRules.Builder
-
`gt` requires the timestamp field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.TimestampRules
-
`gt` requires the timestamp field value to be greater than the specified value (exclusive).
- getGt() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
`gt` requires the timestamp field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.UInt32Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.UInt32Rules
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in interface build.buf.validate.UInt32RulesOrBuilder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.UInt64Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in class build.buf.validate.UInt64Rules
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGt() - Method in interface build.buf.validate.UInt64RulesOrBuilder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- getGtBuilder() - Method in class build.buf.validate.DurationRules.Builder
-
`gt` requires the duration field value to be greater than the specified value (exclusive).
- getGtBuilder() - Method in class build.buf.validate.TimestampRules.Builder
-
`gt` requires the timestamp field value to be greater than the specified value (exclusive).
- getGte() - Method in class build.buf.validate.DoubleRules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.DoubleRules
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in interface build.buf.validate.DoubleRulesOrBuilder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.DurationRules.Builder
-
`gte` requires the duration field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.DurationRules
-
`gte` requires the duration field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`gte` requires the duration field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.Fixed32Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.Fixed32Rules
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in interface build.buf.validate.Fixed32RulesOrBuilder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.Fixed64Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.Fixed64Rules
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in interface build.buf.validate.Fixed64RulesOrBuilder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.FloatRules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.FloatRules
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in interface build.buf.validate.FloatRulesOrBuilder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.Int32Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.Int32Rules
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in interface build.buf.validate.Int32RulesOrBuilder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.Int64Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.Int64Rules
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in interface build.buf.validate.Int64RulesOrBuilder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.SFixed32Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.SFixed32Rules
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in interface build.buf.validate.SFixed32RulesOrBuilder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.SFixed64Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.SFixed64Rules
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in interface build.buf.validate.SFixed64RulesOrBuilder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.SInt32Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.SInt32Rules
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in interface build.buf.validate.SInt32RulesOrBuilder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.SInt64Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.SInt64Rules
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in interface build.buf.validate.SInt64RulesOrBuilder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.TimestampRules.Builder
-
`gte` requires the timestamp field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.TimestampRules
-
`gte` requires the timestamp field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
`gte` requires the timestamp field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.UInt32Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.UInt32Rules
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in interface build.buf.validate.UInt32RulesOrBuilder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.UInt64Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in class build.buf.validate.UInt64Rules
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGte() - Method in interface build.buf.validate.UInt64RulesOrBuilder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- getGteBuilder() - Method in class build.buf.validate.DurationRules.Builder
-
`gte` requires the duration field value to be greater than or equal to the specified value (exclusive).
- getGteBuilder() - Method in class build.buf.validate.TimestampRules.Builder
-
`gte` requires the timestamp field value to be greater than or equal to the specified value (exclusive).
- getGteOrBuilder() - Method in class build.buf.validate.DurationRules.Builder
-
`gte` requires the duration field value to be greater than or equal to the specified value (exclusive).
- getGteOrBuilder() - Method in class build.buf.validate.DurationRules
-
`gte` requires the duration field value to be greater than or equal to the specified value (exclusive).
- getGteOrBuilder() - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`gte` requires the duration field value to be greater than or equal to the specified value (exclusive).
- getGteOrBuilder() - Method in class build.buf.validate.TimestampRules.Builder
-
`gte` requires the timestamp field value to be greater than or equal to the specified value (exclusive).
- getGteOrBuilder() - Method in class build.buf.validate.TimestampRules
-
`gte` requires the timestamp field value to be greater than or equal to the specified value (exclusive).
- getGteOrBuilder() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
`gte` requires the timestamp field value to be greater than or equal to the specified value (exclusive).
- getGtNow() - Method in class build.buf.validate.TimestampRules.Builder
-
`gt_now` specifies that this field, of the `google.protobuf.Timestamp` type, must be greater than the current time.
- getGtNow() - Method in class build.buf.validate.TimestampRules
-
`gt_now` specifies that this field, of the `google.protobuf.Timestamp` type, must be greater than the current time.
- getGtNow() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
`gt_now` specifies that this field, of the `google.protobuf.Timestamp` type, must be greater than the current time.
- getGtOrBuilder() - Method in class build.buf.validate.DurationRules.Builder
-
`gt` requires the duration field value to be greater than the specified value (exclusive).
- getGtOrBuilder() - Method in class build.buf.validate.DurationRules
-
`gt` requires the duration field value to be greater than the specified value (exclusive).
- getGtOrBuilder() - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`gt` requires the duration field value to be greater than the specified value (exclusive).
- getGtOrBuilder() - Method in class build.buf.validate.TimestampRules.Builder
-
`gt` requires the timestamp field value to be greater than the specified value (exclusive).
- getGtOrBuilder() - Method in class build.buf.validate.TimestampRules
-
`gt` requires the timestamp field value to be greater than the specified value (exclusive).
- getGtOrBuilder() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
`gt` requires the timestamp field value to be greater than the specified value (exclusive).
- getHostAndPort() - Method in class build.buf.validate.StringRules.Builder
-
`host_and_port` specifies the field value must be a valid host and port pair.
- getHostAndPort() - Method in class build.buf.validate.StringRules
-
`host_and_port` specifies the field value must be a valid host and port pair.
- getHostAndPort() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`host_and_port` specifies the field value must be a valid host and port pair.
- getHostname() - Method in class build.buf.validate.StringRules.Builder
-
`hostname` specifies that the field value must be a valid hostname as defined by [RFC 1034](https://tools.ietf.org/html/rfc1034#section-3.5).
- getHostname() - Method in class build.buf.validate.StringRules
-
`hostname` specifies that the field value must be a valid hostname as defined by [RFC 1034](https://tools.ietf.org/html/rfc1034#section-3.5).
- getHostname() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`hostname` specifies that the field value must be a valid hostname as defined by [RFC 1034](https://tools.ietf.org/html/rfc1034#section-3.5).
- getId() - Method in class build.buf.validate.Constraint.Builder
-
`id` is a string that serves as a machine-readable name for this Constraint.
- getId() - Method in class build.buf.validate.Constraint
-
`id` is a string that serves as a machine-readable name for this Constraint.
- getId() - Method in interface build.buf.validate.ConstraintOrBuilder
-
`id` is a string that serves as a machine-readable name for this Constraint.
- getId() - Method in class build.buf.validate.priv.Constraint.Builder
-
string id = 1 [json_name = "id"]; - getId() - Method in class build.buf.validate.priv.Constraint
-
string id = 1 [json_name = "id"]; - getId() - Method in interface build.buf.validate.priv.ConstraintOrBuilder
-
string id = 1 [json_name = "id"]; - getIdBytes() - Method in class build.buf.validate.Constraint.Builder
-
`id` is a string that serves as a machine-readable name for this Constraint.
- getIdBytes() - Method in class build.buf.validate.Constraint
-
`id` is a string that serves as a machine-readable name for this Constraint.
- getIdBytes() - Method in interface build.buf.validate.ConstraintOrBuilder
-
`id` is a string that serves as a machine-readable name for this Constraint.
- getIdBytes() - Method in class build.buf.validate.priv.Constraint.Builder
-
string id = 1 [json_name = "id"]; - getIdBytes() - Method in class build.buf.validate.priv.Constraint
-
string id = 1 [json_name = "id"]; - getIdBytes() - Method in interface build.buf.validate.priv.ConstraintOrBuilder
-
string id = 1 [json_name = "id"]; - getIgnore() - Method in class build.buf.validate.FieldConstraints.Builder
-
Skip validation on the field if its value matches the specified criteria.
- getIgnore() - Method in class build.buf.validate.FieldConstraints
-
Skip validation on the field if its value matches the specified criteria.
- getIgnore() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
Skip validation on the field if its value matches the specified criteria.
- getIgnoreEmpty() - Method in class build.buf.validate.FieldConstraints.Builder
-
Deprecated.buf.validate.FieldConstraints.ignore_empty is deprecated. See buf/validate/validate.proto;l=198
- getIgnoreEmpty() - Method in class build.buf.validate.FieldConstraints
-
Deprecated.buf.validate.FieldConstraints.ignore_empty is deprecated. See buf/validate/validate.proto;l=198
- getIgnoreEmpty() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
Deprecated.buf.validate.FieldConstraints.ignore_empty is deprecated. See buf/validate/validate.proto;l=198
- getIgnoreValue() - Method in class build.buf.validate.FieldConstraints.Builder
-
Skip validation on the field if its value matches the specified criteria.
- getIgnoreValue() - Method in class build.buf.validate.FieldConstraints
-
Skip validation on the field if its value matches the specified criteria.
- getIgnoreValue() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
Skip validation on the field if its value matches the specified criteria.
- getIn(int) - Method in class build.buf.validate.AnyRules.Builder
-
`in` requires the field's `type_url` to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.AnyRules
-
`in` requires the field's `type_url` to be equal to one of the specified values.
- getIn(int) - Method in interface build.buf.validate.AnyRulesOrBuilder
-
`in` requires the field's `type_url` to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.BytesRules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.BytesRules
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.DoubleRules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.DoubleRules
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in interface build.buf.validate.DoubleRulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.DurationRules.Builder
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- getIn(int) - Method in class build.buf.validate.DurationRules
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- getIn(int) - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- getIn(int) - Method in class build.buf.validate.EnumRules.Builder
-
`in` requires the field value to be equal to one of the specified enum values.
- getIn(int) - Method in class build.buf.validate.EnumRules
-
`in` requires the field value to be equal to one of the specified enum values.
- getIn(int) - Method in interface build.buf.validate.EnumRulesOrBuilder
-
`in` requires the field value to be equal to one of the specified enum values.
- getIn(int) - Method in class build.buf.validate.Fixed32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.Fixed32Rules
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in interface build.buf.validate.Fixed32RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.Fixed64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.Fixed64Rules
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in interface build.buf.validate.Fixed64RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.FloatRules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.FloatRules
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in interface build.buf.validate.FloatRulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.Int32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.Int32Rules
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in interface build.buf.validate.Int32RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.Int64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.Int64Rules
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in interface build.buf.validate.Int64RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.SFixed32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.SFixed32Rules
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in interface build.buf.validate.SFixed32RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.SFixed64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.SFixed64Rules
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in interface build.buf.validate.SFixed64RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.SInt32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.SInt32Rules
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in interface build.buf.validate.SInt32RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.SInt64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.SInt64Rules
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in interface build.buf.validate.SInt64RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.StringRules.Builder
-
`in` specifies that the field value must be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.StringRules
-
`in` specifies that the field value must be equal to one of the specified values.
- getIn(int) - Method in interface build.buf.validate.StringRulesOrBuilder
-
`in` specifies that the field value must be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.UInt32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.UInt32Rules
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in interface build.buf.validate.UInt32RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.UInt64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in class build.buf.validate.UInt64Rules
-
`in` requires the field value to be equal to one of the specified values.
- getIn(int) - Method in interface build.buf.validate.UInt64RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInBuilder(int) - Method in class build.buf.validate.DurationRules.Builder
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- getInBuilderList() - Method in class build.buf.validate.DurationRules.Builder
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- getInBytes(int) - Method in class build.buf.validate.AnyRules.Builder
-
`in` requires the field's `type_url` to be equal to one of the specified values.
- getInBytes(int) - Method in class build.buf.validate.AnyRules
-
`in` requires the field's `type_url` to be equal to one of the specified values.
- getInBytes(int) - Method in interface build.buf.validate.AnyRulesOrBuilder
-
`in` requires the field's `type_url` to be equal to one of the specified values.
- getInBytes(int) - Method in class build.buf.validate.StringRules.Builder
-
`in` specifies that the field value must be equal to one of the specified values.
- getInBytes(int) - Method in class build.buf.validate.StringRules
-
`in` specifies that the field value must be equal to one of the specified values.
- getInBytes(int) - Method in interface build.buf.validate.StringRulesOrBuilder
-
`in` specifies that the field value must be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.AnyRules.Builder
-
`in` requires the field's `type_url` to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.AnyRules
-
`in` requires the field's `type_url` to be equal to one of the specified values.
- getInCount() - Method in interface build.buf.validate.AnyRulesOrBuilder
-
`in` requires the field's `type_url` to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.BytesRules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.BytesRules
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.DoubleRules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.DoubleRules
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in interface build.buf.validate.DoubleRulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.DurationRules.Builder
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- getInCount() - Method in class build.buf.validate.DurationRules
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- getInCount() - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- getInCount() - Method in class build.buf.validate.EnumRules.Builder
-
`in` requires the field value to be equal to one of the specified enum values.
- getInCount() - Method in class build.buf.validate.EnumRules
-
`in` requires the field value to be equal to one of the specified enum values.
- getInCount() - Method in interface build.buf.validate.EnumRulesOrBuilder
-
`in` requires the field value to be equal to one of the specified enum values.
- getInCount() - Method in class build.buf.validate.Fixed32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.Fixed32Rules
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in interface build.buf.validate.Fixed32RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.Fixed64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.Fixed64Rules
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in interface build.buf.validate.Fixed64RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.FloatRules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.FloatRules
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in interface build.buf.validate.FloatRulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.Int32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.Int32Rules
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in interface build.buf.validate.Int32RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.Int64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.Int64Rules
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in interface build.buf.validate.Int64RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.SFixed32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.SFixed32Rules
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in interface build.buf.validate.SFixed32RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.SFixed64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.SFixed64Rules
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in interface build.buf.validate.SFixed64RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.SInt32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.SInt32Rules
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in interface build.buf.validate.SInt32RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.SInt64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.SInt64Rules
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in interface build.buf.validate.SInt64RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.StringRules.Builder
-
`in` specifies that the field value must be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.StringRules
-
`in` specifies that the field value must be equal to one of the specified values.
- getInCount() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`in` specifies that the field value must be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.UInt32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.UInt32Rules
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in interface build.buf.validate.UInt32RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.UInt64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in class build.buf.validate.UInt64Rules
-
`in` requires the field value to be equal to one of the specified values.
- getInCount() - Method in interface build.buf.validate.UInt64RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.AnyRules.Builder
-
`in` requires the field's `type_url` to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.AnyRules
-
`in` requires the field's `type_url` to be equal to one of the specified values.
- getInList() - Method in interface build.buf.validate.AnyRulesOrBuilder
-
`in` requires the field's `type_url` to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.BytesRules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.BytesRules
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.DoubleRules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.DoubleRules
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in interface build.buf.validate.DoubleRulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.DurationRules.Builder
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- getInList() - Method in class build.buf.validate.DurationRules
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- getInList() - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- getInList() - Method in class build.buf.validate.EnumRules.Builder
-
`in` requires the field value to be equal to one of the specified enum values.
- getInList() - Method in class build.buf.validate.EnumRules
-
`in` requires the field value to be equal to one of the specified enum values.
- getInList() - Method in interface build.buf.validate.EnumRulesOrBuilder
-
`in` requires the field value to be equal to one of the specified enum values.
- getInList() - Method in class build.buf.validate.Fixed32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.Fixed32Rules
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in interface build.buf.validate.Fixed32RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.Fixed64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.Fixed64Rules
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in interface build.buf.validate.Fixed64RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.FloatRules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.FloatRules
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in interface build.buf.validate.FloatRulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.Int32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.Int32Rules
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in interface build.buf.validate.Int32RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.Int64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.Int64Rules
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in interface build.buf.validate.Int64RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.SFixed32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.SFixed32Rules
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in interface build.buf.validate.SFixed32RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.SFixed64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.SFixed64Rules
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in interface build.buf.validate.SFixed64RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.SInt32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.SInt32Rules
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in interface build.buf.validate.SInt32RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.SInt64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.SInt64Rules
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in interface build.buf.validate.SInt64RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.StringRules.Builder
-
`in` specifies that the field value must be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.StringRules
-
`in` specifies that the field value must be equal to one of the specified values.
- getInList() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`in` specifies that the field value must be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.UInt32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.UInt32Rules
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in interface build.buf.validate.UInt32RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.UInt64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in class build.buf.validate.UInt64Rules
-
`in` requires the field value to be equal to one of the specified values.
- getInList() - Method in interface build.buf.validate.UInt64RulesOrBuilder
-
`in` requires the field value to be equal to one of the specified values.
- getInOrBuilder(int) - Method in class build.buf.validate.DurationRules.Builder
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- getInOrBuilder(int) - Method in class build.buf.validate.DurationRules
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- getInOrBuilder(int) - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- getInOrBuilderList() - Method in class build.buf.validate.DurationRules.Builder
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- getInOrBuilderList() - Method in class build.buf.validate.DurationRules
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- getInOrBuilderList() - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- getInt32() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - getInt32() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - getInt32() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - getInt32Builder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - getInt32OrBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - getInt32OrBuilder() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - getInt32OrBuilder() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - getInt64() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - getInt64() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - getInt64() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - getInt64Builder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - getInt64OrBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - getInt64OrBuilder() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - getInt64OrBuilder() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - getIp() - Method in class build.buf.validate.BytesRules.Builder
-
`ip` ensures that the field `value` is a valid IP address (v4 or v6) in byte format.
- getIp() - Method in class build.buf.validate.BytesRules
-
`ip` ensures that the field `value` is a valid IP address (v4 or v6) in byte format.
- getIp() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`ip` ensures that the field `value` is a valid IP address (v4 or v6) in byte format.
- getIp() - Method in class build.buf.validate.StringRules.Builder
-
`ip` specifies that the field value must be a valid IP (v4 or v6) address, without surrounding square brackets for IPv6 addresses.
- getIp() - Method in class build.buf.validate.StringRules
-
`ip` specifies that the field value must be a valid IP (v4 or v6) address, without surrounding square brackets for IPv6 addresses.
- getIp() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ip` specifies that the field value must be a valid IP (v4 or v6) address, without surrounding square brackets for IPv6 addresses.
- getIpPrefix() - Method in class build.buf.validate.StringRules.Builder
-
`ip_prefix` specifies that the field value must be a valid IP (v4 or v6) prefix.
- getIpPrefix() - Method in class build.buf.validate.StringRules
-
`ip_prefix` specifies that the field value must be a valid IP (v4 or v6) prefix.
- getIpPrefix() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ip_prefix` specifies that the field value must be a valid IP (v4 or v6) prefix.
- getIpv4() - Method in class build.buf.validate.BytesRules.Builder
-
`ipv4` ensures that the field `value` is a valid IPv4 address in byte format.
- getIpv4() - Method in class build.buf.validate.BytesRules
-
`ipv4` ensures that the field `value` is a valid IPv4 address in byte format.
- getIpv4() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`ipv4` ensures that the field `value` is a valid IPv4 address in byte format.
- getIpv4() - Method in class build.buf.validate.StringRules.Builder
-
`ipv4` specifies that the field value must be a valid IPv4 address.
- getIpv4() - Method in class build.buf.validate.StringRules
-
`ipv4` specifies that the field value must be a valid IPv4 address.
- getIpv4() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ipv4` specifies that the field value must be a valid IPv4 address.
- getIpv4Prefix() - Method in class build.buf.validate.StringRules.Builder
-
`ipv4_prefix` specifies that the field value must be a valid IPv4 prefix.
- getIpv4Prefix() - Method in class build.buf.validate.StringRules
-
`ipv4_prefix` specifies that the field value must be a valid IPv4 prefix.
- getIpv4Prefix() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ipv4_prefix` specifies that the field value must be a valid IPv4 prefix.
- getIpv4WithPrefixlen() - Method in class build.buf.validate.StringRules.Builder
-
`ipv4_with_prefixlen` specifies that the field value must be a valid IPv4 address with prefix.
- getIpv4WithPrefixlen() - Method in class build.buf.validate.StringRules
-
`ipv4_with_prefixlen` specifies that the field value must be a valid IPv4 address with prefix.
- getIpv4WithPrefixlen() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ipv4_with_prefixlen` specifies that the field value must be a valid IPv4 address with prefix.
- getIpv6() - Method in class build.buf.validate.BytesRules.Builder
-
`ipv6` ensures that the field `value` is a valid IPv6 address in byte format.
- getIpv6() - Method in class build.buf.validate.BytesRules
-
`ipv6` ensures that the field `value` is a valid IPv6 address in byte format.
- getIpv6() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`ipv6` ensures that the field `value` is a valid IPv6 address in byte format.
- getIpv6() - Method in class build.buf.validate.StringRules.Builder
-
`ipv6` specifies that the field value must be a valid IPv6 address, without surrounding square brackets.
- getIpv6() - Method in class build.buf.validate.StringRules
-
`ipv6` specifies that the field value must be a valid IPv6 address, without surrounding square brackets.
- getIpv6() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ipv6` specifies that the field value must be a valid IPv6 address, without surrounding square brackets.
- getIpv6Prefix() - Method in class build.buf.validate.StringRules.Builder
-
`ipv6_prefix` specifies that the field value must be a valid IPv6 prefix.
- getIpv6Prefix() - Method in class build.buf.validate.StringRules
-
`ipv6_prefix` specifies that the field value must be a valid IPv6 prefix.
- getIpv6Prefix() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ipv6_prefix` specifies that the field value must be a valid IPv6 prefix.
- getIpv6WithPrefixlen() - Method in class build.buf.validate.StringRules.Builder
-
`ipv6_with_prefixlen` specifies that the field value must be a valid IPv6 address with prefix length.
- getIpv6WithPrefixlen() - Method in class build.buf.validate.StringRules
-
`ipv6_with_prefixlen` specifies that the field value must be a valid IPv6 address with prefix length.
- getIpv6WithPrefixlen() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ipv6_with_prefixlen` specifies that the field value must be a valid IPv6 address with prefix length.
- getIpWithPrefixlen() - Method in class build.buf.validate.StringRules.Builder
-
`ip_with_prefixlen` specifies that the field value must be a valid IP (v4 or v6) address with prefix length.
- getIpWithPrefixlen() - Method in class build.buf.validate.StringRules
-
`ip_with_prefixlen` specifies that the field value must be a valid IP (v4 or v6) address with prefix length.
- getIpWithPrefixlen() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ip_with_prefixlen` specifies that the field value must be a valid IP (v4 or v6) address with prefix length.
- getItems() - Method in class build.buf.validate.RepeatedRules.Builder
-
`items` details the constraints to be applied to each item in the field.
- getItems() - Method in class build.buf.validate.RepeatedRules
-
`items` details the constraints to be applied to each item in the field.
- getItems() - Method in interface build.buf.validate.RepeatedRulesOrBuilder
-
`items` details the constraints to be applied to each item in the field.
- getItemsBuilder() - Method in class build.buf.validate.RepeatedRules.Builder
-
`items` details the constraints to be applied to each item in the field.
- getItemsOrBuilder() - Method in class build.buf.validate.RepeatedRules.Builder
-
`items` details the constraints to be applied to each item in the field.
- getItemsOrBuilder() - Method in class build.buf.validate.RepeatedRules
-
`items` details the constraints to be applied to each item in the field.
- getItemsOrBuilder() - Method in interface build.buf.validate.RepeatedRulesOrBuilder
-
`items` details the constraints to be applied to each item in the field.
- getKeys() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the constraints to be applied to each key in the field.
- getKeys() - Method in class build.buf.validate.MapRules
-
Specifies the constraints to be applied to each key in the field.
- getKeys() - Method in interface build.buf.validate.MapRulesOrBuilder
-
Specifies the constraints to be applied to each key in the field.
- getKeysBuilder() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the constraints to be applied to each key in the field.
- getKeysOrBuilder() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the constraints to be applied to each key in the field.
- getKeysOrBuilder() - Method in class build.buf.validate.MapRules
-
Specifies the constraints to be applied to each key in the field.
- getKeysOrBuilder() - Method in interface build.buf.validate.MapRulesOrBuilder
-
Specifies the constraints to be applied to each key in the field.
- getLen() - Method in class build.buf.validate.BytesRules.Builder
-
`len` requires the field value to have the specified length in bytes.
- getLen() - Method in class build.buf.validate.BytesRules
-
`len` requires the field value to have the specified length in bytes.
- getLen() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`len` requires the field value to have the specified length in bytes.
- getLen() - Method in class build.buf.validate.StringRules.Builder
-
`len` dictates that the field value must have the specified number of characters (Unicode code points), which may differ from the number of bytes in the string.
- getLen() - Method in class build.buf.validate.StringRules
-
`len` dictates that the field value must have the specified number of characters (Unicode code points), which may differ from the number of bytes in the string.
- getLen() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`len` dictates that the field value must have the specified number of characters (Unicode code points), which may differ from the number of bytes in the string.
- getLenBytes() - Method in class build.buf.validate.StringRules.Builder
-
`len_bytes` dictates that the field value must have the specified number of bytes.
- getLenBytes() - Method in class build.buf.validate.StringRules
-
`len_bytes` dictates that the field value must have the specified number of bytes.
- getLenBytes() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`len_bytes` dictates that the field value must have the specified number of bytes.
- getLessThanCase() - Method in class build.buf.validate.DoubleRules.Builder
- getLessThanCase() - Method in class build.buf.validate.DoubleRules
- getLessThanCase() - Method in interface build.buf.validate.DoubleRulesOrBuilder
- getLessThanCase() - Method in class build.buf.validate.DurationRules.Builder
- getLessThanCase() - Method in class build.buf.validate.DurationRules
- getLessThanCase() - Method in interface build.buf.validate.DurationRulesOrBuilder
- getLessThanCase() - Method in class build.buf.validate.Fixed32Rules.Builder
- getLessThanCase() - Method in class build.buf.validate.Fixed32Rules
- getLessThanCase() - Method in interface build.buf.validate.Fixed32RulesOrBuilder
- getLessThanCase() - Method in class build.buf.validate.Fixed64Rules.Builder
- getLessThanCase() - Method in class build.buf.validate.Fixed64Rules
- getLessThanCase() - Method in interface build.buf.validate.Fixed64RulesOrBuilder
- getLessThanCase() - Method in class build.buf.validate.FloatRules.Builder
- getLessThanCase() - Method in class build.buf.validate.FloatRules
- getLessThanCase() - Method in interface build.buf.validate.FloatRulesOrBuilder
- getLessThanCase() - Method in class build.buf.validate.Int32Rules.Builder
- getLessThanCase() - Method in class build.buf.validate.Int32Rules
- getLessThanCase() - Method in interface build.buf.validate.Int32RulesOrBuilder
- getLessThanCase() - Method in class build.buf.validate.Int64Rules.Builder
- getLessThanCase() - Method in class build.buf.validate.Int64Rules
- getLessThanCase() - Method in interface build.buf.validate.Int64RulesOrBuilder
- getLessThanCase() - Method in class build.buf.validate.SFixed32Rules.Builder
- getLessThanCase() - Method in class build.buf.validate.SFixed32Rules
- getLessThanCase() - Method in interface build.buf.validate.SFixed32RulesOrBuilder
- getLessThanCase() - Method in class build.buf.validate.SFixed64Rules.Builder
- getLessThanCase() - Method in class build.buf.validate.SFixed64Rules
- getLessThanCase() - Method in interface build.buf.validate.SFixed64RulesOrBuilder
- getLessThanCase() - Method in class build.buf.validate.SInt32Rules.Builder
- getLessThanCase() - Method in class build.buf.validate.SInt32Rules
- getLessThanCase() - Method in interface build.buf.validate.SInt32RulesOrBuilder
- getLessThanCase() - Method in class build.buf.validate.SInt64Rules.Builder
- getLessThanCase() - Method in class build.buf.validate.SInt64Rules
- getLessThanCase() - Method in interface build.buf.validate.SInt64RulesOrBuilder
- getLessThanCase() - Method in class build.buf.validate.TimestampRules.Builder
- getLessThanCase() - Method in class build.buf.validate.TimestampRules
- getLessThanCase() - Method in interface build.buf.validate.TimestampRulesOrBuilder
- getLessThanCase() - Method in class build.buf.validate.UInt32Rules.Builder
- getLessThanCase() - Method in class build.buf.validate.UInt32Rules
- getLessThanCase() - Method in interface build.buf.validate.UInt32RulesOrBuilder
- getLessThanCase() - Method in class build.buf.validate.UInt64Rules.Builder
- getLessThanCase() - Method in class build.buf.validate.UInt64Rules
- getLessThanCase() - Method in interface build.buf.validate.UInt64RulesOrBuilder
- getLt() - Method in class build.buf.validate.DoubleRules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.DoubleRules
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in interface build.buf.validate.DoubleRulesOrBuilder
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.DurationRules.Builder
-
`lt` stipulates that the field must be less than the specified value of the `google.protobuf.Duration` type, exclusive.
- getLt() - Method in class build.buf.validate.DurationRules
-
`lt` stipulates that the field must be less than the specified value of the `google.protobuf.Duration` type, exclusive.
- getLt() - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`lt` stipulates that the field must be less than the specified value of the `google.protobuf.Duration` type, exclusive.
- getLt() - Method in class build.buf.validate.Fixed32Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.Fixed32Rules
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in interface build.buf.validate.Fixed32RulesOrBuilder
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.Fixed64Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.Fixed64Rules
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in interface build.buf.validate.Fixed64RulesOrBuilder
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.FloatRules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.FloatRules
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in interface build.buf.validate.FloatRulesOrBuilder
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.Int32Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.Int32Rules
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in interface build.buf.validate.Int32RulesOrBuilder
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.Int64Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.Int64Rules
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in interface build.buf.validate.Int64RulesOrBuilder
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.SFixed32Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.SFixed32Rules
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in interface build.buf.validate.SFixed32RulesOrBuilder
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.SFixed64Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.SFixed64Rules
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in interface build.buf.validate.SFixed64RulesOrBuilder
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.SInt32Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.SInt32Rules
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in interface build.buf.validate.SInt32RulesOrBuilder
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.SInt64Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.SInt64Rules
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in interface build.buf.validate.SInt64RulesOrBuilder
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.TimestampRules.Builder
-
requires the duration field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.TimestampRules
-
requires the duration field value to be less than the specified value (field < value).
- getLt() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
requires the duration field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.UInt32Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.UInt32Rules
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in interface build.buf.validate.UInt32RulesOrBuilder
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.UInt64Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in class build.buf.validate.UInt64Rules
-
`lt` requires the field value to be less than the specified value (field < value).
- getLt() - Method in interface build.buf.validate.UInt64RulesOrBuilder
-
`lt` requires the field value to be less than the specified value (field < value).
- getLtBuilder() - Method in class build.buf.validate.DurationRules.Builder
-
`lt` stipulates that the field must be less than the specified value of the `google.protobuf.Duration` type, exclusive.
- getLtBuilder() - Method in class build.buf.validate.TimestampRules.Builder
-
requires the duration field value to be less than the specified value (field < value).
- getLte() - Method in class build.buf.validate.DoubleRules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.DoubleRules
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in interface build.buf.validate.DoubleRulesOrBuilder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.DurationRules.Builder
-
`lte` indicates that the field must be less than or equal to the specified value of the `google.protobuf.Duration` type, inclusive.
- getLte() - Method in class build.buf.validate.DurationRules
-
`lte` indicates that the field must be less than or equal to the specified value of the `google.protobuf.Duration` type, inclusive.
- getLte() - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`lte` indicates that the field must be less than or equal to the specified value of the `google.protobuf.Duration` type, inclusive.
- getLte() - Method in class build.buf.validate.Fixed32Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.Fixed32Rules
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in interface build.buf.validate.Fixed32RulesOrBuilder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.Fixed64Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.Fixed64Rules
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in interface build.buf.validate.Fixed64RulesOrBuilder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.FloatRules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.FloatRules
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in interface build.buf.validate.FloatRulesOrBuilder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.Int32Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.Int32Rules
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in interface build.buf.validate.Int32RulesOrBuilder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.Int64Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.Int64Rules
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in interface build.buf.validate.Int64RulesOrBuilder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.SFixed32Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.SFixed32Rules
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in interface build.buf.validate.SFixed32RulesOrBuilder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.SFixed64Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.SFixed64Rules
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in interface build.buf.validate.SFixed64RulesOrBuilder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.SInt32Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.SInt32Rules
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in interface build.buf.validate.SInt32RulesOrBuilder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.SInt64Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.SInt64Rules
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in interface build.buf.validate.SInt64RulesOrBuilder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.TimestampRules.Builder
-
requires the timestamp field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.TimestampRules
-
requires the timestamp field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
requires the timestamp field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.UInt32Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.UInt32Rules
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in interface build.buf.validate.UInt32RulesOrBuilder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.UInt64Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in class build.buf.validate.UInt64Rules
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLte() - Method in interface build.buf.validate.UInt64RulesOrBuilder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- getLteBuilder() - Method in class build.buf.validate.DurationRules.Builder
-
`lte` indicates that the field must be less than or equal to the specified value of the `google.protobuf.Duration` type, inclusive.
- getLteBuilder() - Method in class build.buf.validate.TimestampRules.Builder
-
requires the timestamp field value to be less than or equal to the specified value (field <= value).
- getLteOrBuilder() - Method in class build.buf.validate.DurationRules.Builder
-
`lte` indicates that the field must be less than or equal to the specified value of the `google.protobuf.Duration` type, inclusive.
- getLteOrBuilder() - Method in class build.buf.validate.DurationRules
-
`lte` indicates that the field must be less than or equal to the specified value of the `google.protobuf.Duration` type, inclusive.
- getLteOrBuilder() - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`lte` indicates that the field must be less than or equal to the specified value of the `google.protobuf.Duration` type, inclusive.
- getLteOrBuilder() - Method in class build.buf.validate.TimestampRules.Builder
-
requires the timestamp field value to be less than or equal to the specified value (field <= value).
- getLteOrBuilder() - Method in class build.buf.validate.TimestampRules
-
requires the timestamp field value to be less than or equal to the specified value (field <= value).
- getLteOrBuilder() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
requires the timestamp field value to be less than or equal to the specified value (field <= value).
- getLtNow() - Method in class build.buf.validate.TimestampRules.Builder
-
`lt_now` specifies that this field, of the `google.protobuf.Timestamp` type, must be less than the current time.
- getLtNow() - Method in class build.buf.validate.TimestampRules
-
`lt_now` specifies that this field, of the `google.protobuf.Timestamp` type, must be less than the current time.
- getLtNow() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
`lt_now` specifies that this field, of the `google.protobuf.Timestamp` type, must be less than the current time.
- getLtOrBuilder() - Method in class build.buf.validate.DurationRules.Builder
-
`lt` stipulates that the field must be less than the specified value of the `google.protobuf.Duration` type, exclusive.
- getLtOrBuilder() - Method in class build.buf.validate.DurationRules
-
`lt` stipulates that the field must be less than the specified value of the `google.protobuf.Duration` type, exclusive.
- getLtOrBuilder() - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`lt` stipulates that the field must be less than the specified value of the `google.protobuf.Duration` type, exclusive.
- getLtOrBuilder() - Method in class build.buf.validate.TimestampRules.Builder
-
requires the duration field value to be less than the specified value (field < value).
- getLtOrBuilder() - Method in class build.buf.validate.TimestampRules
-
requires the duration field value to be less than the specified value (field < value).
- getLtOrBuilder() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
requires the duration field value to be less than the specified value (field < value).
- getMap() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.MapRules map = 19 [json_name = "map"]; - getMap() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.MapRules map = 19 [json_name = "map"]; - getMap() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.MapRules map = 19 [json_name = "map"]; - getMapBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.MapRules map = 19 [json_name = "map"]; - getMapOrBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.MapRules map = 19 [json_name = "map"]; - getMapOrBuilder() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.MapRules map = 19 [json_name = "map"]; - getMapOrBuilder() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.MapRules map = 19 [json_name = "map"]; - getMaxBytes() - Method in class build.buf.validate.StringRules.Builder
-
`max_bytes` specifies that the field value must have no more than the specified number of bytes.
- getMaxBytes() - Method in class build.buf.validate.StringRules
-
`max_bytes` specifies that the field value must have no more than the specified number of bytes.
- getMaxBytes() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`max_bytes` specifies that the field value must have no more than the specified number of bytes.
- getMaxItems() - Method in class build.buf.validate.RepeatedRules.Builder
-
`max_items` denotes that this field must not exceed a certain number of items as the upper limit.
- getMaxItems() - Method in class build.buf.validate.RepeatedRules
-
`max_items` denotes that this field must not exceed a certain number of items as the upper limit.
- getMaxItems() - Method in interface build.buf.validate.RepeatedRulesOrBuilder
-
`max_items` denotes that this field must not exceed a certain number of items as the upper limit.
- getMaxLen() - Method in class build.buf.validate.BytesRules.Builder
-
`max_len` requires the field value to have at most the specified maximum length in bytes.
- getMaxLen() - Method in class build.buf.validate.BytesRules
-
`max_len` requires the field value to have at most the specified maximum length in bytes.
- getMaxLen() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`max_len` requires the field value to have at most the specified maximum length in bytes.
- getMaxLen() - Method in class build.buf.validate.StringRules.Builder
-
`max_len` specifies that the field value must have no more than the specified number of characters (Unicode code points), which may differ from the number of bytes in the string.
- getMaxLen() - Method in class build.buf.validate.StringRules
-
`max_len` specifies that the field value must have no more than the specified number of characters (Unicode code points), which may differ from the number of bytes in the string.
- getMaxLen() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`max_len` specifies that the field value must have no more than the specified number of characters (Unicode code points), which may differ from the number of bytes in the string.
- getMaxPairs() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the maximum number of key-value pairs allowed.
- getMaxPairs() - Method in class build.buf.validate.MapRules
-
Specifies the maximum number of key-value pairs allowed.
- getMaxPairs() - Method in interface build.buf.validate.MapRulesOrBuilder
-
Specifies the maximum number of key-value pairs allowed.
- getMessage() - Method in class build.buf.validate.Constraint.Builder
-
`message` is an optional field that provides a human-readable error message for this Constraint when the CEL expression evaluates to false.
- getMessage() - Method in class build.buf.validate.Constraint
-
`message` is an optional field that provides a human-readable error message for this Constraint when the CEL expression evaluates to false.
- getMessage() - Method in interface build.buf.validate.ConstraintOrBuilder
-
`message` is an optional field that provides a human-readable error message for this Constraint when the CEL expression evaluates to false.
- getMessage() - Method in class build.buf.validate.priv.Constraint.Builder
-
string message = 2 [json_name = "message"]; - getMessage() - Method in class build.buf.validate.priv.Constraint
-
string message = 2 [json_name = "message"]; - getMessage() - Method in interface build.buf.validate.priv.ConstraintOrBuilder
-
string message = 2 [json_name = "message"]; - getMessage() - Method in class build.buf.validate.Violation.Builder
-
`message` is a human-readable error message that describes the nature of the violation.
- getMessage() - Method in class build.buf.validate.Violation
-
`message` is a human-readable error message that describes the nature of the violation.
- getMessage() - Method in interface build.buf.validate.ViolationOrBuilder
-
`message` is a human-readable error message that describes the nature of the violation.
- getMessageBytes() - Method in class build.buf.validate.Constraint.Builder
-
`message` is an optional field that provides a human-readable error message for this Constraint when the CEL expression evaluates to false.
- getMessageBytes() - Method in class build.buf.validate.Constraint
-
`message` is an optional field that provides a human-readable error message for this Constraint when the CEL expression evaluates to false.
- getMessageBytes() - Method in interface build.buf.validate.ConstraintOrBuilder
-
`message` is an optional field that provides a human-readable error message for this Constraint when the CEL expression evaluates to false.
- getMessageBytes() - Method in class build.buf.validate.priv.Constraint.Builder
-
string message = 2 [json_name = "message"]; - getMessageBytes() - Method in class build.buf.validate.priv.Constraint
-
string message = 2 [json_name = "message"]; - getMessageBytes() - Method in interface build.buf.validate.priv.ConstraintOrBuilder
-
string message = 2 [json_name = "message"]; - getMessageBytes() - Method in class build.buf.validate.Violation.Builder
-
`message` is a human-readable error message that describes the nature of the violation.
- getMessageBytes() - Method in class build.buf.validate.Violation
-
`message` is a human-readable error message that describes the nature of the violation.
- getMessageBytes() - Method in interface build.buf.validate.ViolationOrBuilder
-
`message` is a human-readable error message that describes the nature of the violation.
- getMinBytes() - Method in class build.buf.validate.StringRules.Builder
-
`min_bytes` specifies that the field value must have at least the specified number of bytes.
- getMinBytes() - Method in class build.buf.validate.StringRules
-
`min_bytes` specifies that the field value must have at least the specified number of bytes.
- getMinBytes() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`min_bytes` specifies that the field value must have at least the specified number of bytes.
- getMinItems() - Method in class build.buf.validate.RepeatedRules.Builder
-
`min_items` requires that this field must contain at least the specified minimum number of items.
- getMinItems() - Method in class build.buf.validate.RepeatedRules
-
`min_items` requires that this field must contain at least the specified minimum number of items.
- getMinItems() - Method in interface build.buf.validate.RepeatedRulesOrBuilder
-
`min_items` requires that this field must contain at least the specified minimum number of items.
- getMinLen() - Method in class build.buf.validate.BytesRules.Builder
-
`min_len` requires the field value to have at least the specified minimum length in bytes.
- getMinLen() - Method in class build.buf.validate.BytesRules
-
`min_len` requires the field value to have at least the specified minimum length in bytes.
- getMinLen() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`min_len` requires the field value to have at least the specified minimum length in bytes.
- getMinLen() - Method in class build.buf.validate.StringRules.Builder
-
`min_len` specifies that the field value must have at least the specified number of characters (Unicode code points), which may differ from the number of bytes in the string.
- getMinLen() - Method in class build.buf.validate.StringRules
-
`min_len` specifies that the field value must have at least the specified number of characters (Unicode code points), which may differ from the number of bytes in the string.
- getMinLen() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`min_len` specifies that the field value must have at least the specified number of characters (Unicode code points), which may differ from the number of bytes in the string.
- getMinPairs() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the minimum number of key-value pairs allowed.
- getMinPairs() - Method in class build.buf.validate.MapRules
-
Specifies the minimum number of key-value pairs allowed.
- getMinPairs() - Method in interface build.buf.validate.MapRulesOrBuilder
-
Specifies the minimum number of key-value pairs allowed.
- getNotContains() - Method in class build.buf.validate.StringRules.Builder
-
`not_contains` specifies that the field value must not have the specified substring anywhere in the string.
- getNotContains() - Method in class build.buf.validate.StringRules
-
`not_contains` specifies that the field value must not have the specified substring anywhere in the string.
- getNotContains() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`not_contains` specifies that the field value must not have the specified substring anywhere in the string.
- getNotContainsBytes() - Method in class build.buf.validate.StringRules.Builder
-
`not_contains` specifies that the field value must not have the specified substring anywhere in the string.
- getNotContainsBytes() - Method in class build.buf.validate.StringRules
-
`not_contains` specifies that the field value must not have the specified substring anywhere in the string.
- getNotContainsBytes() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`not_contains` specifies that the field value must not have the specified substring anywhere in the string.
- getNotIn(int) - Method in class build.buf.validate.AnyRules.Builder
-
requires the field's type_url to be not equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.AnyRules
-
requires the field's type_url to be not equal to any of the specified values.
- getNotIn(int) - Method in interface build.buf.validate.AnyRulesOrBuilder
-
requires the field's type_url to be not equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.BytesRules.Builder
-
`not_in` requires the field value to be not equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.BytesRules
-
`not_in` requires the field value to be not equal to any of the specified values.
- getNotIn(int) - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`not_in` requires the field value to be not equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.DoubleRules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.DoubleRules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in interface build.buf.validate.DoubleRulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.DurationRules.Builder
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- getNotIn(int) - Method in class build.buf.validate.DurationRules
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- getNotIn(int) - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- getNotIn(int) - Method in class build.buf.validate.EnumRules.Builder
-
`not_in` requires the field value to be not equal to any of the specified enum values.
- getNotIn(int) - Method in class build.buf.validate.EnumRules
-
`not_in` requires the field value to be not equal to any of the specified enum values.
- getNotIn(int) - Method in interface build.buf.validate.EnumRulesOrBuilder
-
`not_in` requires the field value to be not equal to any of the specified enum values.
- getNotIn(int) - Method in class build.buf.validate.Fixed32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.Fixed32Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in interface build.buf.validate.Fixed32RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.Fixed64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.Fixed64Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in interface build.buf.validate.Fixed64RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.FloatRules.Builder
-
`in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.FloatRules
-
`in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in interface build.buf.validate.FloatRulesOrBuilder
-
`in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.Int32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.Int32Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in interface build.buf.validate.Int32RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.Int64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.Int64Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in interface build.buf.validate.Int64RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.SFixed32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.SFixed32Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in interface build.buf.validate.SFixed32RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.SFixed64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.SFixed64Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in interface build.buf.validate.SFixed64RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.SInt32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.SInt32Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in interface build.buf.validate.SInt32RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.SInt64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.SInt64Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in interface build.buf.validate.SInt64RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.StringRules.Builder
-
`not_in` specifies that the field value cannot be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.StringRules
-
`not_in` specifies that the field value cannot be equal to any of the specified values.
- getNotIn(int) - Method in interface build.buf.validate.StringRulesOrBuilder
-
`not_in` specifies that the field value cannot be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.UInt32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.UInt32Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in interface build.buf.validate.UInt32RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.UInt64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in class build.buf.validate.UInt64Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotIn(int) - Method in interface build.buf.validate.UInt64RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInBuilder(int) - Method in class build.buf.validate.DurationRules.Builder
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- getNotInBuilderList() - Method in class build.buf.validate.DurationRules.Builder
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- getNotInBytes(int) - Method in class build.buf.validate.AnyRules.Builder
-
requires the field's type_url to be not equal to any of the specified values.
- getNotInBytes(int) - Method in class build.buf.validate.AnyRules
-
requires the field's type_url to be not equal to any of the specified values.
- getNotInBytes(int) - Method in interface build.buf.validate.AnyRulesOrBuilder
-
requires the field's type_url to be not equal to any of the specified values.
- getNotInBytes(int) - Method in class build.buf.validate.StringRules.Builder
-
`not_in` specifies that the field value cannot be equal to any of the specified values.
- getNotInBytes(int) - Method in class build.buf.validate.StringRules
-
`not_in` specifies that the field value cannot be equal to any of the specified values.
- getNotInBytes(int) - Method in interface build.buf.validate.StringRulesOrBuilder
-
`not_in` specifies that the field value cannot be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.AnyRules.Builder
-
requires the field's type_url to be not equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.AnyRules
-
requires the field's type_url to be not equal to any of the specified values.
- getNotInCount() - Method in interface build.buf.validate.AnyRulesOrBuilder
-
requires the field's type_url to be not equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.BytesRules.Builder
-
`not_in` requires the field value to be not equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.BytesRules
-
`not_in` requires the field value to be not equal to any of the specified values.
- getNotInCount() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`not_in` requires the field value to be not equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.DoubleRules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.DoubleRules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in interface build.buf.validate.DoubleRulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.DurationRules.Builder
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- getNotInCount() - Method in class build.buf.validate.DurationRules
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- getNotInCount() - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- getNotInCount() - Method in class build.buf.validate.EnumRules.Builder
-
`not_in` requires the field value to be not equal to any of the specified enum values.
- getNotInCount() - Method in class build.buf.validate.EnumRules
-
`not_in` requires the field value to be not equal to any of the specified enum values.
- getNotInCount() - Method in interface build.buf.validate.EnumRulesOrBuilder
-
`not_in` requires the field value to be not equal to any of the specified enum values.
- getNotInCount() - Method in class build.buf.validate.Fixed32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.Fixed32Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in interface build.buf.validate.Fixed32RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.Fixed64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.Fixed64Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in interface build.buf.validate.Fixed64RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.FloatRules.Builder
-
`in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.FloatRules
-
`in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in interface build.buf.validate.FloatRulesOrBuilder
-
`in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.Int32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.Int32Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in interface build.buf.validate.Int32RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.Int64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.Int64Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in interface build.buf.validate.Int64RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.SFixed32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.SFixed32Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in interface build.buf.validate.SFixed32RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.SFixed64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.SFixed64Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in interface build.buf.validate.SFixed64RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.SInt32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.SInt32Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in interface build.buf.validate.SInt32RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.SInt64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.SInt64Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in interface build.buf.validate.SInt64RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.StringRules.Builder
-
`not_in` specifies that the field value cannot be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.StringRules
-
`not_in` specifies that the field value cannot be equal to any of the specified values.
- getNotInCount() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`not_in` specifies that the field value cannot be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.UInt32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.UInt32Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in interface build.buf.validate.UInt32RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.UInt64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in class build.buf.validate.UInt64Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInCount() - Method in interface build.buf.validate.UInt64RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.AnyRules.Builder
-
requires the field's type_url to be not equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.AnyRules
-
requires the field's type_url to be not equal to any of the specified values.
- getNotInList() - Method in interface build.buf.validate.AnyRulesOrBuilder
-
requires the field's type_url to be not equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.BytesRules.Builder
-
`not_in` requires the field value to be not equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.BytesRules
-
`not_in` requires the field value to be not equal to any of the specified values.
- getNotInList() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`not_in` requires the field value to be not equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.DoubleRules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.DoubleRules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in interface build.buf.validate.DoubleRulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.DurationRules.Builder
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- getNotInList() - Method in class build.buf.validate.DurationRules
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- getNotInList() - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- getNotInList() - Method in class build.buf.validate.EnumRules.Builder
-
`not_in` requires the field value to be not equal to any of the specified enum values.
- getNotInList() - Method in class build.buf.validate.EnumRules
-
`not_in` requires the field value to be not equal to any of the specified enum values.
- getNotInList() - Method in interface build.buf.validate.EnumRulesOrBuilder
-
`not_in` requires the field value to be not equal to any of the specified enum values.
- getNotInList() - Method in class build.buf.validate.Fixed32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.Fixed32Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in interface build.buf.validate.Fixed32RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.Fixed64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.Fixed64Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in interface build.buf.validate.Fixed64RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.FloatRules.Builder
-
`in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.FloatRules
-
`in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in interface build.buf.validate.FloatRulesOrBuilder
-
`in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.Int32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.Int32Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in interface build.buf.validate.Int32RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.Int64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.Int64Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in interface build.buf.validate.Int64RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.SFixed32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.SFixed32Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in interface build.buf.validate.SFixed32RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.SFixed64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.SFixed64Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in interface build.buf.validate.SFixed64RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.SInt32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.SInt32Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in interface build.buf.validate.SInt32RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.SInt64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.SInt64Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in interface build.buf.validate.SInt64RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.StringRules.Builder
-
`not_in` specifies that the field value cannot be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.StringRules
-
`not_in` specifies that the field value cannot be equal to any of the specified values.
- getNotInList() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`not_in` specifies that the field value cannot be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.UInt32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.UInt32Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in interface build.buf.validate.UInt32RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.UInt64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in class build.buf.validate.UInt64Rules
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInList() - Method in interface build.buf.validate.UInt64RulesOrBuilder
-
`not_in` requires the field value to not be equal to any of the specified values.
- getNotInOrBuilder(int) - Method in class build.buf.validate.DurationRules.Builder
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- getNotInOrBuilder(int) - Method in class build.buf.validate.DurationRules
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- getNotInOrBuilder(int) - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- getNotInOrBuilderList() - Method in class build.buf.validate.DurationRules.Builder
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- getNotInOrBuilderList() - Method in class build.buf.validate.DurationRules
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- getNotInOrBuilderList() - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- getNumber() - Method in enum class build.buf.validate.BytesRules.WellKnownCase
- getNumber() - Method in enum class build.buf.validate.DoubleRules.GreaterThanCase
- getNumber() - Method in enum class build.buf.validate.DoubleRules.LessThanCase
- getNumber() - Method in enum class build.buf.validate.DurationRules.GreaterThanCase
- getNumber() - Method in enum class build.buf.validate.DurationRules.LessThanCase
- getNumber() - Method in enum class build.buf.validate.FieldConstraints.TypeCase
- getNumber() - Method in enum class build.buf.validate.Fixed32Rules.GreaterThanCase
- getNumber() - Method in enum class build.buf.validate.Fixed32Rules.LessThanCase
- getNumber() - Method in enum class build.buf.validate.Fixed64Rules.GreaterThanCase
- getNumber() - Method in enum class build.buf.validate.Fixed64Rules.LessThanCase
- getNumber() - Method in enum class build.buf.validate.FloatRules.GreaterThanCase
- getNumber() - Method in enum class build.buf.validate.FloatRules.LessThanCase
- getNumber() - Method in enum class build.buf.validate.Ignore
- getNumber() - Method in enum class build.buf.validate.Int32Rules.GreaterThanCase
- getNumber() - Method in enum class build.buf.validate.Int32Rules.LessThanCase
- getNumber() - Method in enum class build.buf.validate.Int64Rules.GreaterThanCase
- getNumber() - Method in enum class build.buf.validate.Int64Rules.LessThanCase
- getNumber() - Method in enum class build.buf.validate.KnownRegex
- getNumber() - Method in enum class build.buf.validate.SFixed32Rules.GreaterThanCase
- getNumber() - Method in enum class build.buf.validate.SFixed32Rules.LessThanCase
- getNumber() - Method in enum class build.buf.validate.SFixed64Rules.GreaterThanCase
- getNumber() - Method in enum class build.buf.validate.SFixed64Rules.LessThanCase
- getNumber() - Method in enum class build.buf.validate.SInt32Rules.GreaterThanCase
- getNumber() - Method in enum class build.buf.validate.SInt32Rules.LessThanCase
- getNumber() - Method in enum class build.buf.validate.SInt64Rules.GreaterThanCase
- getNumber() - Method in enum class build.buf.validate.SInt64Rules.LessThanCase
- getNumber() - Method in enum class build.buf.validate.StringRules.WellKnownCase
- getNumber() - Method in enum class build.buf.validate.TimestampRules.GreaterThanCase
- getNumber() - Method in enum class build.buf.validate.TimestampRules.LessThanCase
- getNumber() - Method in enum class build.buf.validate.UInt32Rules.GreaterThanCase
- getNumber() - Method in enum class build.buf.validate.UInt32Rules.LessThanCase
- getNumber() - Method in enum class build.buf.validate.UInt64Rules.GreaterThanCase
- getNumber() - Method in enum class build.buf.validate.UInt64Rules.LessThanCase
- getParserForType() - Method in class build.buf.validate.AnyRules
- getParserForType() - Method in class build.buf.validate.BoolRules
- getParserForType() - Method in class build.buf.validate.BytesRules
- getParserForType() - Method in class build.buf.validate.Constraint
- getParserForType() - Method in class build.buf.validate.DoubleRules
- getParserForType() - Method in class build.buf.validate.DurationRules
- getParserForType() - Method in class build.buf.validate.EnumRules
- getParserForType() - Method in class build.buf.validate.FieldConstraints
- getParserForType() - Method in class build.buf.validate.Fixed32Rules
- getParserForType() - Method in class build.buf.validate.Fixed64Rules
- getParserForType() - Method in class build.buf.validate.FloatRules
- getParserForType() - Method in class build.buf.validate.Int32Rules
- getParserForType() - Method in class build.buf.validate.Int64Rules
- getParserForType() - Method in class build.buf.validate.MapRules
- getParserForType() - Method in class build.buf.validate.MessageConstraints
- getParserForType() - Method in class build.buf.validate.OneofConstraints
- getParserForType() - Method in class build.buf.validate.priv.Constraint
- getParserForType() - Method in class build.buf.validate.priv.FieldConstraints
- getParserForType() - Method in class build.buf.validate.RepeatedRules
- getParserForType() - Method in class build.buf.validate.SFixed32Rules
- getParserForType() - Method in class build.buf.validate.SFixed64Rules
- getParserForType() - Method in class build.buf.validate.SInt32Rules
- getParserForType() - Method in class build.buf.validate.SInt64Rules
- getParserForType() - Method in class build.buf.validate.StringRules
- getParserForType() - Method in class build.buf.validate.TimestampRules
- getParserForType() - Method in class build.buf.validate.UInt32Rules
- getParserForType() - Method in class build.buf.validate.UInt64Rules
- getParserForType() - Method in class build.buf.validate.Violation
- getParserForType() - Method in class build.buf.validate.Violations
- getPattern() - Method in class build.buf.validate.BytesRules.Builder
-
`pattern` requires the field value to match the specified regular expression ([RE2 syntax](https://github.com/google/re2/wiki/Syntax)).
- getPattern() - Method in class build.buf.validate.BytesRules
-
`pattern` requires the field value to match the specified regular expression ([RE2 syntax](https://github.com/google/re2/wiki/Syntax)).
- getPattern() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`pattern` requires the field value to match the specified regular expression ([RE2 syntax](https://github.com/google/re2/wiki/Syntax)).
- getPattern() - Method in class build.buf.validate.StringRules.Builder
-
`pattern` specifies that the field value must match the specified regular expression (RE2 syntax), with the expression provided without any delimiters.
- getPattern() - Method in class build.buf.validate.StringRules
-
`pattern` specifies that the field value must match the specified regular expression (RE2 syntax), with the expression provided without any delimiters.
- getPattern() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`pattern` specifies that the field value must match the specified regular expression (RE2 syntax), with the expression provided without any delimiters.
- getPatternBytes() - Method in class build.buf.validate.BytesRules.Builder
-
`pattern` requires the field value to match the specified regular expression ([RE2 syntax](https://github.com/google/re2/wiki/Syntax)).
- getPatternBytes() - Method in class build.buf.validate.BytesRules
-
`pattern` requires the field value to match the specified regular expression ([RE2 syntax](https://github.com/google/re2/wiki/Syntax)).
- getPatternBytes() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`pattern` requires the field value to match the specified regular expression ([RE2 syntax](https://github.com/google/re2/wiki/Syntax)).
- getPatternBytes() - Method in class build.buf.validate.StringRules.Builder
-
`pattern` specifies that the field value must match the specified regular expression (RE2 syntax), with the expression provided without any delimiters.
- getPatternBytes() - Method in class build.buf.validate.StringRules
-
`pattern` specifies that the field value must match the specified regular expression (RE2 syntax), with the expression provided without any delimiters.
- getPatternBytes() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`pattern` specifies that the field value must match the specified regular expression (RE2 syntax), with the expression provided without any delimiters.
- getPrefix() - Method in class build.buf.validate.BytesRules.Builder
-
`prefix` requires the field value to have the specified bytes at the beginning of the string.
- getPrefix() - Method in class build.buf.validate.BytesRules
-
`prefix` requires the field value to have the specified bytes at the beginning of the string.
- getPrefix() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`prefix` requires the field value to have the specified bytes at the beginning of the string.
- getPrefix() - Method in class build.buf.validate.StringRules.Builder
-
`prefix` specifies that the field value must have the specified substring at the beginning of the string.
- getPrefix() - Method in class build.buf.validate.StringRules
-
`prefix` specifies that the field value must have the specified substring at the beginning of the string.
- getPrefix() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`prefix` specifies that the field value must have the specified substring at the beginning of the string.
- getPrefixBytes() - Method in class build.buf.validate.StringRules.Builder
-
`prefix` specifies that the field value must have the specified substring at the beginning of the string.
- getPrefixBytes() - Method in class build.buf.validate.StringRules
-
`prefix` specifies that the field value must have the specified substring at the beginning of the string.
- getPrefixBytes() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`prefix` specifies that the field value must have the specified substring at the beginning of the string.
- getProgramOptions() - Method in class build.buf.protovalidate.internal.celext.ValidateLibrary
-
Returns the program options for the CEL program.
- getRepeated() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - getRepeated() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - getRepeated() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - getRepeatedBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - getRepeatedOrBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - getRepeatedOrBuilder() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - getRepeatedOrBuilder() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - getRequired() - Method in class build.buf.validate.FieldConstraints.Builder
-
If `required` is true, the field must be populated.
- getRequired() - Method in class build.buf.validate.FieldConstraints
-
If `required` is true, the field must be populated.
- getRequired() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
If `required` is true, the field must be populated.
- getRequired() - Method in class build.buf.validate.OneofConstraints.Builder
-
If `required` is true, exactly one field of the oneof must be present.
- getRequired() - Method in class build.buf.validate.OneofConstraints
-
If `required` is true, exactly one field of the oneof must be present.
- getRequired() - Method in interface build.buf.validate.OneofConstraintsOrBuilder
-
If `required` is true, exactly one field of the oneof must be present.
- getSerializedSize() - Method in class build.buf.validate.AnyRules
- getSerializedSize() - Method in class build.buf.validate.BoolRules
- getSerializedSize() - Method in class build.buf.validate.BytesRules
- getSerializedSize() - Method in class build.buf.validate.Constraint
- getSerializedSize() - Method in class build.buf.validate.DoubleRules
- getSerializedSize() - Method in class build.buf.validate.DurationRules
- getSerializedSize() - Method in class build.buf.validate.EnumRules
- getSerializedSize() - Method in class build.buf.validate.FieldConstraints
- getSerializedSize() - Method in class build.buf.validate.Fixed32Rules
- getSerializedSize() - Method in class build.buf.validate.Fixed64Rules
- getSerializedSize() - Method in class build.buf.validate.FloatRules
- getSerializedSize() - Method in class build.buf.validate.Int32Rules
- getSerializedSize() - Method in class build.buf.validate.Int64Rules
- getSerializedSize() - Method in class build.buf.validate.MapRules
- getSerializedSize() - Method in class build.buf.validate.MessageConstraints
- getSerializedSize() - Method in class build.buf.validate.OneofConstraints
- getSerializedSize() - Method in class build.buf.validate.priv.Constraint
- getSerializedSize() - Method in class build.buf.validate.priv.FieldConstraints
- getSerializedSize() - Method in class build.buf.validate.RepeatedRules
- getSerializedSize() - Method in class build.buf.validate.SFixed32Rules
- getSerializedSize() - Method in class build.buf.validate.SFixed64Rules
- getSerializedSize() - Method in class build.buf.validate.SInt32Rules
- getSerializedSize() - Method in class build.buf.validate.SInt64Rules
- getSerializedSize() - Method in class build.buf.validate.StringRules
- getSerializedSize() - Method in class build.buf.validate.TimestampRules
- getSerializedSize() - Method in class build.buf.validate.UInt32Rules
- getSerializedSize() - Method in class build.buf.validate.UInt64Rules
- getSerializedSize() - Method in class build.buf.validate.Violation
- getSerializedSize() - Method in class build.buf.validate.Violations
- getSfixed32() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - getSfixed32() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - getSfixed32() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - getSfixed32Builder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - getSfixed32OrBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - getSfixed32OrBuilder() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - getSfixed32OrBuilder() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - getSfixed64() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - getSfixed64() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - getSfixed64() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - getSfixed64Builder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - getSfixed64OrBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - getSfixed64OrBuilder() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - getSfixed64OrBuilder() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - getSint32() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - getSint32() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - getSint32() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - getSint32Builder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - getSint32OrBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - getSint32OrBuilder() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - getSint32OrBuilder() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - getSint64() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - getSint64() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - getSint64() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - getSint64Builder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - getSint64OrBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - getSint64OrBuilder() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - getSint64OrBuilder() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - getSkipped() - Method in class build.buf.validate.FieldConstraints.Builder
-
Deprecated.buf.validate.FieldConstraints.skipped is deprecated. See buf/validate/validate.proto;l=196
- getSkipped() - Method in class build.buf.validate.FieldConstraints
-
Deprecated.buf.validate.FieldConstraints.skipped is deprecated. See buf/validate/validate.proto;l=196
- getSkipped() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
Deprecated.buf.validate.FieldConstraints.skipped is deprecated. See buf/validate/validate.proto;l=196
- getStrict() - Method in class build.buf.validate.StringRules.Builder
-
This applies to regexes `HTTP_HEADER_NAME` and `HTTP_HEADER_VALUE` to enable strict header validation.
- getStrict() - Method in class build.buf.validate.StringRules
-
This applies to regexes `HTTP_HEADER_NAME` and `HTTP_HEADER_VALUE` to enable strict header validation.
- getStrict() - Method in interface build.buf.validate.StringRulesOrBuilder
-
This applies to regexes `HTTP_HEADER_NAME` and `HTTP_HEADER_VALUE` to enable strict header validation.
- getString() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - getString() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - getString() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - getStringBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - getStringOrBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - getStringOrBuilder() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - getStringOrBuilder() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - getSuffix() - Method in class build.buf.validate.BytesRules.Builder
-
`suffix` requires the field value to have the specified bytes at the end of the string.
- getSuffix() - Method in class build.buf.validate.BytesRules
-
`suffix` requires the field value to have the specified bytes at the end of the string.
- getSuffix() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`suffix` requires the field value to have the specified bytes at the end of the string.
- getSuffix() - Method in class build.buf.validate.StringRules.Builder
-
`suffix` specifies that the field value must have the specified substring at the end of the string.
- getSuffix() - Method in class build.buf.validate.StringRules
-
`suffix` specifies that the field value must have the specified substring at the end of the string.
- getSuffix() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`suffix` specifies that the field value must have the specified substring at the end of the string.
- getSuffixBytes() - Method in class build.buf.validate.StringRules.Builder
-
`suffix` specifies that the field value must have the specified substring at the end of the string.
- getSuffixBytes() - Method in class build.buf.validate.StringRules
-
`suffix` specifies that the field value must have the specified substring at the end of the string.
- getSuffixBytes() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`suffix` specifies that the field value must have the specified substring at the end of the string.
- getTimestamp() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; - getTimestamp() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; - getTimestamp() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; - getTimestampBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; - getTimestampOrBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; - getTimestampOrBuilder() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; - getTimestampOrBuilder() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; - getTuuid() - Method in class build.buf.validate.StringRules.Builder
-
`tuuid` (trimmed UUID) specifies that the field value must be a valid UUID as defined by [RFC 4122](https://tools.ietf.org/html/rfc4122#section-4.1.2) with all dashes omitted.
- getTuuid() - Method in class build.buf.validate.StringRules
-
`tuuid` (trimmed UUID) specifies that the field value must be a valid UUID as defined by [RFC 4122](https://tools.ietf.org/html/rfc4122#section-4.1.2) with all dashes omitted.
- getTuuid() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`tuuid` (trimmed UUID) specifies that the field value must be a valid UUID as defined by [RFC 4122](https://tools.ietf.org/html/rfc4122#section-4.1.2) with all dashes omitted.
- getTypeCase() - Method in class build.buf.validate.FieldConstraints.Builder
- getTypeCase() - Method in class build.buf.validate.FieldConstraints
- getTypeCase() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
- getUint32() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - getUint32() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - getUint32() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - getUint32Builder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - getUint32OrBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - getUint32OrBuilder() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - getUint32OrBuilder() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - getUint64() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - getUint64() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - getUint64() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - getUint64Builder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - getUint64OrBuilder() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - getUint64OrBuilder() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - getUint64OrBuilder() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - getUnique() - Method in class build.buf.validate.RepeatedRules.Builder
-
`unique` indicates that all elements in this field must be unique.
- getUnique() - Method in class build.buf.validate.RepeatedRules
-
`unique` indicates that all elements in this field must be unique.
- getUnique() - Method in interface build.buf.validate.RepeatedRulesOrBuilder
-
`unique` indicates that all elements in this field must be unique.
- getUri() - Method in class build.buf.validate.StringRules.Builder
-
`uri` specifies that the field value must be a valid, absolute URI as defined by [RFC 3986](https://tools.ietf.org/html/rfc3986#section-3).
- getUri() - Method in class build.buf.validate.StringRules
-
`uri` specifies that the field value must be a valid, absolute URI as defined by [RFC 3986](https://tools.ietf.org/html/rfc3986#section-3).
- getUri() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`uri` specifies that the field value must be a valid, absolute URI as defined by [RFC 3986](https://tools.ietf.org/html/rfc3986#section-3).
- getUriRef() - Method in class build.buf.validate.StringRules.Builder
-
`uri_ref` specifies that the field value must be a valid URI as defined by [RFC 3986](https://tools.ietf.org/html/rfc3986#section-3) and may be either relative or absolute.
- getUriRef() - Method in class build.buf.validate.StringRules
-
`uri_ref` specifies that the field value must be a valid URI as defined by [RFC 3986](https://tools.ietf.org/html/rfc3986#section-3) and may be either relative or absolute.
- getUriRef() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`uri_ref` specifies that the field value must be a valid URI as defined by [RFC 3986](https://tools.ietf.org/html/rfc3986#section-3) and may be either relative or absolute.
- getUuid() - Method in class build.buf.validate.StringRules.Builder
-
`uuid` specifies that the field value must be a valid UUID as defined by [RFC 4122](https://tools.ietf.org/html/rfc4122#section-4.1.2).
- getUuid() - Method in class build.buf.validate.StringRules
-
`uuid` specifies that the field value must be a valid UUID as defined by [RFC 4122](https://tools.ietf.org/html/rfc4122#section-4.1.2).
- getUuid() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`uuid` specifies that the field value must be a valid UUID as defined by [RFC 4122](https://tools.ietf.org/html/rfc4122#section-4.1.2).
- getValueDescriptor() - Method in enum class build.buf.validate.Ignore
- getValueDescriptor() - Method in enum class build.buf.validate.KnownRegex
- getValues() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the constraints to be applied to the value of each key in the field.
- getValues() - Method in class build.buf.validate.MapRules
-
Specifies the constraints to be applied to the value of each key in the field.
- getValues() - Method in interface build.buf.validate.MapRulesOrBuilder
-
Specifies the constraints to be applied to the value of each key in the field.
- getValuesBuilder() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the constraints to be applied to the value of each key in the field.
- getValuesOrBuilder() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the constraints to be applied to the value of each key in the field.
- getValuesOrBuilder() - Method in class build.buf.validate.MapRules
-
Specifies the constraints to be applied to the value of each key in the field.
- getValuesOrBuilder() - Method in interface build.buf.validate.MapRulesOrBuilder
-
Specifies the constraints to be applied to the value of each key in the field.
- getViolations() - Method in class build.buf.protovalidate.ValidationResult
-
Get the list of violations in the result.
- getViolations(int) - Method in class build.buf.validate.Violations.Builder
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- getViolations(int) - Method in class build.buf.validate.Violations
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- getViolations(int) - Method in interface build.buf.validate.ViolationsOrBuilder
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- getViolationsBuilder(int) - Method in class build.buf.validate.Violations.Builder
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- getViolationsBuilderList() - Method in class build.buf.validate.Violations.Builder
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- getViolationsCount() - Method in class build.buf.validate.Violations.Builder
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- getViolationsCount() - Method in class build.buf.validate.Violations
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- getViolationsCount() - Method in interface build.buf.validate.ViolationsOrBuilder
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- getViolationsList() - Method in class build.buf.validate.Violations.Builder
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- getViolationsList() - Method in class build.buf.validate.Violations
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- getViolationsList() - Method in interface build.buf.validate.ViolationsOrBuilder
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- getViolationsOrBuilder(int) - Method in class build.buf.validate.Violations.Builder
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- getViolationsOrBuilder(int) - Method in class build.buf.validate.Violations
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- getViolationsOrBuilder(int) - Method in interface build.buf.validate.ViolationsOrBuilder
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- getViolationsOrBuilderList() - Method in class build.buf.validate.Violations.Builder
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- getViolationsOrBuilderList() - Method in class build.buf.validate.Violations
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- getViolationsOrBuilderList() - Method in interface build.buf.validate.ViolationsOrBuilder
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- getWellKnownCase() - Method in class build.buf.validate.BytesRules.Builder
- getWellKnownCase() - Method in class build.buf.validate.BytesRules
- getWellKnownCase() - Method in interface build.buf.validate.BytesRulesOrBuilder
- getWellKnownCase() - Method in class build.buf.validate.StringRules.Builder
- getWellKnownCase() - Method in class build.buf.validate.StringRules
- getWellKnownCase() - Method in interface build.buf.validate.StringRulesOrBuilder
- getWellKnownRegex() - Method in class build.buf.validate.StringRules.Builder
-
`well_known_regex` specifies a common well-known pattern defined as a regex.
- getWellKnownRegex() - Method in class build.buf.validate.StringRules
-
`well_known_regex` specifies a common well-known pattern defined as a regex.
- getWellKnownRegex() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`well_known_regex` specifies a common well-known pattern defined as a regex.
- getWellKnownRegexValue() - Method in class build.buf.validate.StringRules.Builder
-
`well_known_regex` specifies a common well-known pattern defined as a regex.
- getWellKnownRegexValue() - Method in class build.buf.validate.StringRules
-
`well_known_regex` specifies a common well-known pattern defined as a regex.
- getWellKnownRegexValue() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`well_known_regex` specifies a common well-known pattern defined as a regex.
- getWithin() - Method in class build.buf.validate.TimestampRules.Builder
-
`within` specifies that this field, of the `google.protobuf.Timestamp` type, must be within the specified duration of the current time.
- getWithin() - Method in class build.buf.validate.TimestampRules
-
`within` specifies that this field, of the `google.protobuf.Timestamp` type, must be within the specified duration of the current time.
- getWithin() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
`within` specifies that this field, of the `google.protobuf.Timestamp` type, must be within the specified duration of the current time.
- getWithinBuilder() - Method in class build.buf.validate.TimestampRules.Builder
-
`within` specifies that this field, of the `google.protobuf.Timestamp` type, must be within the specified duration of the current time.
- getWithinOrBuilder() - Method in class build.buf.validate.TimestampRules.Builder
-
`within` specifies that this field, of the `google.protobuf.Timestamp` type, must be within the specified duration of the current time.
- getWithinOrBuilder() - Method in class build.buf.validate.TimestampRules
-
`within` specifies that this field, of the `google.protobuf.Timestamp` type, must be within the specified duration of the current time.
- getWithinOrBuilder() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
`within` specifies that this field, of the `google.protobuf.Timestamp` type, must be within the specified duration of the current time.
- GREATERTHAN_NOT_SET - Enum constant in enum class build.buf.validate.DoubleRules.GreaterThanCase
- GREATERTHAN_NOT_SET - Enum constant in enum class build.buf.validate.DurationRules.GreaterThanCase
- GREATERTHAN_NOT_SET - Enum constant in enum class build.buf.validate.Fixed32Rules.GreaterThanCase
- GREATERTHAN_NOT_SET - Enum constant in enum class build.buf.validate.Fixed64Rules.GreaterThanCase
- GREATERTHAN_NOT_SET - Enum constant in enum class build.buf.validate.FloatRules.GreaterThanCase
- GREATERTHAN_NOT_SET - Enum constant in enum class build.buf.validate.Int32Rules.GreaterThanCase
- GREATERTHAN_NOT_SET - Enum constant in enum class build.buf.validate.Int64Rules.GreaterThanCase
- GREATERTHAN_NOT_SET - Enum constant in enum class build.buf.validate.SFixed32Rules.GreaterThanCase
- GREATERTHAN_NOT_SET - Enum constant in enum class build.buf.validate.SFixed64Rules.GreaterThanCase
- GREATERTHAN_NOT_SET - Enum constant in enum class build.buf.validate.SInt32Rules.GreaterThanCase
- GREATERTHAN_NOT_SET - Enum constant in enum class build.buf.validate.SInt64Rules.GreaterThanCase
- GREATERTHAN_NOT_SET - Enum constant in enum class build.buf.validate.TimestampRules.GreaterThanCase
- GREATERTHAN_NOT_SET - Enum constant in enum class build.buf.validate.UInt32Rules.GreaterThanCase
- GREATERTHAN_NOT_SET - Enum constant in enum class build.buf.validate.UInt64Rules.GreaterThanCase
- GT - Enum constant in enum class build.buf.validate.DoubleRules.GreaterThanCase
- GT - Enum constant in enum class build.buf.validate.DurationRules.GreaterThanCase
- GT - Enum constant in enum class build.buf.validate.Fixed32Rules.GreaterThanCase
- GT - Enum constant in enum class build.buf.validate.Fixed64Rules.GreaterThanCase
- GT - Enum constant in enum class build.buf.validate.FloatRules.GreaterThanCase
- GT - Enum constant in enum class build.buf.validate.Int32Rules.GreaterThanCase
- GT - Enum constant in enum class build.buf.validate.Int64Rules.GreaterThanCase
- GT - Enum constant in enum class build.buf.validate.SFixed32Rules.GreaterThanCase
- GT - Enum constant in enum class build.buf.validate.SFixed64Rules.GreaterThanCase
- GT - Enum constant in enum class build.buf.validate.SInt32Rules.GreaterThanCase
- GT - Enum constant in enum class build.buf.validate.SInt64Rules.GreaterThanCase
- GT - Enum constant in enum class build.buf.validate.TimestampRules.GreaterThanCase
- GT - Enum constant in enum class build.buf.validate.UInt32Rules.GreaterThanCase
- GT - Enum constant in enum class build.buf.validate.UInt64Rules.GreaterThanCase
- GT_FIELD_NUMBER - Static variable in class build.buf.validate.DoubleRules
- GT_FIELD_NUMBER - Static variable in class build.buf.validate.DurationRules
- GT_FIELD_NUMBER - Static variable in class build.buf.validate.Fixed32Rules
- GT_FIELD_NUMBER - Static variable in class build.buf.validate.Fixed64Rules
- GT_FIELD_NUMBER - Static variable in class build.buf.validate.FloatRules
- GT_FIELD_NUMBER - Static variable in class build.buf.validate.Int32Rules
- GT_FIELD_NUMBER - Static variable in class build.buf.validate.Int64Rules
- GT_FIELD_NUMBER - Static variable in class build.buf.validate.SFixed32Rules
- GT_FIELD_NUMBER - Static variable in class build.buf.validate.SFixed64Rules
- GT_FIELD_NUMBER - Static variable in class build.buf.validate.SInt32Rules
- GT_FIELD_NUMBER - Static variable in class build.buf.validate.SInt64Rules
- GT_FIELD_NUMBER - Static variable in class build.buf.validate.TimestampRules
- GT_FIELD_NUMBER - Static variable in class build.buf.validate.UInt32Rules
- GT_FIELD_NUMBER - Static variable in class build.buf.validate.UInt64Rules
- GT_NOW - Enum constant in enum class build.buf.validate.TimestampRules.GreaterThanCase
- GT_NOW_FIELD_NUMBER - Static variable in class build.buf.validate.TimestampRules
- GTE - Enum constant in enum class build.buf.validate.DoubleRules.GreaterThanCase
- GTE - Enum constant in enum class build.buf.validate.DurationRules.GreaterThanCase
- GTE - Enum constant in enum class build.buf.validate.Fixed32Rules.GreaterThanCase
- GTE - Enum constant in enum class build.buf.validate.Fixed64Rules.GreaterThanCase
- GTE - Enum constant in enum class build.buf.validate.FloatRules.GreaterThanCase
- GTE - Enum constant in enum class build.buf.validate.Int32Rules.GreaterThanCase
- GTE - Enum constant in enum class build.buf.validate.Int64Rules.GreaterThanCase
- GTE - Enum constant in enum class build.buf.validate.SFixed32Rules.GreaterThanCase
- GTE - Enum constant in enum class build.buf.validate.SFixed64Rules.GreaterThanCase
- GTE - Enum constant in enum class build.buf.validate.SInt32Rules.GreaterThanCase
- GTE - Enum constant in enum class build.buf.validate.SInt64Rules.GreaterThanCase
- GTE - Enum constant in enum class build.buf.validate.TimestampRules.GreaterThanCase
- GTE - Enum constant in enum class build.buf.validate.UInt32Rules.GreaterThanCase
- GTE - Enum constant in enum class build.buf.validate.UInt64Rules.GreaterThanCase
- GTE_FIELD_NUMBER - Static variable in class build.buf.validate.DoubleRules
- GTE_FIELD_NUMBER - Static variable in class build.buf.validate.DurationRules
- GTE_FIELD_NUMBER - Static variable in class build.buf.validate.Fixed32Rules
- GTE_FIELD_NUMBER - Static variable in class build.buf.validate.Fixed64Rules
- GTE_FIELD_NUMBER - Static variable in class build.buf.validate.FloatRules
- GTE_FIELD_NUMBER - Static variable in class build.buf.validate.Int32Rules
- GTE_FIELD_NUMBER - Static variable in class build.buf.validate.Int64Rules
- GTE_FIELD_NUMBER - Static variable in class build.buf.validate.SFixed32Rules
- GTE_FIELD_NUMBER - Static variable in class build.buf.validate.SFixed64Rules
- GTE_FIELD_NUMBER - Static variable in class build.buf.validate.SInt32Rules
- GTE_FIELD_NUMBER - Static variable in class build.buf.validate.SInt64Rules
- GTE_FIELD_NUMBER - Static variable in class build.buf.validate.TimestampRules
- GTE_FIELD_NUMBER - Static variable in class build.buf.validate.UInt32Rules
- GTE_FIELD_NUMBER - Static variable in class build.buf.validate.UInt64Rules
H
- hasAddress() - Method in class build.buf.validate.StringRules.Builder
-
`address` specifies that the field value must be either a valid hostname as defined by [RFC 1034](https://tools.ietf.org/html/rfc1034#section-3.5) (which doesn't support internationalized domain names or IDNs) or a valid IP (v4 or v6).
- hasAddress() - Method in class build.buf.validate.StringRules
-
`address` specifies that the field value must be either a valid hostname as defined by [RFC 1034](https://tools.ietf.org/html/rfc1034#section-3.5) (which doesn't support internationalized domain names or IDNs) or a valid IP (v4 or v6).
- hasAddress() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`address` specifies that the field value must be either a valid hostname as defined by [RFC 1034](https://tools.ietf.org/html/rfc1034#section-3.5) (which doesn't support internationalized domain names or IDNs) or a valid IP (v4 or v6).
- hasAny() - Method in class build.buf.validate.FieldConstraints.Builder
-
Well-Known Field Types
- hasAny() - Method in class build.buf.validate.FieldConstraints
-
Well-Known Field Types
- hasAny() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
Well-Known Field Types
- hasBool() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - hasBool() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - hasBool() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - hasBytes() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - hasBytes() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - hasBytes() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - hasConst() - Method in class build.buf.validate.BoolRules.Builder
-
`const` requires the field value to exactly match the specified boolean value.
- hasConst() - Method in class build.buf.validate.BoolRules
-
`const` requires the field value to exactly match the specified boolean value.
- hasConst() - Method in interface build.buf.validate.BoolRulesOrBuilder
-
`const` requires the field value to exactly match the specified boolean value.
- hasConst() - Method in class build.buf.validate.BytesRules.Builder
-
`const` requires the field value to exactly match the specified bytes value.
- hasConst() - Method in class build.buf.validate.BytesRules
-
`const` requires the field value to exactly match the specified bytes value.
- hasConst() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`const` requires the field value to exactly match the specified bytes value.
- hasConst() - Method in class build.buf.validate.DoubleRules.Builder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.DoubleRules
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in interface build.buf.validate.DoubleRulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.DurationRules.Builder
-
`const` dictates that the field must match the specified value of the `google.protobuf.Duration` type exactly.
- hasConst() - Method in class build.buf.validate.DurationRules
-
`const` dictates that the field must match the specified value of the `google.protobuf.Duration` type exactly.
- hasConst() - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`const` dictates that the field must match the specified value of the `google.protobuf.Duration` type exactly.
- hasConst() - Method in class build.buf.validate.EnumRules.Builder
-
`const` requires the field value to exactly match the specified enum value.
- hasConst() - Method in class build.buf.validate.EnumRules
-
`const` requires the field value to exactly match the specified enum value.
- hasConst() - Method in interface build.buf.validate.EnumRulesOrBuilder
-
`const` requires the field value to exactly match the specified enum value.
- hasConst() - Method in class build.buf.validate.Fixed32Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.Fixed32Rules
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in interface build.buf.validate.Fixed32RulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.Fixed64Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.Fixed64Rules
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in interface build.buf.validate.Fixed64RulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.FloatRules.Builder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.FloatRules
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in interface build.buf.validate.FloatRulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.Int32Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.Int32Rules
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in interface build.buf.validate.Int32RulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.Int64Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.Int64Rules
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in interface build.buf.validate.Int64RulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.SFixed32Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.SFixed32Rules
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in interface build.buf.validate.SFixed32RulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.SFixed64Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.SFixed64Rules
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in interface build.buf.validate.SFixed64RulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.SInt32Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.SInt32Rules
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in interface build.buf.validate.SInt32RulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.SInt64Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.SInt64Rules
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in interface build.buf.validate.SInt64RulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.StringRules.Builder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.StringRules
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.TimestampRules.Builder
-
`const` dictates that this field, of the `google.protobuf.Timestamp` type, must exactly match the specified value.
- hasConst() - Method in class build.buf.validate.TimestampRules
-
`const` dictates that this field, of the `google.protobuf.Timestamp` type, must exactly match the specified value.
- hasConst() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
`const` dictates that this field, of the `google.protobuf.Timestamp` type, must exactly match the specified value.
- hasConst() - Method in class build.buf.validate.UInt32Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.UInt32Rules
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in interface build.buf.validate.UInt32RulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.UInt64Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in class build.buf.validate.UInt64Rules
-
`const` requires the field value to exactly match the specified value.
- hasConst() - Method in interface build.buf.validate.UInt64RulesOrBuilder
-
`const` requires the field value to exactly match the specified value.
- hasContains() - Method in class build.buf.validate.BytesRules.Builder
-
`contains` requires the field value to have the specified bytes anywhere in the string.
- hasContains() - Method in class build.buf.validate.BytesRules
-
`contains` requires the field value to have the specified bytes anywhere in the string.
- hasContains() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`contains` requires the field value to have the specified bytes anywhere in the string.
- hasContains() - Method in class build.buf.validate.StringRules.Builder
-
`contains` specifies that the field value must have the specified substring anywhere in the string.
- hasContains() - Method in class build.buf.validate.StringRules
-
`contains` specifies that the field value must have the specified substring anywhere in the string.
- hasContains() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`contains` specifies that the field value must have the specified substring anywhere in the string.
- hasDefinedOnly() - Method in class build.buf.validate.EnumRules.Builder
-
`defined_only` requires the field value to be one of the defined values for this enum, failing on any undefined value.
- hasDefinedOnly() - Method in class build.buf.validate.EnumRules
-
`defined_only` requires the field value to be one of the defined values for this enum, failing on any undefined value.
- hasDefinedOnly() - Method in interface build.buf.validate.EnumRulesOrBuilder
-
`defined_only` requires the field value to be one of the defined values for this enum, failing on any undefined value.
- hasDisabled() - Method in class build.buf.validate.MessageConstraints.Builder
-
`disabled` is a boolean flag that, when set to true, nullifies any validation rules for this message.
- hasDisabled() - Method in class build.buf.validate.MessageConstraints
-
`disabled` is a boolean flag that, when set to true, nullifies any validation rules for this message.
- hasDisabled() - Method in interface build.buf.validate.MessageConstraintsOrBuilder
-
`disabled` is a boolean flag that, when set to true, nullifies any validation rules for this message.
- hasDouble() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - hasDouble() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - hasDouble() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - hasDuration() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - hasDuration() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - hasDuration() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - hasEmail() - Method in class build.buf.validate.StringRules.Builder
-
`email` specifies that the field value must be a valid email address (addr-spec only) as defined by [RFC 5322](https://tools.ietf.org/html/rfc5322#section-3.4.1).
- hasEmail() - Method in class build.buf.validate.StringRules
-
`email` specifies that the field value must be a valid email address (addr-spec only) as defined by [RFC 5322](https://tools.ietf.org/html/rfc5322#section-3.4.1).
- hasEmail() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`email` specifies that the field value must be a valid email address (addr-spec only) as defined by [RFC 5322](https://tools.ietf.org/html/rfc5322#section-3.4.1).
- hasEnum() - Method in class build.buf.validate.FieldConstraints.Builder
-
Complex Field Types
- hasEnum() - Method in class build.buf.validate.FieldConstraints
-
Complex Field Types
- hasEnum() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
Complex Field Types
- hasFixed32() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - hasFixed32() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - hasFixed32() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - hasFixed64() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - hasFixed64() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - hasFixed64() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - hasFloat() - Method in class build.buf.validate.FieldConstraints.Builder
-
Scalar Field Types
- hasFloat() - Method in class build.buf.validate.FieldConstraints
-
Scalar Field Types
- hasFloat() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
Scalar Field Types
- hasGt() - Method in class build.buf.validate.DoubleRules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.DoubleRules
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in interface build.buf.validate.DoubleRulesOrBuilder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.DurationRules.Builder
-
`gt` requires the duration field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.DurationRules
-
`gt` requires the duration field value to be greater than the specified value (exclusive).
- hasGt() - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`gt` requires the duration field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.Fixed32Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.Fixed32Rules
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in interface build.buf.validate.Fixed32RulesOrBuilder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.Fixed64Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.Fixed64Rules
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in interface build.buf.validate.Fixed64RulesOrBuilder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.FloatRules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.FloatRules
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in interface build.buf.validate.FloatRulesOrBuilder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.Int32Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.Int32Rules
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in interface build.buf.validate.Int32RulesOrBuilder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.Int64Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.Int64Rules
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in interface build.buf.validate.Int64RulesOrBuilder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.SFixed32Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.SFixed32Rules
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in interface build.buf.validate.SFixed32RulesOrBuilder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.SFixed64Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.SFixed64Rules
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in interface build.buf.validate.SFixed64RulesOrBuilder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.SInt32Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.SInt32Rules
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in interface build.buf.validate.SInt32RulesOrBuilder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.SInt64Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.SInt64Rules
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in interface build.buf.validate.SInt64RulesOrBuilder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.TimestampRules.Builder
-
`gt` requires the timestamp field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.TimestampRules
-
`gt` requires the timestamp field value to be greater than the specified value (exclusive).
- hasGt() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
`gt` requires the timestamp field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.UInt32Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.UInt32Rules
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in interface build.buf.validate.UInt32RulesOrBuilder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.UInt64Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in class build.buf.validate.UInt64Rules
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGt() - Method in interface build.buf.validate.UInt64RulesOrBuilder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.DoubleRules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.DoubleRules
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in interface build.buf.validate.DoubleRulesOrBuilder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.DurationRules.Builder
-
`gte` requires the duration field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.DurationRules
-
`gte` requires the duration field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`gte` requires the duration field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.Fixed32Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.Fixed32Rules
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in interface build.buf.validate.Fixed32RulesOrBuilder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.Fixed64Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.Fixed64Rules
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in interface build.buf.validate.Fixed64RulesOrBuilder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.FloatRules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.FloatRules
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in interface build.buf.validate.FloatRulesOrBuilder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.Int32Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.Int32Rules
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in interface build.buf.validate.Int32RulesOrBuilder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.Int64Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.Int64Rules
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in interface build.buf.validate.Int64RulesOrBuilder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.SFixed32Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.SFixed32Rules
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in interface build.buf.validate.SFixed32RulesOrBuilder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.SFixed64Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.SFixed64Rules
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in interface build.buf.validate.SFixed64RulesOrBuilder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.SInt32Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.SInt32Rules
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in interface build.buf.validate.SInt32RulesOrBuilder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.SInt64Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.SInt64Rules
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in interface build.buf.validate.SInt64RulesOrBuilder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.TimestampRules.Builder
-
`gte` requires the timestamp field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.TimestampRules
-
`gte` requires the timestamp field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
`gte` requires the timestamp field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.UInt32Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.UInt32Rules
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in interface build.buf.validate.UInt32RulesOrBuilder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.UInt64Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in class build.buf.validate.UInt64Rules
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGte() - Method in interface build.buf.validate.UInt64RulesOrBuilder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- hasGtNow() - Method in class build.buf.validate.TimestampRules.Builder
-
`gt_now` specifies that this field, of the `google.protobuf.Timestamp` type, must be greater than the current time.
- hasGtNow() - Method in class build.buf.validate.TimestampRules
-
`gt_now` specifies that this field, of the `google.protobuf.Timestamp` type, must be greater than the current time.
- hasGtNow() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
`gt_now` specifies that this field, of the `google.protobuf.Timestamp` type, must be greater than the current time.
- hashCode() - Method in class build.buf.validate.AnyRules
- hashCode() - Method in class build.buf.validate.BoolRules
- hashCode() - Method in class build.buf.validate.BytesRules
- hashCode() - Method in class build.buf.validate.Constraint
- hashCode() - Method in class build.buf.validate.DoubleRules
- hashCode() - Method in class build.buf.validate.DurationRules
- hashCode() - Method in class build.buf.validate.EnumRules
- hashCode() - Method in class build.buf.validate.FieldConstraints
- hashCode() - Method in class build.buf.validate.Fixed32Rules
- hashCode() - Method in class build.buf.validate.Fixed64Rules
- hashCode() - Method in class build.buf.validate.FloatRules
- hashCode() - Method in class build.buf.validate.Int32Rules
- hashCode() - Method in class build.buf.validate.Int64Rules
- hashCode() - Method in class build.buf.validate.MapRules
- hashCode() - Method in class build.buf.validate.MessageConstraints
- hashCode() - Method in class build.buf.validate.OneofConstraints
- hashCode() - Method in class build.buf.validate.priv.Constraint
- hashCode() - Method in class build.buf.validate.priv.FieldConstraints
- hashCode() - Method in class build.buf.validate.RepeatedRules
- hashCode() - Method in class build.buf.validate.SFixed32Rules
- hashCode() - Method in class build.buf.validate.SFixed64Rules
- hashCode() - Method in class build.buf.validate.SInt32Rules
- hashCode() - Method in class build.buf.validate.SInt64Rules
- hashCode() - Method in class build.buf.validate.StringRules
- hashCode() - Method in class build.buf.validate.TimestampRules
- hashCode() - Method in class build.buf.validate.UInt32Rules
- hashCode() - Method in class build.buf.validate.UInt64Rules
- hashCode() - Method in class build.buf.validate.Violation
- hashCode() - Method in class build.buf.validate.Violations
- hasHostAndPort() - Method in class build.buf.validate.StringRules.Builder
-
`host_and_port` specifies the field value must be a valid host and port pair.
- hasHostAndPort() - Method in class build.buf.validate.StringRules
-
`host_and_port` specifies the field value must be a valid host and port pair.
- hasHostAndPort() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`host_and_port` specifies the field value must be a valid host and port pair.
- hasHostname() - Method in class build.buf.validate.StringRules.Builder
-
`hostname` specifies that the field value must be a valid hostname as defined by [RFC 1034](https://tools.ietf.org/html/rfc1034#section-3.5).
- hasHostname() - Method in class build.buf.validate.StringRules
-
`hostname` specifies that the field value must be a valid hostname as defined by [RFC 1034](https://tools.ietf.org/html/rfc1034#section-3.5).
- hasHostname() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`hostname` specifies that the field value must be a valid hostname as defined by [RFC 1034](https://tools.ietf.org/html/rfc1034#section-3.5).
- hasInt32() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - hasInt32() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - hasInt32() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - hasInt64() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - hasInt64() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - hasInt64() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - hasIp() - Method in class build.buf.validate.BytesRules.Builder
-
`ip` ensures that the field `value` is a valid IP address (v4 or v6) in byte format.
- hasIp() - Method in class build.buf.validate.BytesRules
-
`ip` ensures that the field `value` is a valid IP address (v4 or v6) in byte format.
- hasIp() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`ip` ensures that the field `value` is a valid IP address (v4 or v6) in byte format.
- hasIp() - Method in class build.buf.validate.StringRules.Builder
-
`ip` specifies that the field value must be a valid IP (v4 or v6) address, without surrounding square brackets for IPv6 addresses.
- hasIp() - Method in class build.buf.validate.StringRules
-
`ip` specifies that the field value must be a valid IP (v4 or v6) address, without surrounding square brackets for IPv6 addresses.
- hasIp() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ip` specifies that the field value must be a valid IP (v4 or v6) address, without surrounding square brackets for IPv6 addresses.
- hasIpPrefix() - Method in class build.buf.validate.StringRules.Builder
-
`ip_prefix` specifies that the field value must be a valid IP (v4 or v6) prefix.
- hasIpPrefix() - Method in class build.buf.validate.StringRules
-
`ip_prefix` specifies that the field value must be a valid IP (v4 or v6) prefix.
- hasIpPrefix() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ip_prefix` specifies that the field value must be a valid IP (v4 or v6) prefix.
- hasIpv4() - Method in class build.buf.validate.BytesRules.Builder
-
`ipv4` ensures that the field `value` is a valid IPv4 address in byte format.
- hasIpv4() - Method in class build.buf.validate.BytesRules
-
`ipv4` ensures that the field `value` is a valid IPv4 address in byte format.
- hasIpv4() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`ipv4` ensures that the field `value` is a valid IPv4 address in byte format.
- hasIpv4() - Method in class build.buf.validate.StringRules.Builder
-
`ipv4` specifies that the field value must be a valid IPv4 address.
- hasIpv4() - Method in class build.buf.validate.StringRules
-
`ipv4` specifies that the field value must be a valid IPv4 address.
- hasIpv4() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ipv4` specifies that the field value must be a valid IPv4 address.
- hasIpv4Prefix() - Method in class build.buf.validate.StringRules.Builder
-
`ipv4_prefix` specifies that the field value must be a valid IPv4 prefix.
- hasIpv4Prefix() - Method in class build.buf.validate.StringRules
-
`ipv4_prefix` specifies that the field value must be a valid IPv4 prefix.
- hasIpv4Prefix() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ipv4_prefix` specifies that the field value must be a valid IPv4 prefix.
- hasIpv4WithPrefixlen() - Method in class build.buf.validate.StringRules.Builder
-
`ipv4_with_prefixlen` specifies that the field value must be a valid IPv4 address with prefix.
- hasIpv4WithPrefixlen() - Method in class build.buf.validate.StringRules
-
`ipv4_with_prefixlen` specifies that the field value must be a valid IPv4 address with prefix.
- hasIpv4WithPrefixlen() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ipv4_with_prefixlen` specifies that the field value must be a valid IPv4 address with prefix.
- hasIpv6() - Method in class build.buf.validate.BytesRules.Builder
-
`ipv6` ensures that the field `value` is a valid IPv6 address in byte format.
- hasIpv6() - Method in class build.buf.validate.BytesRules
-
`ipv6` ensures that the field `value` is a valid IPv6 address in byte format.
- hasIpv6() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`ipv6` ensures that the field `value` is a valid IPv6 address in byte format.
- hasIpv6() - Method in class build.buf.validate.StringRules.Builder
-
`ipv6` specifies that the field value must be a valid IPv6 address, without surrounding square brackets.
- hasIpv6() - Method in class build.buf.validate.StringRules
-
`ipv6` specifies that the field value must be a valid IPv6 address, without surrounding square brackets.
- hasIpv6() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ipv6` specifies that the field value must be a valid IPv6 address, without surrounding square brackets.
- hasIpv6Prefix() - Method in class build.buf.validate.StringRules.Builder
-
`ipv6_prefix` specifies that the field value must be a valid IPv6 prefix.
- hasIpv6Prefix() - Method in class build.buf.validate.StringRules
-
`ipv6_prefix` specifies that the field value must be a valid IPv6 prefix.
- hasIpv6Prefix() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ipv6_prefix` specifies that the field value must be a valid IPv6 prefix.
- hasIpv6WithPrefixlen() - Method in class build.buf.validate.StringRules.Builder
-
`ipv6_with_prefixlen` specifies that the field value must be a valid IPv6 address with prefix length.
- hasIpv6WithPrefixlen() - Method in class build.buf.validate.StringRules
-
`ipv6_with_prefixlen` specifies that the field value must be a valid IPv6 address with prefix length.
- hasIpv6WithPrefixlen() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ipv6_with_prefixlen` specifies that the field value must be a valid IPv6 address with prefix length.
- hasIpWithPrefixlen() - Method in class build.buf.validate.StringRules.Builder
-
`ip_with_prefixlen` specifies that the field value must be a valid IP (v4 or v6) address with prefix length.
- hasIpWithPrefixlen() - Method in class build.buf.validate.StringRules
-
`ip_with_prefixlen` specifies that the field value must be a valid IP (v4 or v6) address with prefix length.
- hasIpWithPrefixlen() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ip_with_prefixlen` specifies that the field value must be a valid IP (v4 or v6) address with prefix length.
- hasItems() - Method in class build.buf.validate.RepeatedRules.Builder
-
`items` details the constraints to be applied to each item in the field.
- hasItems() - Method in class build.buf.validate.RepeatedRules
-
`items` details the constraints to be applied to each item in the field.
- hasItems() - Method in interface build.buf.validate.RepeatedRulesOrBuilder
-
`items` details the constraints to be applied to each item in the field.
- hasKeys() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the constraints to be applied to each key in the field.
- hasKeys() - Method in class build.buf.validate.MapRules
-
Specifies the constraints to be applied to each key in the field.
- hasKeys() - Method in interface build.buf.validate.MapRulesOrBuilder
-
Specifies the constraints to be applied to each key in the field.
- hasLen() - Method in class build.buf.validate.BytesRules.Builder
-
`len` requires the field value to have the specified length in bytes.
- hasLen() - Method in class build.buf.validate.BytesRules
-
`len` requires the field value to have the specified length in bytes.
- hasLen() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`len` requires the field value to have the specified length in bytes.
- hasLen() - Method in class build.buf.validate.StringRules.Builder
-
`len` dictates that the field value must have the specified number of characters (Unicode code points), which may differ from the number of bytes in the string.
- hasLen() - Method in class build.buf.validate.StringRules
-
`len` dictates that the field value must have the specified number of characters (Unicode code points), which may differ from the number of bytes in the string.
- hasLen() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`len` dictates that the field value must have the specified number of characters (Unicode code points), which may differ from the number of bytes in the string.
- hasLenBytes() - Method in class build.buf.validate.StringRules.Builder
-
`len_bytes` dictates that the field value must have the specified number of bytes.
- hasLenBytes() - Method in class build.buf.validate.StringRules
-
`len_bytes` dictates that the field value must have the specified number of bytes.
- hasLenBytes() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`len_bytes` dictates that the field value must have the specified number of bytes.
- hasLt() - Method in class build.buf.validate.DoubleRules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.DoubleRules
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in interface build.buf.validate.DoubleRulesOrBuilder
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.DurationRules.Builder
-
`lt` stipulates that the field must be less than the specified value of the `google.protobuf.Duration` type, exclusive.
- hasLt() - Method in class build.buf.validate.DurationRules
-
`lt` stipulates that the field must be less than the specified value of the `google.protobuf.Duration` type, exclusive.
- hasLt() - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`lt` stipulates that the field must be less than the specified value of the `google.protobuf.Duration` type, exclusive.
- hasLt() - Method in class build.buf.validate.Fixed32Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.Fixed32Rules
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in interface build.buf.validate.Fixed32RulesOrBuilder
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.Fixed64Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.Fixed64Rules
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in interface build.buf.validate.Fixed64RulesOrBuilder
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.FloatRules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.FloatRules
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in interface build.buf.validate.FloatRulesOrBuilder
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.Int32Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.Int32Rules
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in interface build.buf.validate.Int32RulesOrBuilder
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.Int64Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.Int64Rules
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in interface build.buf.validate.Int64RulesOrBuilder
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.SFixed32Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.SFixed32Rules
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in interface build.buf.validate.SFixed32RulesOrBuilder
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.SFixed64Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.SFixed64Rules
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in interface build.buf.validate.SFixed64RulesOrBuilder
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.SInt32Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.SInt32Rules
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in interface build.buf.validate.SInt32RulesOrBuilder
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.SInt64Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.SInt64Rules
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in interface build.buf.validate.SInt64RulesOrBuilder
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.TimestampRules.Builder
-
requires the duration field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.TimestampRules
-
requires the duration field value to be less than the specified value (field < value).
- hasLt() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
requires the duration field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.UInt32Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.UInt32Rules
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in interface build.buf.validate.UInt32RulesOrBuilder
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.UInt64Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in class build.buf.validate.UInt64Rules
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLt() - Method in interface build.buf.validate.UInt64RulesOrBuilder
-
`lt` requires the field value to be less than the specified value (field < value).
- hasLte() - Method in class build.buf.validate.DoubleRules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.DoubleRules
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in interface build.buf.validate.DoubleRulesOrBuilder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.DurationRules.Builder
-
`lte` indicates that the field must be less than or equal to the specified value of the `google.protobuf.Duration` type, inclusive.
- hasLte() - Method in class build.buf.validate.DurationRules
-
`lte` indicates that the field must be less than or equal to the specified value of the `google.protobuf.Duration` type, inclusive.
- hasLte() - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`lte` indicates that the field must be less than or equal to the specified value of the `google.protobuf.Duration` type, inclusive.
- hasLte() - Method in class build.buf.validate.Fixed32Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.Fixed32Rules
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in interface build.buf.validate.Fixed32RulesOrBuilder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.Fixed64Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.Fixed64Rules
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in interface build.buf.validate.Fixed64RulesOrBuilder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.FloatRules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.FloatRules
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in interface build.buf.validate.FloatRulesOrBuilder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.Int32Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.Int32Rules
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in interface build.buf.validate.Int32RulesOrBuilder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.Int64Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.Int64Rules
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in interface build.buf.validate.Int64RulesOrBuilder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.SFixed32Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.SFixed32Rules
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in interface build.buf.validate.SFixed32RulesOrBuilder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.SFixed64Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.SFixed64Rules
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in interface build.buf.validate.SFixed64RulesOrBuilder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.SInt32Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.SInt32Rules
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in interface build.buf.validate.SInt32RulesOrBuilder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.SInt64Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.SInt64Rules
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in interface build.buf.validate.SInt64RulesOrBuilder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.TimestampRules.Builder
-
requires the timestamp field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.TimestampRules
-
requires the timestamp field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
requires the timestamp field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.UInt32Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.UInt32Rules
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in interface build.buf.validate.UInt32RulesOrBuilder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.UInt64Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in class build.buf.validate.UInt64Rules
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLte() - Method in interface build.buf.validate.UInt64RulesOrBuilder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- hasLtNow() - Method in class build.buf.validate.TimestampRules.Builder
-
`lt_now` specifies that this field, of the `google.protobuf.Timestamp` type, must be less than the current time.
- hasLtNow() - Method in class build.buf.validate.TimestampRules
-
`lt_now` specifies that this field, of the `google.protobuf.Timestamp` type, must be less than the current time.
- hasLtNow() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
`lt_now` specifies that this field, of the `google.protobuf.Timestamp` type, must be less than the current time.
- hasMap() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.MapRules map = 19 [json_name = "map"]; - hasMap() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.MapRules map = 19 [json_name = "map"]; - hasMap() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.MapRules map = 19 [json_name = "map"]; - hasMaxBytes() - Method in class build.buf.validate.StringRules.Builder
-
`max_bytes` specifies that the field value must have no more than the specified number of bytes.
- hasMaxBytes() - Method in class build.buf.validate.StringRules
-
`max_bytes` specifies that the field value must have no more than the specified number of bytes.
- hasMaxBytes() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`max_bytes` specifies that the field value must have no more than the specified number of bytes.
- hasMaxItems() - Method in class build.buf.validate.RepeatedRules.Builder
-
`max_items` denotes that this field must not exceed a certain number of items as the upper limit.
- hasMaxItems() - Method in class build.buf.validate.RepeatedRules
-
`max_items` denotes that this field must not exceed a certain number of items as the upper limit.
- hasMaxItems() - Method in interface build.buf.validate.RepeatedRulesOrBuilder
-
`max_items` denotes that this field must not exceed a certain number of items as the upper limit.
- hasMaxLen() - Method in class build.buf.validate.BytesRules.Builder
-
`max_len` requires the field value to have at most the specified maximum length in bytes.
- hasMaxLen() - Method in class build.buf.validate.BytesRules
-
`max_len` requires the field value to have at most the specified maximum length in bytes.
- hasMaxLen() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`max_len` requires the field value to have at most the specified maximum length in bytes.
- hasMaxLen() - Method in class build.buf.validate.StringRules.Builder
-
`max_len` specifies that the field value must have no more than the specified number of characters (Unicode code points), which may differ from the number of bytes in the string.
- hasMaxLen() - Method in class build.buf.validate.StringRules
-
`max_len` specifies that the field value must have no more than the specified number of characters (Unicode code points), which may differ from the number of bytes in the string.
- hasMaxLen() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`max_len` specifies that the field value must have no more than the specified number of characters (Unicode code points), which may differ from the number of bytes in the string.
- hasMaxPairs() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the maximum number of key-value pairs allowed.
- hasMaxPairs() - Method in class build.buf.validate.MapRules
-
Specifies the maximum number of key-value pairs allowed.
- hasMaxPairs() - Method in interface build.buf.validate.MapRulesOrBuilder
-
Specifies the maximum number of key-value pairs allowed.
- hasMinBytes() - Method in class build.buf.validate.StringRules.Builder
-
`min_bytes` specifies that the field value must have at least the specified number of bytes.
- hasMinBytes() - Method in class build.buf.validate.StringRules
-
`min_bytes` specifies that the field value must have at least the specified number of bytes.
- hasMinBytes() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`min_bytes` specifies that the field value must have at least the specified number of bytes.
- hasMinItems() - Method in class build.buf.validate.RepeatedRules.Builder
-
`min_items` requires that this field must contain at least the specified minimum number of items.
- hasMinItems() - Method in class build.buf.validate.RepeatedRules
-
`min_items` requires that this field must contain at least the specified minimum number of items.
- hasMinItems() - Method in interface build.buf.validate.RepeatedRulesOrBuilder
-
`min_items` requires that this field must contain at least the specified minimum number of items.
- hasMinLen() - Method in class build.buf.validate.BytesRules.Builder
-
`min_len` requires the field value to have at least the specified minimum length in bytes.
- hasMinLen() - Method in class build.buf.validate.BytesRules
-
`min_len` requires the field value to have at least the specified minimum length in bytes.
- hasMinLen() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`min_len` requires the field value to have at least the specified minimum length in bytes.
- hasMinLen() - Method in class build.buf.validate.StringRules.Builder
-
`min_len` specifies that the field value must have at least the specified number of characters (Unicode code points), which may differ from the number of bytes in the string.
- hasMinLen() - Method in class build.buf.validate.StringRules
-
`min_len` specifies that the field value must have at least the specified number of characters (Unicode code points), which may differ from the number of bytes in the string.
- hasMinLen() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`min_len` specifies that the field value must have at least the specified number of characters (Unicode code points), which may differ from the number of bytes in the string.
- hasMinPairs() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the minimum number of key-value pairs allowed.
- hasMinPairs() - Method in class build.buf.validate.MapRules
-
Specifies the minimum number of key-value pairs allowed.
- hasMinPairs() - Method in interface build.buf.validate.MapRulesOrBuilder
-
Specifies the minimum number of key-value pairs allowed.
- hasNotContains() - Method in class build.buf.validate.StringRules.Builder
-
`not_contains` specifies that the field value must not have the specified substring anywhere in the string.
- hasNotContains() - Method in class build.buf.validate.StringRules
-
`not_contains` specifies that the field value must not have the specified substring anywhere in the string.
- hasNotContains() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`not_contains` specifies that the field value must not have the specified substring anywhere in the string.
- hasPattern() - Method in class build.buf.validate.BytesRules.Builder
-
`pattern` requires the field value to match the specified regular expression ([RE2 syntax](https://github.com/google/re2/wiki/Syntax)).
- hasPattern() - Method in class build.buf.validate.BytesRules
-
`pattern` requires the field value to match the specified regular expression ([RE2 syntax](https://github.com/google/re2/wiki/Syntax)).
- hasPattern() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`pattern` requires the field value to match the specified regular expression ([RE2 syntax](https://github.com/google/re2/wiki/Syntax)).
- hasPattern() - Method in class build.buf.validate.StringRules.Builder
-
`pattern` specifies that the field value must match the specified regular expression (RE2 syntax), with the expression provided without any delimiters.
- hasPattern() - Method in class build.buf.validate.StringRules
-
`pattern` specifies that the field value must match the specified regular expression (RE2 syntax), with the expression provided without any delimiters.
- hasPattern() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`pattern` specifies that the field value must match the specified regular expression (RE2 syntax), with the expression provided without any delimiters.
- hasPrefix() - Method in class build.buf.validate.BytesRules.Builder
-
`prefix` requires the field value to have the specified bytes at the beginning of the string.
- hasPrefix() - Method in class build.buf.validate.BytesRules
-
`prefix` requires the field value to have the specified bytes at the beginning of the string.
- hasPrefix() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`prefix` requires the field value to have the specified bytes at the beginning of the string.
- hasPrefix() - Method in class build.buf.validate.StringRules.Builder
-
`prefix` specifies that the field value must have the specified substring at the beginning of the string.
- hasPrefix() - Method in class build.buf.validate.StringRules
-
`prefix` specifies that the field value must have the specified substring at the beginning of the string.
- hasPrefix() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`prefix` specifies that the field value must have the specified substring at the beginning of the string.
- hasRepeated() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - hasRepeated() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - hasRepeated() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - hasRequired() - Method in class build.buf.validate.OneofConstraints.Builder
-
If `required` is true, exactly one field of the oneof must be present.
- hasRequired() - Method in class build.buf.validate.OneofConstraints
-
If `required` is true, exactly one field of the oneof must be present.
- hasRequired() - Method in interface build.buf.validate.OneofConstraintsOrBuilder
-
If `required` is true, exactly one field of the oneof must be present.
- hasSfixed32() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - hasSfixed32() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - hasSfixed32() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - hasSfixed64() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - hasSfixed64() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - hasSfixed64() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - hasSint32() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - hasSint32() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - hasSint32() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - hasSint64() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - hasSint64() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - hasSint64() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - hasStrict() - Method in class build.buf.validate.StringRules.Builder
-
This applies to regexes `HTTP_HEADER_NAME` and `HTTP_HEADER_VALUE` to enable strict header validation.
- hasStrict() - Method in class build.buf.validate.StringRules
-
This applies to regexes `HTTP_HEADER_NAME` and `HTTP_HEADER_VALUE` to enable strict header validation.
- hasStrict() - Method in interface build.buf.validate.StringRulesOrBuilder
-
This applies to regexes `HTTP_HEADER_NAME` and `HTTP_HEADER_VALUE` to enable strict header validation.
- hasString() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - hasString() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - hasString() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - hasSuffix() - Method in class build.buf.validate.BytesRules.Builder
-
`suffix` requires the field value to have the specified bytes at the end of the string.
- hasSuffix() - Method in class build.buf.validate.BytesRules
-
`suffix` requires the field value to have the specified bytes at the end of the string.
- hasSuffix() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`suffix` requires the field value to have the specified bytes at the end of the string.
- hasSuffix() - Method in class build.buf.validate.StringRules.Builder
-
`suffix` specifies that the field value must have the specified substring at the end of the string.
- hasSuffix() - Method in class build.buf.validate.StringRules
-
`suffix` specifies that the field value must have the specified substring at the end of the string.
- hasSuffix() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`suffix` specifies that the field value must have the specified substring at the end of the string.
- hasTimestamp() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; - hasTimestamp() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; - hasTimestamp() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; - hasTuuid() - Method in class build.buf.validate.StringRules.Builder
-
`tuuid` (trimmed UUID) specifies that the field value must be a valid UUID as defined by [RFC 4122](https://tools.ietf.org/html/rfc4122#section-4.1.2) with all dashes omitted.
- hasTuuid() - Method in class build.buf.validate.StringRules
-
`tuuid` (trimmed UUID) specifies that the field value must be a valid UUID as defined by [RFC 4122](https://tools.ietf.org/html/rfc4122#section-4.1.2) with all dashes omitted.
- hasTuuid() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`tuuid` (trimmed UUID) specifies that the field value must be a valid UUID as defined by [RFC 4122](https://tools.ietf.org/html/rfc4122#section-4.1.2) with all dashes omitted.
- hasUint32() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - hasUint32() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - hasUint32() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - hasUint64() - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - hasUint64() - Method in class build.buf.validate.FieldConstraints
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - hasUint64() - Method in interface build.buf.validate.FieldConstraintsOrBuilder
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - hasUnique() - Method in class build.buf.validate.RepeatedRules.Builder
-
`unique` indicates that all elements in this field must be unique.
- hasUnique() - Method in class build.buf.validate.RepeatedRules
-
`unique` indicates that all elements in this field must be unique.
- hasUnique() - Method in interface build.buf.validate.RepeatedRulesOrBuilder
-
`unique` indicates that all elements in this field must be unique.
- hasUri() - Method in class build.buf.validate.StringRules.Builder
-
`uri` specifies that the field value must be a valid, absolute URI as defined by [RFC 3986](https://tools.ietf.org/html/rfc3986#section-3).
- hasUri() - Method in class build.buf.validate.StringRules
-
`uri` specifies that the field value must be a valid, absolute URI as defined by [RFC 3986](https://tools.ietf.org/html/rfc3986#section-3).
- hasUri() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`uri` specifies that the field value must be a valid, absolute URI as defined by [RFC 3986](https://tools.ietf.org/html/rfc3986#section-3).
- hasUriRef() - Method in class build.buf.validate.StringRules.Builder
-
`uri_ref` specifies that the field value must be a valid URI as defined by [RFC 3986](https://tools.ietf.org/html/rfc3986#section-3) and may be either relative or absolute.
- hasUriRef() - Method in class build.buf.validate.StringRules
-
`uri_ref` specifies that the field value must be a valid URI as defined by [RFC 3986](https://tools.ietf.org/html/rfc3986#section-3) and may be either relative or absolute.
- hasUriRef() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`uri_ref` specifies that the field value must be a valid URI as defined by [RFC 3986](https://tools.ietf.org/html/rfc3986#section-3) and may be either relative or absolute.
- hasUuid() - Method in class build.buf.validate.StringRules.Builder
-
`uuid` specifies that the field value must be a valid UUID as defined by [RFC 4122](https://tools.ietf.org/html/rfc4122#section-4.1.2).
- hasUuid() - Method in class build.buf.validate.StringRules
-
`uuid` specifies that the field value must be a valid UUID as defined by [RFC 4122](https://tools.ietf.org/html/rfc4122#section-4.1.2).
- hasUuid() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`uuid` specifies that the field value must be a valid UUID as defined by [RFC 4122](https://tools.ietf.org/html/rfc4122#section-4.1.2).
- hasValues() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the constraints to be applied to the value of each key in the field.
- hasValues() - Method in class build.buf.validate.MapRules
-
Specifies the constraints to be applied to the value of each key in the field.
- hasValues() - Method in interface build.buf.validate.MapRulesOrBuilder
-
Specifies the constraints to be applied to the value of each key in the field.
- hasWellKnownRegex() - Method in class build.buf.validate.StringRules.Builder
-
`well_known_regex` specifies a common well-known pattern defined as a regex.
- hasWellKnownRegex() - Method in class build.buf.validate.StringRules
-
`well_known_regex` specifies a common well-known pattern defined as a regex.
- hasWellKnownRegex() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`well_known_regex` specifies a common well-known pattern defined as a regex.
- hasWithin() - Method in class build.buf.validate.TimestampRules.Builder
-
`within` specifies that this field, of the `google.protobuf.Timestamp` type, must be within the specified duration of the current time.
- hasWithin() - Method in class build.buf.validate.TimestampRules
-
`within` specifies that this field, of the `google.protobuf.Timestamp` type, must be within the specified duration of the current time.
- hasWithin() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
`within` specifies that this field, of the `google.protobuf.Timestamp` type, must be within the specified duration of the current time.
- HOST_AND_PORT - Enum constant in enum class build.buf.validate.StringRules.WellKnownCase
- HOST_AND_PORT_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- HOSTNAME - Enum constant in enum class build.buf.validate.StringRules.WellKnownCase
- HOSTNAME_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
I
- id - Variable in class build.buf.protovalidate.internal.expression.Expression
-
The id of the constraint.
- ID_FIELD_NUMBER - Static variable in class build.buf.validate.Constraint
- ID_FIELD_NUMBER - Static variable in class build.buf.validate.priv.Constraint
- Ignore - Enum Class in build.buf.validate
-
Specifies how FieldConstraints.ignore behaves.
- IGNORE_ALWAYS - Enum constant in enum class build.buf.validate.Ignore
-
The validation rules of this field will be skipped and not evaluated.
- IGNORE_ALWAYS_VALUE - Static variable in enum class build.buf.validate.Ignore
-
The validation rules of this field will be skipped and not evaluated.
- IGNORE_DEFAULT - Static variable in enum class build.buf.validate.Ignore
-
Deprecated: Use IGNORE_IF_DEFAULT_VALUE.
- IGNORE_DEFAULT_VALUE - Static variable in enum class build.buf.validate.Ignore
-
Deprecated.
- IGNORE_EMPTY - Static variable in enum class build.buf.validate.Ignore
-
Deprecated: Use IGNORE_IF_UNPOPULATED instead.
- IGNORE_EMPTY_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- IGNORE_EMPTY_VALUE - Static variable in enum class build.buf.validate.Ignore
-
Deprecated.
- IGNORE_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- IGNORE_IF_DEFAULT_VALUE - Enum constant in enum class build.buf.validate.Ignore
-
Validation is skipped if the field is unpopulated or if it is a nullable field populated with its default value.
- IGNORE_IF_DEFAULT_VALUE_VALUE - Static variable in enum class build.buf.validate.Ignore
-
Validation is skipped if the field is unpopulated or if it is a nullable field populated with its default value.
- IGNORE_IF_UNPOPULATED - Enum constant in enum class build.buf.validate.Ignore
-
Validation is skipped if the field is unpopulated.
- IGNORE_IF_UNPOPULATED_VALUE - Static variable in enum class build.buf.validate.Ignore
-
Validation is skipped if the field is unpopulated.
- IGNORE_UNSPECIFIED - Enum constant in enum class build.buf.validate.Ignore
-
Validation is only skipped if it's an unpopulated nullable fields.
- IGNORE_UNSPECIFIED_VALUE - Static variable in enum class build.buf.validate.Ignore
-
Validation is only skipped if it's an unpopulated nullable fields.
- IN_FIELD_NUMBER - Static variable in class build.buf.validate.AnyRules
- IN_FIELD_NUMBER - Static variable in class build.buf.validate.BytesRules
- IN_FIELD_NUMBER - Static variable in class build.buf.validate.DoubleRules
- IN_FIELD_NUMBER - Static variable in class build.buf.validate.DurationRules
- IN_FIELD_NUMBER - Static variable in class build.buf.validate.EnumRules
- IN_FIELD_NUMBER - Static variable in class build.buf.validate.Fixed32Rules
- IN_FIELD_NUMBER - Static variable in class build.buf.validate.Fixed64Rules
- IN_FIELD_NUMBER - Static variable in class build.buf.validate.FloatRules
- IN_FIELD_NUMBER - Static variable in class build.buf.validate.Int32Rules
- IN_FIELD_NUMBER - Static variable in class build.buf.validate.Int64Rules
- IN_FIELD_NUMBER - Static variable in class build.buf.validate.SFixed32Rules
- IN_FIELD_NUMBER - Static variable in class build.buf.validate.SFixed64Rules
- IN_FIELD_NUMBER - Static variable in class build.buf.validate.SInt32Rules
- IN_FIELD_NUMBER - Static variable in class build.buf.validate.SInt64Rules
- IN_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- IN_FIELD_NUMBER - Static variable in class build.buf.validate.UInt32Rules
- IN_FIELD_NUMBER - Static variable in class build.buf.validate.UInt64Rules
- INT32 - Enum constant in enum class build.buf.validate.FieldConstraints.TypeCase
- INT32_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- Int32Rules - Class in build.buf.validate
-
Int32Rules describes the constraints applied to `int32` values.
- Int32Rules.Builder - Class in build.buf.validate
-
Int32Rules describes the constraints applied to `int32` values.
- Int32Rules.GreaterThanCase - Enum Class in build.buf.validate
- Int32Rules.LessThanCase - Enum Class in build.buf.validate
- Int32RulesOrBuilder - Interface in build.buf.validate
- INT64 - Enum constant in enum class build.buf.validate.FieldConstraints.TypeCase
- INT64_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- Int64Rules - Class in build.buf.validate
-
Int64Rules describes the constraints applied to `int64` values.
- Int64Rules.Builder - Class in build.buf.validate
-
Int64Rules describes the constraints applied to `int64` values.
- Int64Rules.GreaterThanCase - Enum Class in build.buf.validate
- Int64Rules.LessThanCase - Enum Class in build.buf.validate
- Int64RulesOrBuilder - Interface in build.buf.validate
- internalGetFieldAccessorTable() - Method in class build.buf.validate.AnyRules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.AnyRules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.BoolRules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.BoolRules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.BytesRules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.BytesRules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.Constraint.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.Constraint
- internalGetFieldAccessorTable() - Method in class build.buf.validate.DoubleRules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.DoubleRules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.DurationRules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.DurationRules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.EnumRules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.EnumRules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.FieldConstraints.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.FieldConstraints
- internalGetFieldAccessorTable() - Method in class build.buf.validate.Fixed32Rules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.Fixed32Rules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.Fixed64Rules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.Fixed64Rules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.FloatRules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.FloatRules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.Int32Rules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.Int32Rules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.Int64Rules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.Int64Rules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.MapRules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.MapRules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.MessageConstraints.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.MessageConstraints
- internalGetFieldAccessorTable() - Method in class build.buf.validate.OneofConstraints.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.OneofConstraints
- internalGetFieldAccessorTable() - Method in class build.buf.validate.priv.Constraint.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.priv.Constraint
- internalGetFieldAccessorTable() - Method in class build.buf.validate.priv.FieldConstraints.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.priv.FieldConstraints
- internalGetFieldAccessorTable() - Method in class build.buf.validate.RepeatedRules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.RepeatedRules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.SFixed32Rules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.SFixed32Rules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.SFixed64Rules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.SFixed64Rules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.SInt32Rules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.SInt32Rules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.SInt64Rules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.SInt64Rules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.StringRules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.StringRules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.TimestampRules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.TimestampRules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.UInt32Rules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.UInt32Rules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.UInt64Rules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.UInt64Rules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.Violation.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.Violation
- internalGetFieldAccessorTable() - Method in class build.buf.validate.Violations.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.Violations
- internalGetValueMap() - Static method in enum class build.buf.validate.Ignore
- internalGetValueMap() - Static method in enum class build.buf.validate.KnownRegex
- IP - Enum constant in enum class build.buf.validate.BytesRules.WellKnownCase
- IP - Enum constant in enum class build.buf.validate.StringRules.WellKnownCase
- IP_FIELD_NUMBER - Static variable in class build.buf.validate.BytesRules
- IP_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- IP_PREFIX - Enum constant in enum class build.buf.validate.StringRules.WellKnownCase
- IP_PREFIX_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- IP_WITH_PREFIXLEN - Enum constant in enum class build.buf.validate.StringRules.WellKnownCase
- IP_WITH_PREFIXLEN_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- IPV4 - Enum constant in enum class build.buf.validate.BytesRules.WellKnownCase
- IPV4 - Enum constant in enum class build.buf.validate.StringRules.WellKnownCase
- IPV4_FIELD_NUMBER - Static variable in class build.buf.validate.BytesRules
- IPV4_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- IPV4_PREFIX - Enum constant in enum class build.buf.validate.StringRules.WellKnownCase
- IPV4_PREFIX_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- IPV4_WITH_PREFIXLEN - Enum constant in enum class build.buf.validate.StringRules.WellKnownCase
- IPV4_WITH_PREFIXLEN_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- IPV6 - Enum constant in enum class build.buf.validate.BytesRules.WellKnownCase
- IPV6 - Enum constant in enum class build.buf.validate.StringRules.WellKnownCase
- IPV6_FIELD_NUMBER - Static variable in class build.buf.validate.BytesRules
- IPV6_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- IPV6_PREFIX - Enum constant in enum class build.buf.validate.StringRules.WellKnownCase
- IPV6_PREFIX_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- IPV6_WITH_PREFIXLEN - Enum constant in enum class build.buf.validate.StringRules.WellKnownCase
- IPV6_WITH_PREFIXLEN_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- isDisableLazy() - Method in class build.buf.protovalidate.Config
-
Checks if the configuration for disabling lazy evaluation is enabled.
- isFailFast() - Method in class build.buf.protovalidate.Config
-
Checks if the configuration for failing fast is enabled.
- isInitialized() - Method in class build.buf.validate.AnyRules.Builder
- isInitialized() - Method in class build.buf.validate.AnyRules
- isInitialized() - Method in class build.buf.validate.BoolRules.Builder
- isInitialized() - Method in class build.buf.validate.BoolRules
- isInitialized() - Method in class build.buf.validate.BytesRules.Builder
- isInitialized() - Method in class build.buf.validate.BytesRules
- isInitialized() - Method in class build.buf.validate.Constraint.Builder
- isInitialized() - Method in class build.buf.validate.Constraint
- isInitialized() - Method in class build.buf.validate.DoubleRules.Builder
- isInitialized() - Method in class build.buf.validate.DoubleRules
- isInitialized() - Method in class build.buf.validate.DurationRules.Builder
- isInitialized() - Method in class build.buf.validate.DurationRules
- isInitialized() - Method in class build.buf.validate.EnumRules.Builder
- isInitialized() - Method in class build.buf.validate.EnumRules
- isInitialized() - Method in class build.buf.validate.FieldConstraints.Builder
- isInitialized() - Method in class build.buf.validate.FieldConstraints
- isInitialized() - Method in class build.buf.validate.Fixed32Rules.Builder
- isInitialized() - Method in class build.buf.validate.Fixed32Rules
- isInitialized() - Method in class build.buf.validate.Fixed64Rules.Builder
- isInitialized() - Method in class build.buf.validate.Fixed64Rules
- isInitialized() - Method in class build.buf.validate.FloatRules.Builder
- isInitialized() - Method in class build.buf.validate.FloatRules
- isInitialized() - Method in class build.buf.validate.Int32Rules.Builder
- isInitialized() - Method in class build.buf.validate.Int32Rules
- isInitialized() - Method in class build.buf.validate.Int64Rules.Builder
- isInitialized() - Method in class build.buf.validate.Int64Rules
- isInitialized() - Method in class build.buf.validate.MapRules.Builder
- isInitialized() - Method in class build.buf.validate.MapRules
- isInitialized() - Method in class build.buf.validate.MessageConstraints.Builder
- isInitialized() - Method in class build.buf.validate.MessageConstraints
- isInitialized() - Method in class build.buf.validate.OneofConstraints.Builder
- isInitialized() - Method in class build.buf.validate.OneofConstraints
- isInitialized() - Method in class build.buf.validate.priv.Constraint.Builder
- isInitialized() - Method in class build.buf.validate.priv.Constraint
- isInitialized() - Method in class build.buf.validate.priv.FieldConstraints.Builder
- isInitialized() - Method in class build.buf.validate.priv.FieldConstraints
- isInitialized() - Method in class build.buf.validate.RepeatedRules.Builder
- isInitialized() - Method in class build.buf.validate.RepeatedRules
- isInitialized() - Method in class build.buf.validate.SFixed32Rules.Builder
- isInitialized() - Method in class build.buf.validate.SFixed32Rules
- isInitialized() - Method in class build.buf.validate.SFixed64Rules.Builder
- isInitialized() - Method in class build.buf.validate.SFixed64Rules
- isInitialized() - Method in class build.buf.validate.SInt32Rules.Builder
- isInitialized() - Method in class build.buf.validate.SInt32Rules
- isInitialized() - Method in class build.buf.validate.SInt64Rules.Builder
- isInitialized() - Method in class build.buf.validate.SInt64Rules
- isInitialized() - Method in class build.buf.validate.StringRules.Builder
- isInitialized() - Method in class build.buf.validate.StringRules
- isInitialized() - Method in class build.buf.validate.TimestampRules.Builder
- isInitialized() - Method in class build.buf.validate.TimestampRules
- isInitialized() - Method in class build.buf.validate.UInt32Rules.Builder
- isInitialized() - Method in class build.buf.validate.UInt32Rules
- isInitialized() - Method in class build.buf.validate.UInt64Rules.Builder
- isInitialized() - Method in class build.buf.validate.UInt64Rules
- isInitialized() - Method in class build.buf.validate.Violation.Builder
- isInitialized() - Method in class build.buf.validate.Violation
- isInitialized() - Method in class build.buf.validate.Violations.Builder
- isInitialized() - Method in class build.buf.validate.Violations
- isSuccess() - Method in class build.buf.protovalidate.ValidationResult
-
Check if the result is successful.
- ITEMS_FIELD_NUMBER - Static variable in class build.buf.validate.RepeatedRules
K
- KEYS_FIELD_NUMBER - Static variable in class build.buf.validate.MapRules
- KNOWN_REGEX_HTTP_HEADER_NAME - Enum constant in enum class build.buf.validate.KnownRegex
-
HTTP header name as defined by [RFC 7230](https://tools.ietf.org/html/rfc7230#section-3.2).
- KNOWN_REGEX_HTTP_HEADER_NAME_VALUE - Static variable in enum class build.buf.validate.KnownRegex
-
HTTP header name as defined by [RFC 7230](https://tools.ietf.org/html/rfc7230#section-3.2).
- KNOWN_REGEX_HTTP_HEADER_VALUE - Enum constant in enum class build.buf.validate.KnownRegex
-
HTTP header value as defined by [RFC 7230](https://tools.ietf.org/html/rfc7230#section-3.2.4).
- KNOWN_REGEX_HTTP_HEADER_VALUE_VALUE - Static variable in enum class build.buf.validate.KnownRegex
-
HTTP header value as defined by [RFC 7230](https://tools.ietf.org/html/rfc7230#section-3.2.4).
- KNOWN_REGEX_UNSPECIFIED - Enum constant in enum class build.buf.validate.KnownRegex
-
KNOWN_REGEX_UNSPECIFIED = 0; - KNOWN_REGEX_UNSPECIFIED_VALUE - Static variable in enum class build.buf.validate.KnownRegex
-
KNOWN_REGEX_UNSPECIFIED = 0; - KnownRegex - Enum Class in build.buf.validate
-
WellKnownRegex contain some well-known patterns.
L
- LEN_BYTES_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- LEN_FIELD_NUMBER - Static variable in class build.buf.validate.BytesRules
- LEN_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- LESSTHAN_NOT_SET - Enum constant in enum class build.buf.validate.DoubleRules.LessThanCase
- LESSTHAN_NOT_SET - Enum constant in enum class build.buf.validate.DurationRules.LessThanCase
- LESSTHAN_NOT_SET - Enum constant in enum class build.buf.validate.Fixed32Rules.LessThanCase
- LESSTHAN_NOT_SET - Enum constant in enum class build.buf.validate.Fixed64Rules.LessThanCase
- LESSTHAN_NOT_SET - Enum constant in enum class build.buf.validate.FloatRules.LessThanCase
- LESSTHAN_NOT_SET - Enum constant in enum class build.buf.validate.Int32Rules.LessThanCase
- LESSTHAN_NOT_SET - Enum constant in enum class build.buf.validate.Int64Rules.LessThanCase
- LESSTHAN_NOT_SET - Enum constant in enum class build.buf.validate.SFixed32Rules.LessThanCase
- LESSTHAN_NOT_SET - Enum constant in enum class build.buf.validate.SFixed64Rules.LessThanCase
- LESSTHAN_NOT_SET - Enum constant in enum class build.buf.validate.SInt32Rules.LessThanCase
- LESSTHAN_NOT_SET - Enum constant in enum class build.buf.validate.SInt64Rules.LessThanCase
- LESSTHAN_NOT_SET - Enum constant in enum class build.buf.validate.TimestampRules.LessThanCase
- LESSTHAN_NOT_SET - Enum constant in enum class build.buf.validate.UInt32Rules.LessThanCase
- LESSTHAN_NOT_SET - Enum constant in enum class build.buf.validate.UInt64Rules.LessThanCase
- load(Descriptors.Descriptor) - Method in class build.buf.protovalidate.internal.evaluator.EvaluatorBuilder
-
Returns a pre-cached
Evaluatorfor the given descriptor or, if the descriptor is unknown, returns an evaluator that always throws aCompilationException. - loadDescriptors(Descriptors.Descriptor...) - Method in class build.buf.protovalidate.Validator
-
Loads message descriptors that are expected to be validated, allowing the
Validatorto warm up. - loadMessages(Message...) - Method in class build.buf.protovalidate.Validator
-
Loads messages that are expected to be validated, allowing the
Validatorto warm up. - LT - Enum constant in enum class build.buf.validate.DoubleRules.LessThanCase
- LT - Enum constant in enum class build.buf.validate.DurationRules.LessThanCase
- LT - Enum constant in enum class build.buf.validate.Fixed32Rules.LessThanCase
- LT - Enum constant in enum class build.buf.validate.Fixed64Rules.LessThanCase
- LT - Enum constant in enum class build.buf.validate.FloatRules.LessThanCase
- LT - Enum constant in enum class build.buf.validate.Int32Rules.LessThanCase
- LT - Enum constant in enum class build.buf.validate.Int64Rules.LessThanCase
- LT - Enum constant in enum class build.buf.validate.SFixed32Rules.LessThanCase
- LT - Enum constant in enum class build.buf.validate.SFixed64Rules.LessThanCase
- LT - Enum constant in enum class build.buf.validate.SInt32Rules.LessThanCase
- LT - Enum constant in enum class build.buf.validate.SInt64Rules.LessThanCase
- LT - Enum constant in enum class build.buf.validate.TimestampRules.LessThanCase
- LT - Enum constant in enum class build.buf.validate.UInt32Rules.LessThanCase
- LT - Enum constant in enum class build.buf.validate.UInt64Rules.LessThanCase
- LT_FIELD_NUMBER - Static variable in class build.buf.validate.DoubleRules
- LT_FIELD_NUMBER - Static variable in class build.buf.validate.DurationRules
- LT_FIELD_NUMBER - Static variable in class build.buf.validate.Fixed32Rules
- LT_FIELD_NUMBER - Static variable in class build.buf.validate.Fixed64Rules
- LT_FIELD_NUMBER - Static variable in class build.buf.validate.FloatRules
- LT_FIELD_NUMBER - Static variable in class build.buf.validate.Int32Rules
- LT_FIELD_NUMBER - Static variable in class build.buf.validate.Int64Rules
- LT_FIELD_NUMBER - Static variable in class build.buf.validate.SFixed32Rules
- LT_FIELD_NUMBER - Static variable in class build.buf.validate.SFixed64Rules
- LT_FIELD_NUMBER - Static variable in class build.buf.validate.SInt32Rules
- LT_FIELD_NUMBER - Static variable in class build.buf.validate.SInt64Rules
- LT_FIELD_NUMBER - Static variable in class build.buf.validate.TimestampRules
- LT_FIELD_NUMBER - Static variable in class build.buf.validate.UInt32Rules
- LT_FIELD_NUMBER - Static variable in class build.buf.validate.UInt64Rules
- LT_NOW - Enum constant in enum class build.buf.validate.TimestampRules.LessThanCase
- LT_NOW_FIELD_NUMBER - Static variable in class build.buf.validate.TimestampRules
- LTE - Enum constant in enum class build.buf.validate.DoubleRules.LessThanCase
- LTE - Enum constant in enum class build.buf.validate.DurationRules.LessThanCase
- LTE - Enum constant in enum class build.buf.validate.Fixed32Rules.LessThanCase
- LTE - Enum constant in enum class build.buf.validate.Fixed64Rules.LessThanCase
- LTE - Enum constant in enum class build.buf.validate.FloatRules.LessThanCase
- LTE - Enum constant in enum class build.buf.validate.Int32Rules.LessThanCase
- LTE - Enum constant in enum class build.buf.validate.Int64Rules.LessThanCase
- LTE - Enum constant in enum class build.buf.validate.SFixed32Rules.LessThanCase
- LTE - Enum constant in enum class build.buf.validate.SFixed64Rules.LessThanCase
- LTE - Enum constant in enum class build.buf.validate.SInt32Rules.LessThanCase
- LTE - Enum constant in enum class build.buf.validate.SInt64Rules.LessThanCase
- LTE - Enum constant in enum class build.buf.validate.TimestampRules.LessThanCase
- LTE - Enum constant in enum class build.buf.validate.UInt32Rules.LessThanCase
- LTE - Enum constant in enum class build.buf.validate.UInt64Rules.LessThanCase
- LTE_FIELD_NUMBER - Static variable in class build.buf.validate.DoubleRules
- LTE_FIELD_NUMBER - Static variable in class build.buf.validate.DurationRules
- LTE_FIELD_NUMBER - Static variable in class build.buf.validate.Fixed32Rules
- LTE_FIELD_NUMBER - Static variable in class build.buf.validate.Fixed64Rules
- LTE_FIELD_NUMBER - Static variable in class build.buf.validate.FloatRules
- LTE_FIELD_NUMBER - Static variable in class build.buf.validate.Int32Rules
- LTE_FIELD_NUMBER - Static variable in class build.buf.validate.Int64Rules
- LTE_FIELD_NUMBER - Static variable in class build.buf.validate.SFixed32Rules
- LTE_FIELD_NUMBER - Static variable in class build.buf.validate.SFixed64Rules
- LTE_FIELD_NUMBER - Static variable in class build.buf.validate.SInt32Rules
- LTE_FIELD_NUMBER - Static variable in class build.buf.validate.SInt64Rules
- LTE_FIELD_NUMBER - Static variable in class build.buf.validate.TimestampRules
- LTE_FIELD_NUMBER - Static variable in class build.buf.validate.UInt32Rules
- LTE_FIELD_NUMBER - Static variable in class build.buf.validate.UInt64Rules
M
- MAP - Enum constant in enum class build.buf.validate.FieldConstraints.TypeCase
- MAP_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- MapRules - Class in build.buf.validate
-
MapRules describe the constraints applied to `map` values.
- MapRules.Builder - Class in build.buf.validate
-
MapRules describe the constraints applied to `map` values.
- MapRulesOrBuilder - Interface in build.buf.validate
- mapValue() - Method in class build.buf.protovalidate.internal.evaluator.MessageValue
- mapValue() - Method in class build.buf.protovalidate.internal.evaluator.ObjectValue
- mapValue() - Method in interface build.buf.protovalidate.internal.evaluator.Value
-
Get the underlying value as a map.
- MAX_BYTES_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- MAX_ITEMS_FIELD_NUMBER - Static variable in class build.buf.validate.RepeatedRules
- MAX_LEN_FIELD_NUMBER - Static variable in class build.buf.validate.BytesRules
- MAX_LEN_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- MAX_PAIRS_FIELD_NUMBER - Static variable in class build.buf.validate.MapRules
- mergeAny(AnyRules) - Method in class build.buf.validate.FieldConstraints.Builder
-
Well-Known Field Types
- mergeBool(BoolRules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - mergeBytes(BytesRules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - mergeConst(Duration) - Method in class build.buf.validate.DurationRules.Builder
-
`const` dictates that the field must match the specified value of the `google.protobuf.Duration` type exactly.
- mergeConst(Timestamp) - Method in class build.buf.validate.TimestampRules.Builder
-
`const` dictates that this field, of the `google.protobuf.Timestamp` type, must exactly match the specified value.
- mergeDouble(DoubleRules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - mergeDuration(DurationRules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - mergeEnum(EnumRules) - Method in class build.buf.validate.FieldConstraints.Builder
-
Complex Field Types
- mergeFixed32(Fixed32Rules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - mergeFixed64(Fixed64Rules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - mergeFloat(FloatRules) - Method in class build.buf.validate.FieldConstraints.Builder
-
Scalar Field Types
- mergeFrom(AnyRules) - Method in class build.buf.validate.AnyRules.Builder
- mergeFrom(BoolRules) - Method in class build.buf.validate.BoolRules.Builder
- mergeFrom(BytesRules) - Method in class build.buf.validate.BytesRules.Builder
- mergeFrom(Constraint) - Method in class build.buf.validate.Constraint.Builder
- mergeFrom(DoubleRules) - Method in class build.buf.validate.DoubleRules.Builder
- mergeFrom(DurationRules) - Method in class build.buf.validate.DurationRules.Builder
- mergeFrom(EnumRules) - Method in class build.buf.validate.EnumRules.Builder
- mergeFrom(FieldConstraints) - Method in class build.buf.validate.FieldConstraints.Builder
- mergeFrom(Fixed32Rules) - Method in class build.buf.validate.Fixed32Rules.Builder
- mergeFrom(Fixed64Rules) - Method in class build.buf.validate.Fixed64Rules.Builder
- mergeFrom(FloatRules) - Method in class build.buf.validate.FloatRules.Builder
- mergeFrom(Int32Rules) - Method in class build.buf.validate.Int32Rules.Builder
- mergeFrom(Int64Rules) - Method in class build.buf.validate.Int64Rules.Builder
- mergeFrom(MapRules) - Method in class build.buf.validate.MapRules.Builder
- mergeFrom(MessageConstraints) - Method in class build.buf.validate.MessageConstraints.Builder
- mergeFrom(OneofConstraints) - Method in class build.buf.validate.OneofConstraints.Builder
- mergeFrom(Constraint) - Method in class build.buf.validate.priv.Constraint.Builder
- mergeFrom(FieldConstraints) - Method in class build.buf.validate.priv.FieldConstraints.Builder
- mergeFrom(RepeatedRules) - Method in class build.buf.validate.RepeatedRules.Builder
- mergeFrom(SFixed32Rules) - Method in class build.buf.validate.SFixed32Rules.Builder
- mergeFrom(SFixed64Rules) - Method in class build.buf.validate.SFixed64Rules.Builder
- mergeFrom(SInt32Rules) - Method in class build.buf.validate.SInt32Rules.Builder
- mergeFrom(SInt64Rules) - Method in class build.buf.validate.SInt64Rules.Builder
- mergeFrom(StringRules) - Method in class build.buf.validate.StringRules.Builder
- mergeFrom(TimestampRules) - Method in class build.buf.validate.TimestampRules.Builder
- mergeFrom(UInt32Rules) - Method in class build.buf.validate.UInt32Rules.Builder
- mergeFrom(UInt64Rules) - Method in class build.buf.validate.UInt64Rules.Builder
- mergeFrom(Violation) - Method in class build.buf.validate.Violation.Builder
- mergeFrom(Violations) - Method in class build.buf.validate.Violations.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.AnyRules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.BoolRules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.BytesRules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.Constraint.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.DoubleRules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.DurationRules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.EnumRules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.FieldConstraints.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.Fixed32Rules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.Fixed64Rules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.FloatRules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.Int32Rules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.Int64Rules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.MapRules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.MessageConstraints.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.OneofConstraints.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.priv.Constraint.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.priv.FieldConstraints.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.RepeatedRules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.SFixed32Rules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.SFixed64Rules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.SInt32Rules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.SInt64Rules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.StringRules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.TimestampRules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.UInt32Rules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.UInt64Rules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.Violation.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.Violations.Builder
- mergeFrom(Message) - Method in class build.buf.validate.AnyRules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.BoolRules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.BytesRules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.Constraint.Builder
- mergeFrom(Message) - Method in class build.buf.validate.DoubleRules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.DurationRules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.EnumRules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.FieldConstraints.Builder
- mergeFrom(Message) - Method in class build.buf.validate.Fixed32Rules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.Fixed64Rules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.FloatRules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.Int32Rules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.Int64Rules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.MapRules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.MessageConstraints.Builder
- mergeFrom(Message) - Method in class build.buf.validate.OneofConstraints.Builder
- mergeFrom(Message) - Method in class build.buf.validate.priv.Constraint.Builder
- mergeFrom(Message) - Method in class build.buf.validate.priv.FieldConstraints.Builder
- mergeFrom(Message) - Method in class build.buf.validate.RepeatedRules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.SFixed32Rules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.SFixed64Rules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.SInt32Rules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.SInt64Rules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.StringRules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.TimestampRules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.UInt32Rules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.UInt64Rules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.Violation.Builder
- mergeFrom(Message) - Method in class build.buf.validate.Violations.Builder
- mergeGt(Duration) - Method in class build.buf.validate.DurationRules.Builder
-
`gt` requires the duration field value to be greater than the specified value (exclusive).
- mergeGt(Timestamp) - Method in class build.buf.validate.TimestampRules.Builder
-
`gt` requires the timestamp field value to be greater than the specified value (exclusive).
- mergeGte(Duration) - Method in class build.buf.validate.DurationRules.Builder
-
`gte` requires the duration field value to be greater than or equal to the specified value (exclusive).
- mergeGte(Timestamp) - Method in class build.buf.validate.TimestampRules.Builder
-
`gte` requires the timestamp field value to be greater than or equal to the specified value (exclusive).
- mergeInt32(Int32Rules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - mergeInt64(Int64Rules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - mergeItems(FieldConstraints) - Method in class build.buf.validate.RepeatedRules.Builder
-
`items` details the constraints to be applied to each item in the field.
- mergeKeys(FieldConstraints) - Method in class build.buf.validate.MapRules.Builder
-
Specifies the constraints to be applied to each key in the field.
- mergeLt(Duration) - Method in class build.buf.validate.DurationRules.Builder
-
`lt` stipulates that the field must be less than the specified value of the `google.protobuf.Duration` type, exclusive.
- mergeLt(Timestamp) - Method in class build.buf.validate.TimestampRules.Builder
-
requires the duration field value to be less than the specified value (field < value).
- mergeLte(Duration) - Method in class build.buf.validate.DurationRules.Builder
-
`lte` indicates that the field must be less than or equal to the specified value of the `google.protobuf.Duration` type, inclusive.
- mergeLte(Timestamp) - Method in class build.buf.validate.TimestampRules.Builder
-
requires the timestamp field value to be less than or equal to the specified value (field <= value).
- mergeMap(MapRules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.MapRules map = 19 [json_name = "map"]; - mergeRepeated(RepeatedRules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - mergeSfixed32(SFixed32Rules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - mergeSfixed64(SFixed64Rules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - mergeSint32(SInt32Rules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - mergeSint64(SInt64Rules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - mergeString(StringRules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - mergeTimestamp(TimestampRules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; - mergeUint32(UInt32Rules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - mergeUint64(UInt64Rules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.AnyRules.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.BoolRules.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.BytesRules.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.Constraint.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.DoubleRules.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.DurationRules.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.EnumRules.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.FieldConstraints.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.Fixed32Rules.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.Fixed64Rules.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.FloatRules.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.Int32Rules.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.Int64Rules.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.MapRules.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.MessageConstraints.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.OneofConstraints.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.priv.Constraint.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.priv.FieldConstraints.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.RepeatedRules.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.SFixed32Rules.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.SFixed64Rules.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.SInt32Rules.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.SInt64Rules.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.StringRules.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.TimestampRules.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.UInt32Rules.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.UInt64Rules.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.Violation.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.Violations.Builder
- mergeValues(FieldConstraints) - Method in class build.buf.validate.MapRules.Builder
-
Specifies the constraints to be applied to the value of each key in the field.
- mergeWithin(Duration) - Method in class build.buf.validate.TimestampRules.Builder
-
`within` specifies that this field, of the `google.protobuf.Timestamp` type, must be within the specified duration of the current time.
- message - Variable in class build.buf.protovalidate.internal.expression.Expression
-
The message of the constraint.
- message - Static variable in class build.buf.validate.ValidateProto
-
Rules specify the validations to be performed on this message.
- MESSAGE_FIELD_NUMBER - Static variable in class build.buf.validate.Constraint
- MESSAGE_FIELD_NUMBER - Static variable in class build.buf.validate.priv.Constraint
- MESSAGE_FIELD_NUMBER - Static variable in class build.buf.validate.ValidateProto
- MESSAGE_FIELD_NUMBER - Static variable in class build.buf.validate.Violation
- MessageConstraints - Class in build.buf.validate
-
MessageConstraints represents validation rules that are applied to the entire message.
- MessageConstraints.Builder - Class in build.buf.validate
-
MessageConstraints represents validation rules that are applied to the entire message.
- MessageConstraintsOrBuilder - Interface in build.buf.validate
- messageValue() - Method in class build.buf.protovalidate.internal.evaluator.MessageValue
- messageValue() - Method in class build.buf.protovalidate.internal.evaluator.ObjectValue
- messageValue() - Method in interface build.buf.protovalidate.internal.evaluator.Value
-
Get the underlying value as a
Messagetype. - MessageValue - Class in build.buf.protovalidate.internal.evaluator
-
The
Valuetype that contains aMessage. - MessageValue(Message) - Constructor for class build.buf.protovalidate.internal.evaluator.MessageValue
-
Constructs a
MessageValuewith the provided message value. - MIN_BYTES_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- MIN_ITEMS_FIELD_NUMBER - Static variable in class build.buf.validate.RepeatedRules
- MIN_LEN_FIELD_NUMBER - Static variable in class build.buf.validate.BytesRules
- MIN_LEN_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- MIN_PAIRS_FIELD_NUMBER - Static variable in class build.buf.validate.MapRules
N
- newAstExpression(Env, Expression) - Static method in class build.buf.protovalidate.internal.expression.AstExpression
-
Compiles the given expression to a
AstExpression. - newBuilder() - Static method in class build.buf.protovalidate.Config
-
Create a new Configuration builder.
- newBuilder() - Static method in class build.buf.validate.AnyRules
- newBuilder() - Static method in class build.buf.validate.BoolRules
- newBuilder() - Static method in class build.buf.validate.BytesRules
- newBuilder() - Static method in class build.buf.validate.Constraint
- newBuilder() - Static method in class build.buf.validate.DoubleRules
- newBuilder() - Static method in class build.buf.validate.DurationRules
- newBuilder() - Static method in class build.buf.validate.EnumRules
- newBuilder() - Static method in class build.buf.validate.FieldConstraints
- newBuilder() - Static method in class build.buf.validate.Fixed32Rules
- newBuilder() - Static method in class build.buf.validate.Fixed64Rules
- newBuilder() - Static method in class build.buf.validate.FloatRules
- newBuilder() - Static method in class build.buf.validate.Int32Rules
- newBuilder() - Static method in class build.buf.validate.Int64Rules
- newBuilder() - Static method in class build.buf.validate.MapRules
- newBuilder() - Static method in class build.buf.validate.MessageConstraints
- newBuilder() - Static method in class build.buf.validate.OneofConstraints
- newBuilder() - Static method in class build.buf.validate.priv.Constraint
- newBuilder() - Static method in class build.buf.validate.priv.FieldConstraints
- newBuilder() - Static method in class build.buf.validate.RepeatedRules
- newBuilder() - Static method in class build.buf.validate.SFixed32Rules
- newBuilder() - Static method in class build.buf.validate.SFixed64Rules
- newBuilder() - Static method in class build.buf.validate.SInt32Rules
- newBuilder() - Static method in class build.buf.validate.SInt64Rules
- newBuilder() - Static method in class build.buf.validate.StringRules
- newBuilder() - Static method in class build.buf.validate.TimestampRules
- newBuilder() - Static method in class build.buf.validate.UInt32Rules
- newBuilder() - Static method in class build.buf.validate.UInt64Rules
- newBuilder() - Static method in class build.buf.validate.Violation
- newBuilder() - Static method in class build.buf.validate.Violations
- newBuilder(AnyRules) - Static method in class build.buf.validate.AnyRules
- newBuilder(BoolRules) - Static method in class build.buf.validate.BoolRules
- newBuilder(BytesRules) - Static method in class build.buf.validate.BytesRules
- newBuilder(Constraint) - Static method in class build.buf.validate.Constraint
- newBuilder(DoubleRules) - Static method in class build.buf.validate.DoubleRules
- newBuilder(DurationRules) - Static method in class build.buf.validate.DurationRules
- newBuilder(EnumRules) - Static method in class build.buf.validate.EnumRules
- newBuilder(FieldConstraints) - Static method in class build.buf.validate.FieldConstraints
- newBuilder(Fixed32Rules) - Static method in class build.buf.validate.Fixed32Rules
- newBuilder(Fixed64Rules) - Static method in class build.buf.validate.Fixed64Rules
- newBuilder(FloatRules) - Static method in class build.buf.validate.FloatRules
- newBuilder(Int32Rules) - Static method in class build.buf.validate.Int32Rules
- newBuilder(Int64Rules) - Static method in class build.buf.validate.Int64Rules
- newBuilder(MapRules) - Static method in class build.buf.validate.MapRules
- newBuilder(MessageConstraints) - Static method in class build.buf.validate.MessageConstraints
- newBuilder(OneofConstraints) - Static method in class build.buf.validate.OneofConstraints
- newBuilder(Constraint) - Static method in class build.buf.validate.priv.Constraint
- newBuilder(FieldConstraints) - Static method in class build.buf.validate.priv.FieldConstraints
- newBuilder(RepeatedRules) - Static method in class build.buf.validate.RepeatedRules
- newBuilder(SFixed32Rules) - Static method in class build.buf.validate.SFixed32Rules
- newBuilder(SFixed64Rules) - Static method in class build.buf.validate.SFixed64Rules
- newBuilder(SInt32Rules) - Static method in class build.buf.validate.SInt32Rules
- newBuilder(SInt64Rules) - Static method in class build.buf.validate.SInt64Rules
- newBuilder(StringRules) - Static method in class build.buf.validate.StringRules
- newBuilder(TimestampRules) - Static method in class build.buf.validate.TimestampRules
- newBuilder(UInt32Rules) - Static method in class build.buf.validate.UInt32Rules
- newBuilder(UInt64Rules) - Static method in class build.buf.validate.UInt64Rules
- newBuilder(Violation) - Static method in class build.buf.validate.Violation
- newBuilder(Violations) - Static method in class build.buf.validate.Violations
- newBuilderForType() - Method in class build.buf.validate.AnyRules
- newBuilderForType() - Method in class build.buf.validate.BoolRules
- newBuilderForType() - Method in class build.buf.validate.BytesRules
- newBuilderForType() - Method in class build.buf.validate.Constraint
- newBuilderForType() - Method in class build.buf.validate.DoubleRules
- newBuilderForType() - Method in class build.buf.validate.DurationRules
- newBuilderForType() - Method in class build.buf.validate.EnumRules
- newBuilderForType() - Method in class build.buf.validate.FieldConstraints
- newBuilderForType() - Method in class build.buf.validate.Fixed32Rules
- newBuilderForType() - Method in class build.buf.validate.Fixed64Rules
- newBuilderForType() - Method in class build.buf.validate.FloatRules
- newBuilderForType() - Method in class build.buf.validate.Int32Rules
- newBuilderForType() - Method in class build.buf.validate.Int64Rules
- newBuilderForType() - Method in class build.buf.validate.MapRules
- newBuilderForType() - Method in class build.buf.validate.MessageConstraints
- newBuilderForType() - Method in class build.buf.validate.OneofConstraints
- newBuilderForType() - Method in class build.buf.validate.priv.Constraint
- newBuilderForType() - Method in class build.buf.validate.priv.FieldConstraints
- newBuilderForType() - Method in class build.buf.validate.RepeatedRules
- newBuilderForType() - Method in class build.buf.validate.SFixed32Rules
- newBuilderForType() - Method in class build.buf.validate.SFixed64Rules
- newBuilderForType() - Method in class build.buf.validate.SInt32Rules
- newBuilderForType() - Method in class build.buf.validate.SInt64Rules
- newBuilderForType() - Method in class build.buf.validate.StringRules
- newBuilderForType() - Method in class build.buf.validate.TimestampRules
- newBuilderForType() - Method in class build.buf.validate.UInt32Rules
- newBuilderForType() - Method in class build.buf.validate.UInt64Rules
- newBuilderForType() - Method in class build.buf.validate.Violation
- newBuilderForType() - Method in class build.buf.validate.Violations
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.AnyRules
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.BoolRules
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.BytesRules
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.Constraint
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.DoubleRules
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.DurationRules
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.EnumRules
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.FieldConstraints
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.Fixed32Rules
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.Fixed64Rules
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.FloatRules
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.Int32Rules
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.Int64Rules
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.MapRules
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.MessageConstraints
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.OneofConstraints
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.priv.Constraint
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.priv.FieldConstraints
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.RepeatedRules
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.SFixed32Rules
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.SFixed64Rules
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.SInt32Rules
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.SInt64Rules
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.StringRules
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.TimestampRules
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.UInt32Rules
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.UInt64Rules
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.Violation
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class build.buf.validate.Violations
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.AnyRules
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.BoolRules
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.BytesRules
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.Constraint
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.DoubleRules
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.DurationRules
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.EnumRules
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.FieldConstraints
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.Fixed32Rules
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.Fixed64Rules
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.FloatRules
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.Int32Rules
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.Int64Rules
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.MapRules
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.MessageConstraints
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.OneofConstraints
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.priv.Constraint
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.priv.FieldConstraints
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.RepeatedRules
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.SFixed32Rules
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.SFixed64Rules
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.SInt32Rules
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.SInt64Rules
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.StringRules
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.TimestampRules
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.UInt32Rules
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.UInt64Rules
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.Violation
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class build.buf.validate.Violations
- newRulesVariable(Object) - Static method in class build.buf.protovalidate.internal.expression.Variable
-
Creates a "rules" variable.
- newThisVariable(Object) - Static method in class build.buf.protovalidate.internal.expression.Variable
-
Creates a "this" variable.
- NOT_CONTAINS_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- NOT_IN_FIELD_NUMBER - Static variable in class build.buf.validate.AnyRules
- NOT_IN_FIELD_NUMBER - Static variable in class build.buf.validate.BytesRules
- NOT_IN_FIELD_NUMBER - Static variable in class build.buf.validate.DoubleRules
- NOT_IN_FIELD_NUMBER - Static variable in class build.buf.validate.DurationRules
- NOT_IN_FIELD_NUMBER - Static variable in class build.buf.validate.EnumRules
- NOT_IN_FIELD_NUMBER - Static variable in class build.buf.validate.Fixed32Rules
- NOT_IN_FIELD_NUMBER - Static variable in class build.buf.validate.Fixed64Rules
- NOT_IN_FIELD_NUMBER - Static variable in class build.buf.validate.FloatRules
- NOT_IN_FIELD_NUMBER - Static variable in class build.buf.validate.Int32Rules
- NOT_IN_FIELD_NUMBER - Static variable in class build.buf.validate.Int64Rules
- NOT_IN_FIELD_NUMBER - Static variable in class build.buf.validate.SFixed32Rules
- NOT_IN_FIELD_NUMBER - Static variable in class build.buf.validate.SFixed64Rules
- NOT_IN_FIELD_NUMBER - Static variable in class build.buf.validate.SInt32Rules
- NOT_IN_FIELD_NUMBER - Static variable in class build.buf.validate.SInt64Rules
- NOT_IN_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- NOT_IN_FIELD_NUMBER - Static variable in class build.buf.validate.UInt32Rules
- NOT_IN_FIELD_NUMBER - Static variable in class build.buf.validate.UInt64Rules
- NowVariable - Class in build.buf.protovalidate.internal.expression
-
NowVariableimplementsActivation, providing a lazily produced timestamp for accessing the variable `now` that's constant within an evaluation. - NowVariable() - Constructor for class build.buf.protovalidate.internal.expression.NowVariable
-
Creates an instance of a "now" variable.
O
- ObjectValue - Class in build.buf.protovalidate.internal.evaluator
-
The
Valuetype that contains a field descriptor and its value. - oneof - Static variable in class build.buf.validate.ValidateProto
-
Rules specify the validations to be performed on this oneof.
- ONEOF_FIELD_NUMBER - Static variable in class build.buf.validate.ValidateProto
- OneofConstraints - Class in build.buf.validate
-
The `OneofConstraints` message type enables you to manage constraints for oneof fields in your protobuf messages.
- OneofConstraints.Builder - Class in build.buf.validate
-
The `OneofConstraints` message type enables you to manage constraints for oneof fields in your protobuf messages.
- OneofConstraintsOrBuilder - Interface in build.buf.validate
- OneofEvaluator - Class in build.buf.protovalidate.internal.evaluator
-
OneofEvaluatorperforms validation on a oneof union. - OneofEvaluator(Descriptors.OneofDescriptor, boolean) - Constructor for class build.buf.protovalidate.internal.evaluator.OneofEvaluator
-
Constructs a
OneofEvaluator.
P
- parent() - Method in class build.buf.protovalidate.internal.expression.NowVariable
- parent() - Method in class build.buf.protovalidate.internal.expression.Variable
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.AnyRules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.BoolRules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.BytesRules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.Constraint
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.DoubleRules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.DurationRules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.EnumRules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.FieldConstraints
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.Fixed32Rules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.Fixed64Rules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.FloatRules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.Int32Rules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.Int64Rules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.MapRules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.MessageConstraints
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.OneofConstraints
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.priv.Constraint
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.priv.FieldConstraints
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.RepeatedRules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.SFixed32Rules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.SFixed64Rules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.SInt32Rules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.SInt64Rules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.StringRules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.TimestampRules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.UInt32Rules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.UInt64Rules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.Violation
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.Violations
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.AnyRules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.BoolRules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.BytesRules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.Constraint
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.DoubleRules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.DurationRules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.EnumRules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.FieldConstraints
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.Fixed32Rules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.Fixed64Rules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.FloatRules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.Int32Rules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.Int64Rules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.MapRules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.MessageConstraints
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.OneofConstraints
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.priv.Constraint
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.priv.FieldConstraints
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.RepeatedRules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.SFixed32Rules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.SFixed64Rules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.SInt32Rules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.SInt64Rules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.StringRules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.TimestampRules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.UInt32Rules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.UInt64Rules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.Violation
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.Violations
- parseFrom(byte[]) - Static method in class build.buf.validate.AnyRules
- parseFrom(byte[]) - Static method in class build.buf.validate.BoolRules
- parseFrom(byte[]) - Static method in class build.buf.validate.BytesRules
- parseFrom(byte[]) - Static method in class build.buf.validate.Constraint
- parseFrom(byte[]) - Static method in class build.buf.validate.DoubleRules
- parseFrom(byte[]) - Static method in class build.buf.validate.DurationRules
- parseFrom(byte[]) - Static method in class build.buf.validate.EnumRules
- parseFrom(byte[]) - Static method in class build.buf.validate.FieldConstraints
- parseFrom(byte[]) - Static method in class build.buf.validate.Fixed32Rules
- parseFrom(byte[]) - Static method in class build.buf.validate.Fixed64Rules
- parseFrom(byte[]) - Static method in class build.buf.validate.FloatRules
- parseFrom(byte[]) - Static method in class build.buf.validate.Int32Rules
- parseFrom(byte[]) - Static method in class build.buf.validate.Int64Rules
- parseFrom(byte[]) - Static method in class build.buf.validate.MapRules
- parseFrom(byte[]) - Static method in class build.buf.validate.MessageConstraints
- parseFrom(byte[]) - Static method in class build.buf.validate.OneofConstraints
- parseFrom(byte[]) - Static method in class build.buf.validate.priv.Constraint
- parseFrom(byte[]) - Static method in class build.buf.validate.priv.FieldConstraints
- parseFrom(byte[]) - Static method in class build.buf.validate.RepeatedRules
- parseFrom(byte[]) - Static method in class build.buf.validate.SFixed32Rules
- parseFrom(byte[]) - Static method in class build.buf.validate.SFixed64Rules
- parseFrom(byte[]) - Static method in class build.buf.validate.SInt32Rules
- parseFrom(byte[]) - Static method in class build.buf.validate.SInt64Rules
- parseFrom(byte[]) - Static method in class build.buf.validate.StringRules
- parseFrom(byte[]) - Static method in class build.buf.validate.TimestampRules
- parseFrom(byte[]) - Static method in class build.buf.validate.UInt32Rules
- parseFrom(byte[]) - Static method in class build.buf.validate.UInt64Rules
- parseFrom(byte[]) - Static method in class build.buf.validate.Violation
- parseFrom(byte[]) - Static method in class build.buf.validate.Violations
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.AnyRules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.BoolRules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.BytesRules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.Constraint
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.DoubleRules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.DurationRules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.EnumRules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.FieldConstraints
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.Fixed32Rules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.Fixed64Rules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.FloatRules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.Int32Rules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.Int64Rules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.MapRules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.MessageConstraints
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.OneofConstraints
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.priv.Constraint
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.priv.FieldConstraints
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.RepeatedRules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.SFixed32Rules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.SFixed64Rules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.SInt32Rules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.SInt64Rules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.StringRules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.TimestampRules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.UInt32Rules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.UInt64Rules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.Violation
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.Violations
- parseFrom(ByteString) - Static method in class build.buf.validate.AnyRules
- parseFrom(ByteString) - Static method in class build.buf.validate.BoolRules
- parseFrom(ByteString) - Static method in class build.buf.validate.BytesRules
- parseFrom(ByteString) - Static method in class build.buf.validate.Constraint
- parseFrom(ByteString) - Static method in class build.buf.validate.DoubleRules
- parseFrom(ByteString) - Static method in class build.buf.validate.DurationRules
- parseFrom(ByteString) - Static method in class build.buf.validate.EnumRules
- parseFrom(ByteString) - Static method in class build.buf.validate.FieldConstraints
- parseFrom(ByteString) - Static method in class build.buf.validate.Fixed32Rules
- parseFrom(ByteString) - Static method in class build.buf.validate.Fixed64Rules
- parseFrom(ByteString) - Static method in class build.buf.validate.FloatRules
- parseFrom(ByteString) - Static method in class build.buf.validate.Int32Rules
- parseFrom(ByteString) - Static method in class build.buf.validate.Int64Rules
- parseFrom(ByteString) - Static method in class build.buf.validate.MapRules
- parseFrom(ByteString) - Static method in class build.buf.validate.MessageConstraints
- parseFrom(ByteString) - Static method in class build.buf.validate.OneofConstraints
- parseFrom(ByteString) - Static method in class build.buf.validate.priv.Constraint
- parseFrom(ByteString) - Static method in class build.buf.validate.priv.FieldConstraints
- parseFrom(ByteString) - Static method in class build.buf.validate.RepeatedRules
- parseFrom(ByteString) - Static method in class build.buf.validate.SFixed32Rules
- parseFrom(ByteString) - Static method in class build.buf.validate.SFixed64Rules
- parseFrom(ByteString) - Static method in class build.buf.validate.SInt32Rules
- parseFrom(ByteString) - Static method in class build.buf.validate.SInt64Rules
- parseFrom(ByteString) - Static method in class build.buf.validate.StringRules
- parseFrom(ByteString) - Static method in class build.buf.validate.TimestampRules
- parseFrom(ByteString) - Static method in class build.buf.validate.UInt32Rules
- parseFrom(ByteString) - Static method in class build.buf.validate.UInt64Rules
- parseFrom(ByteString) - Static method in class build.buf.validate.Violation
- parseFrom(ByteString) - Static method in class build.buf.validate.Violations
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.AnyRules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.BoolRules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.BytesRules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.Constraint
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.DoubleRules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.DurationRules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.EnumRules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.FieldConstraints
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.Fixed32Rules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.Fixed64Rules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.FloatRules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.Int32Rules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.Int64Rules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.MapRules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.MessageConstraints
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.OneofConstraints
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.priv.Constraint
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.priv.FieldConstraints
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.RepeatedRules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.SFixed32Rules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.SFixed64Rules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.SInt32Rules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.SInt64Rules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.StringRules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.TimestampRules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.UInt32Rules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.UInt64Rules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.Violation
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.Violations
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.AnyRules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.BoolRules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.BytesRules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.Constraint
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.DoubleRules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.DurationRules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.EnumRules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.FieldConstraints
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.Fixed32Rules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.Fixed64Rules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.FloatRules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.Int32Rules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.Int64Rules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.MapRules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.MessageConstraints
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.OneofConstraints
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.priv.Constraint
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.priv.FieldConstraints
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.RepeatedRules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.SFixed32Rules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.SFixed64Rules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.SInt32Rules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.SInt64Rules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.StringRules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.TimestampRules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.UInt32Rules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.UInt64Rules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.Violation
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.Violations
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.AnyRules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.BoolRules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.BytesRules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.Constraint
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.DoubleRules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.DurationRules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.EnumRules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.FieldConstraints
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.Fixed32Rules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.Fixed64Rules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.FloatRules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.Int32Rules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.Int64Rules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.MapRules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.MessageConstraints
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.OneofConstraints
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.priv.Constraint
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.priv.FieldConstraints
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.RepeatedRules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.SFixed32Rules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.SFixed64Rules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.SInt32Rules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.SInt64Rules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.StringRules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.TimestampRules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.UInt32Rules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.UInt64Rules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.Violation
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.Violations
- parseFrom(InputStream) - Static method in class build.buf.validate.AnyRules
- parseFrom(InputStream) - Static method in class build.buf.validate.BoolRules
- parseFrom(InputStream) - Static method in class build.buf.validate.BytesRules
- parseFrom(InputStream) - Static method in class build.buf.validate.Constraint
- parseFrom(InputStream) - Static method in class build.buf.validate.DoubleRules
- parseFrom(InputStream) - Static method in class build.buf.validate.DurationRules
- parseFrom(InputStream) - Static method in class build.buf.validate.EnumRules
- parseFrom(InputStream) - Static method in class build.buf.validate.FieldConstraints
- parseFrom(InputStream) - Static method in class build.buf.validate.Fixed32Rules
- parseFrom(InputStream) - Static method in class build.buf.validate.Fixed64Rules
- parseFrom(InputStream) - Static method in class build.buf.validate.FloatRules
- parseFrom(InputStream) - Static method in class build.buf.validate.Int32Rules
- parseFrom(InputStream) - Static method in class build.buf.validate.Int64Rules
- parseFrom(InputStream) - Static method in class build.buf.validate.MapRules
- parseFrom(InputStream) - Static method in class build.buf.validate.MessageConstraints
- parseFrom(InputStream) - Static method in class build.buf.validate.OneofConstraints
- parseFrom(InputStream) - Static method in class build.buf.validate.priv.Constraint
- parseFrom(InputStream) - Static method in class build.buf.validate.priv.FieldConstraints
- parseFrom(InputStream) - Static method in class build.buf.validate.RepeatedRules
- parseFrom(InputStream) - Static method in class build.buf.validate.SFixed32Rules
- parseFrom(InputStream) - Static method in class build.buf.validate.SFixed64Rules
- parseFrom(InputStream) - Static method in class build.buf.validate.SInt32Rules
- parseFrom(InputStream) - Static method in class build.buf.validate.SInt64Rules
- parseFrom(InputStream) - Static method in class build.buf.validate.StringRules
- parseFrom(InputStream) - Static method in class build.buf.validate.TimestampRules
- parseFrom(InputStream) - Static method in class build.buf.validate.UInt32Rules
- parseFrom(InputStream) - Static method in class build.buf.validate.UInt64Rules
- parseFrom(InputStream) - Static method in class build.buf.validate.Violation
- parseFrom(InputStream) - Static method in class build.buf.validate.Violations
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.AnyRules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.BoolRules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.BytesRules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.Constraint
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.DoubleRules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.DurationRules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.EnumRules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.FieldConstraints
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.Fixed32Rules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.Fixed64Rules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.FloatRules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.Int32Rules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.Int64Rules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.MapRules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.MessageConstraints
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.OneofConstraints
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.priv.Constraint
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.priv.FieldConstraints
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.RepeatedRules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.SFixed32Rules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.SFixed64Rules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.SInt32Rules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.SInt64Rules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.StringRules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.TimestampRules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.UInt32Rules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.UInt64Rules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.Violation
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.Violations
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.AnyRules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.BoolRules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.BytesRules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.Constraint
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.DoubleRules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.DurationRules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.EnumRules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.FieldConstraints
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.Fixed32Rules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.Fixed64Rules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.FloatRules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.Int32Rules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.Int64Rules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.MapRules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.MessageConstraints
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.OneofConstraints
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.priv.Constraint
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.priv.FieldConstraints
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.RepeatedRules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.SFixed32Rules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.SFixed64Rules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.SInt32Rules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.SInt64Rules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.StringRules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.TimestampRules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.UInt32Rules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.UInt64Rules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.Violation
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.Violations
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.AnyRules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.BoolRules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.BytesRules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.Constraint
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.DoubleRules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.DurationRules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.EnumRules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.FieldConstraints
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.Fixed32Rules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.Fixed64Rules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.FloatRules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.Int32Rules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.Int64Rules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.MapRules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.MessageConstraints
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.OneofConstraints
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.priv.Constraint
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.priv.FieldConstraints
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.RepeatedRules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.SFixed32Rules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.SFixed64Rules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.SInt32Rules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.SInt64Rules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.StringRules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.TimestampRules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.UInt32Rules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.UInt64Rules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.Violation
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.Violations
- parser() - Static method in class build.buf.validate.AnyRules
- parser() - Static method in class build.buf.validate.BoolRules
- parser() - Static method in class build.buf.validate.BytesRules
- parser() - Static method in class build.buf.validate.Constraint
- parser() - Static method in class build.buf.validate.DoubleRules
- parser() - Static method in class build.buf.validate.DurationRules
- parser() - Static method in class build.buf.validate.EnumRules
- parser() - Static method in class build.buf.validate.FieldConstraints
- parser() - Static method in class build.buf.validate.Fixed32Rules
- parser() - Static method in class build.buf.validate.Fixed64Rules
- parser() - Static method in class build.buf.validate.FloatRules
- parser() - Static method in class build.buf.validate.Int32Rules
- parser() - Static method in class build.buf.validate.Int64Rules
- parser() - Static method in class build.buf.validate.MapRules
- parser() - Static method in class build.buf.validate.MessageConstraints
- parser() - Static method in class build.buf.validate.OneofConstraints
- parser() - Static method in class build.buf.validate.priv.Constraint
- parser() - Static method in class build.buf.validate.priv.FieldConstraints
- parser() - Static method in class build.buf.validate.RepeatedRules
- parser() - Static method in class build.buf.validate.SFixed32Rules
- parser() - Static method in class build.buf.validate.SFixed64Rules
- parser() - Static method in class build.buf.validate.SInt32Rules
- parser() - Static method in class build.buf.validate.SInt64Rules
- parser() - Static method in class build.buf.validate.StringRules
- parser() - Static method in class build.buf.validate.TimestampRules
- parser() - Static method in class build.buf.validate.UInt32Rules
- parser() - Static method in class build.buf.validate.UInt64Rules
- parser() - Static method in class build.buf.validate.Violation
- parser() - Static method in class build.buf.validate.Violations
- PATTERN_FIELD_NUMBER - Static variable in class build.buf.validate.BytesRules
- PATTERN_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- PREFIX_FIELD_NUMBER - Static variable in class build.buf.validate.BytesRules
- PREFIX_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- PrivateProto - Class in build.buf.validate.priv
- protoKindToCELType(Descriptors.FieldDescriptor.Type) - Static method in class build.buf.protovalidate.internal.constraints.DescriptorMappings
-
Maps a
Descriptors.FieldDescriptor.Typeto a compatibleType.
R
- registerAllExtensions(ExtensionRegistry) - Static method in class build.buf.validate.ExpressionProto
- registerAllExtensions(ExtensionRegistry) - Static method in class build.buf.validate.priv.PrivateProto
- registerAllExtensions(ExtensionRegistry) - Static method in class build.buf.validate.ValidateProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class build.buf.validate.ExpressionProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class build.buf.validate.priv.PrivateProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class build.buf.validate.ValidateProto
- removeCel(int) - Method in class build.buf.validate.FieldConstraints.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- removeCel(int) - Method in class build.buf.validate.MessageConstraints.Builder
-
`cel` is a repeated field of type Constraint.
- removeCel(int) - Method in class build.buf.validate.priv.FieldConstraints.Builder
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - removeIn(int) - Method in class build.buf.validate.DurationRules.Builder
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- removeNotIn(int) - Method in class build.buf.validate.DurationRules.Builder
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- removeViolations(int) - Method in class build.buf.validate.Violations.Builder
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- REPEATED - Enum constant in enum class build.buf.validate.FieldConstraints.TypeCase
- REPEATED_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- RepeatedRules - Class in build.buf.validate
-
RepeatedRules describe the constraints applied to `repeated` values.
- RepeatedRules.Builder - Class in build.buf.validate
-
RepeatedRules describe the constraints applied to `repeated` values.
- RepeatedRulesOrBuilder - Interface in build.buf.validate
- repeatedValue() - Method in class build.buf.protovalidate.internal.evaluator.MessageValue
- repeatedValue() - Method in class build.buf.protovalidate.internal.evaluator.ObjectValue
- repeatedValue() - Method in interface build.buf.protovalidate.internal.evaluator.Value
-
Get the underlying value as a list.
- REQUIRED_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- REQUIRED_FIELD_NUMBER - Static variable in class build.buf.validate.OneofConstraints
- resolveName(String) - Method in class build.buf.protovalidate.internal.expression.NowVariable
- resolveName(String) - Method in class build.buf.protovalidate.internal.expression.Variable
- RULES_NAME - Static variable in class build.buf.protovalidate.internal.expression.Variable
-
The "rules" variable in CEL.
S
- setAddress(boolean) - Method in class build.buf.validate.StringRules.Builder
-
`address` specifies that the field value must be either a valid hostname as defined by [RFC 1034](https://tools.ietf.org/html/rfc1034#section-3.5) (which doesn't support internationalized domain names or IDNs) or a valid IP (v4 or v6).
- setAny(AnyRules) - Method in class build.buf.validate.FieldConstraints.Builder
-
Well-Known Field Types
- setAny(AnyRules.Builder) - Method in class build.buf.validate.FieldConstraints.Builder
-
Well-Known Field Types
- setBool(BoolRules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - setBool(BoolRules.Builder) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - setBytes(BytesRules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - setBytes(BytesRules.Builder) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - setCel(int, Constraint) - Method in class build.buf.validate.FieldConstraints.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- setCel(int, Constraint) - Method in class build.buf.validate.MessageConstraints.Builder
-
`cel` is a repeated field of type Constraint.
- setCel(int, Constraint.Builder) - Method in class build.buf.validate.FieldConstraints.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- setCel(int, Constraint.Builder) - Method in class build.buf.validate.MessageConstraints.Builder
-
`cel` is a repeated field of type Constraint.
- setCel(int, Constraint) - Method in class build.buf.validate.priv.FieldConstraints.Builder
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - setCel(int, Constraint.Builder) - Method in class build.buf.validate.priv.FieldConstraints.Builder
-
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; - setConst(boolean) - Method in class build.buf.validate.BoolRules.Builder
-
`const` requires the field value to exactly match the specified boolean value.
- setConst(double) - Method in class build.buf.validate.DoubleRules.Builder
-
`const` requires the field value to exactly match the specified value.
- setConst(float) - Method in class build.buf.validate.FloatRules.Builder
-
`const` requires the field value to exactly match the specified value.
- setConst(int) - Method in class build.buf.validate.EnumRules.Builder
-
`const` requires the field value to exactly match the specified enum value.
- setConst(int) - Method in class build.buf.validate.Fixed32Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- setConst(int) - Method in class build.buf.validate.Int32Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- setConst(int) - Method in class build.buf.validate.SFixed32Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- setConst(int) - Method in class build.buf.validate.SInt32Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- setConst(int) - Method in class build.buf.validate.UInt32Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- setConst(long) - Method in class build.buf.validate.Fixed64Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- setConst(long) - Method in class build.buf.validate.Int64Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- setConst(long) - Method in class build.buf.validate.SFixed64Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- setConst(long) - Method in class build.buf.validate.SInt64Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- setConst(long) - Method in class build.buf.validate.UInt64Rules.Builder
-
`const` requires the field value to exactly match the specified value.
- setConst(ByteString) - Method in class build.buf.validate.BytesRules.Builder
-
`const` requires the field value to exactly match the specified bytes value.
- setConst(Duration) - Method in class build.buf.validate.DurationRules.Builder
-
`const` dictates that the field must match the specified value of the `google.protobuf.Duration` type exactly.
- setConst(Duration.Builder) - Method in class build.buf.validate.DurationRules.Builder
-
`const` dictates that the field must match the specified value of the `google.protobuf.Duration` type exactly.
- setConst(Timestamp) - Method in class build.buf.validate.TimestampRules.Builder
-
`const` dictates that this field, of the `google.protobuf.Timestamp` type, must exactly match the specified value.
- setConst(Timestamp.Builder) - Method in class build.buf.validate.TimestampRules.Builder
-
`const` dictates that this field, of the `google.protobuf.Timestamp` type, must exactly match the specified value.
- setConst(String) - Method in class build.buf.validate.StringRules.Builder
-
`const` requires the field value to exactly match the specified value.
- setConstBytes(ByteString) - Method in class build.buf.validate.StringRules.Builder
-
`const` requires the field value to exactly match the specified value.
- setConstraintId(String) - Method in class build.buf.validate.Violation.Builder
-
`constraint_id` is the unique identifier of the `Constraint` that was not fulfilled.
- setConstraintIdBytes(ByteString) - Method in class build.buf.validate.Violation.Builder
-
`constraint_id` is the unique identifier of the `Constraint` that was not fulfilled.
- setContains(ByteString) - Method in class build.buf.validate.BytesRules.Builder
-
`contains` requires the field value to have the specified bytes anywhere in the string.
- setContains(String) - Method in class build.buf.validate.StringRules.Builder
-
`contains` specifies that the field value must have the specified substring anywhere in the string.
- setContainsBytes(ByteString) - Method in class build.buf.validate.StringRules.Builder
-
`contains` specifies that the field value must have the specified substring anywhere in the string.
- setDefinedOnly(boolean) - Method in class build.buf.validate.EnumRules.Builder
-
`defined_only` requires the field value to be one of the defined values for this enum, failing on any undefined value.
- setDisabled(boolean) - Method in class build.buf.validate.MessageConstraints.Builder
-
`disabled` is a boolean flag that, when set to true, nullifies any validation rules for this message.
- setDisableLazy(boolean) - Method in class build.buf.protovalidate.Config.Builder
-
Set the configuration for disabling lazy evaluation.
- setDouble(DoubleRules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - setDouble(DoubleRules.Builder) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - setDuration(DurationRules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - setDuration(DurationRules.Builder) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - setEmail(boolean) - Method in class build.buf.validate.StringRules.Builder
-
`email` specifies that the field value must be a valid email address (addr-spec only) as defined by [RFC 5322](https://tools.ietf.org/html/rfc5322#section-3.4.1).
- setEnum(EnumRules) - Method in class build.buf.validate.FieldConstraints.Builder
-
Complex Field Types
- setEnum(EnumRules.Builder) - Method in class build.buf.validate.FieldConstraints.Builder
-
Complex Field Types
- setExpression(String) - Method in class build.buf.validate.Constraint.Builder
-
`expression` is the actual CEL expression that will be evaluated for validation.
- setExpression(String) - Method in class build.buf.validate.priv.Constraint.Builder
-
string expression = 3 [json_name = "expression"]; - setExpressionBytes(ByteString) - Method in class build.buf.validate.Constraint.Builder
-
`expression` is the actual CEL expression that will be evaluated for validation.
- setExpressionBytes(ByteString) - Method in class build.buf.validate.priv.Constraint.Builder
-
string expression = 3 [json_name = "expression"]; - setFailFast(boolean) - Method in class build.buf.protovalidate.Config.Builder
-
Set the configuration for failing fast.
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.AnyRules.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.BoolRules.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.BytesRules.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.Constraint.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.DoubleRules.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.DurationRules.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.EnumRules.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.FieldConstraints.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.Fixed32Rules.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.Fixed64Rules.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.FloatRules.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.Int32Rules.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.Int64Rules.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.MapRules.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.MessageConstraints.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.OneofConstraints.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.priv.Constraint.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.priv.FieldConstraints.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.RepeatedRules.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.SFixed32Rules.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.SFixed64Rules.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.SInt32Rules.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.SInt64Rules.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.StringRules.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.TimestampRules.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.UInt32Rules.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.UInt64Rules.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.Violation.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class build.buf.validate.Violations.Builder
- setFieldPath(String) - Method in class build.buf.validate.Violation.Builder
-
`field_path` is a machine-readable identifier that points to the specific field that failed the validation.
- setFieldPathBytes(ByteString) - Method in class build.buf.validate.Violation.Builder
-
`field_path` is a machine-readable identifier that points to the specific field that failed the validation.
- setFinite(boolean) - Method in class build.buf.validate.DoubleRules.Builder
-
`finite` requires the field value to be finite.
- setFinite(boolean) - Method in class build.buf.validate.FloatRules.Builder
-
`finite` requires the field value to be finite.
- setFixed32(Fixed32Rules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - setFixed32(Fixed32Rules.Builder) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - setFixed64(Fixed64Rules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - setFixed64(Fixed64Rules.Builder) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - setFloat(FloatRules) - Method in class build.buf.validate.FieldConstraints.Builder
-
Scalar Field Types
- setFloat(FloatRules.Builder) - Method in class build.buf.validate.FieldConstraints.Builder
-
Scalar Field Types
- setForKey(boolean) - Method in class build.buf.validate.Violation.Builder
-
`for_key` indicates whether the violation was caused by a map key, rather than a value.
- setGt(double) - Method in class build.buf.validate.DoubleRules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- setGt(float) - Method in class build.buf.validate.FloatRules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- setGt(int) - Method in class build.buf.validate.Fixed32Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- setGt(int) - Method in class build.buf.validate.Int32Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- setGt(int) - Method in class build.buf.validate.SFixed32Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- setGt(int) - Method in class build.buf.validate.SInt32Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- setGt(int) - Method in class build.buf.validate.UInt32Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- setGt(long) - Method in class build.buf.validate.Fixed64Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- setGt(long) - Method in class build.buf.validate.Int64Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- setGt(long) - Method in class build.buf.validate.SFixed64Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- setGt(long) - Method in class build.buf.validate.SInt64Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- setGt(long) - Method in class build.buf.validate.UInt64Rules.Builder
-
`gt` requires the field value to be greater than the specified value (exclusive).
- setGt(Duration) - Method in class build.buf.validate.DurationRules.Builder
-
`gt` requires the duration field value to be greater than the specified value (exclusive).
- setGt(Duration.Builder) - Method in class build.buf.validate.DurationRules.Builder
-
`gt` requires the duration field value to be greater than the specified value (exclusive).
- setGt(Timestamp) - Method in class build.buf.validate.TimestampRules.Builder
-
`gt` requires the timestamp field value to be greater than the specified value (exclusive).
- setGt(Timestamp.Builder) - Method in class build.buf.validate.TimestampRules.Builder
-
`gt` requires the timestamp field value to be greater than the specified value (exclusive).
- setGte(double) - Method in class build.buf.validate.DoubleRules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- setGte(float) - Method in class build.buf.validate.FloatRules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- setGte(int) - Method in class build.buf.validate.Fixed32Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- setGte(int) - Method in class build.buf.validate.Int32Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- setGte(int) - Method in class build.buf.validate.SFixed32Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- setGte(int) - Method in class build.buf.validate.SInt32Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- setGte(int) - Method in class build.buf.validate.UInt32Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- setGte(long) - Method in class build.buf.validate.Fixed64Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- setGte(long) - Method in class build.buf.validate.Int64Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- setGte(long) - Method in class build.buf.validate.SFixed64Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- setGte(long) - Method in class build.buf.validate.SInt64Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- setGte(long) - Method in class build.buf.validate.UInt64Rules.Builder
-
`gte` requires the field value to be greater than or equal to the specified value (exclusive).
- setGte(Duration) - Method in class build.buf.validate.DurationRules.Builder
-
`gte` requires the duration field value to be greater than or equal to the specified value (exclusive).
- setGte(Duration.Builder) - Method in class build.buf.validate.DurationRules.Builder
-
`gte` requires the duration field value to be greater than or equal to the specified value (exclusive).
- setGte(Timestamp) - Method in class build.buf.validate.TimestampRules.Builder
-
`gte` requires the timestamp field value to be greater than or equal to the specified value (exclusive).
- setGte(Timestamp.Builder) - Method in class build.buf.validate.TimestampRules.Builder
-
`gte` requires the timestamp field value to be greater than or equal to the specified value (exclusive).
- setGtNow(boolean) - Method in class build.buf.validate.TimestampRules.Builder
-
`gt_now` specifies that this field, of the `google.protobuf.Timestamp` type, must be greater than the current time.
- setHostAndPort(boolean) - Method in class build.buf.validate.StringRules.Builder
-
`host_and_port` specifies the field value must be a valid host and port pair.
- setHostname(boolean) - Method in class build.buf.validate.StringRules.Builder
-
`hostname` specifies that the field value must be a valid hostname as defined by [RFC 1034](https://tools.ietf.org/html/rfc1034#section-3.5).
- setId(String) - Method in class build.buf.validate.Constraint.Builder
-
`id` is a string that serves as a machine-readable name for this Constraint.
- setId(String) - Method in class build.buf.validate.priv.Constraint.Builder
-
string id = 1 [json_name = "id"]; - setIdBytes(ByteString) - Method in class build.buf.validate.Constraint.Builder
-
`id` is a string that serves as a machine-readable name for this Constraint.
- setIdBytes(ByteString) - Method in class build.buf.validate.priv.Constraint.Builder
-
string id = 1 [json_name = "id"]; - setIgnore(Ignore) - Method in class build.buf.validate.FieldConstraints.Builder
-
Skip validation on the field if its value matches the specified criteria.
- setIgnoreEmpty(boolean) - Method in class build.buf.validate.FieldConstraints.Builder
-
Deprecated.buf.validate.FieldConstraints.ignore_empty is deprecated. See buf/validate/validate.proto;l=198
- setIgnoreValue(int) - Method in class build.buf.validate.FieldConstraints.Builder
-
Skip validation on the field if its value matches the specified criteria.
- setIn(int, double) - Method in class build.buf.validate.DoubleRules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- setIn(int, float) - Method in class build.buf.validate.FloatRules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- setIn(int, int) - Method in class build.buf.validate.EnumRules.Builder
-
`in` requires the field value to be equal to one of the specified enum values.
- setIn(int, int) - Method in class build.buf.validate.Fixed32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- setIn(int, int) - Method in class build.buf.validate.Int32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- setIn(int, int) - Method in class build.buf.validate.SFixed32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- setIn(int, int) - Method in class build.buf.validate.SInt32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- setIn(int, int) - Method in class build.buf.validate.UInt32Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- setIn(int, long) - Method in class build.buf.validate.Fixed64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- setIn(int, long) - Method in class build.buf.validate.Int64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- setIn(int, long) - Method in class build.buf.validate.SFixed64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- setIn(int, long) - Method in class build.buf.validate.SInt64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- setIn(int, long) - Method in class build.buf.validate.UInt64Rules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- setIn(int, ByteString) - Method in class build.buf.validate.BytesRules.Builder
-
`in` requires the field value to be equal to one of the specified values.
- setIn(int, Duration) - Method in class build.buf.validate.DurationRules.Builder
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- setIn(int, Duration.Builder) - Method in class build.buf.validate.DurationRules.Builder
-
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
- setIn(int, String) - Method in class build.buf.validate.AnyRules.Builder
-
`in` requires the field's `type_url` to be equal to one of the specified values.
- setIn(int, String) - Method in class build.buf.validate.StringRules.Builder
-
`in` specifies that the field value must be equal to one of the specified values.
- setInt32(Int32Rules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - setInt32(Int32Rules.Builder) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - setInt64(Int64Rules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - setInt64(Int64Rules.Builder) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - setIp(boolean) - Method in class build.buf.validate.BytesRules.Builder
-
`ip` ensures that the field `value` is a valid IP address (v4 or v6) in byte format.
- setIp(boolean) - Method in class build.buf.validate.StringRules.Builder
-
`ip` specifies that the field value must be a valid IP (v4 or v6) address, without surrounding square brackets for IPv6 addresses.
- setIpPrefix(boolean) - Method in class build.buf.validate.StringRules.Builder
-
`ip_prefix` specifies that the field value must be a valid IP (v4 or v6) prefix.
- setIpv4(boolean) - Method in class build.buf.validate.BytesRules.Builder
-
`ipv4` ensures that the field `value` is a valid IPv4 address in byte format.
- setIpv4(boolean) - Method in class build.buf.validate.StringRules.Builder
-
`ipv4` specifies that the field value must be a valid IPv4 address.
- setIpv4Prefix(boolean) - Method in class build.buf.validate.StringRules.Builder
-
`ipv4_prefix` specifies that the field value must be a valid IPv4 prefix.
- setIpv4WithPrefixlen(boolean) - Method in class build.buf.validate.StringRules.Builder
-
`ipv4_with_prefixlen` specifies that the field value must be a valid IPv4 address with prefix.
- setIpv6(boolean) - Method in class build.buf.validate.BytesRules.Builder
-
`ipv6` ensures that the field `value` is a valid IPv6 address in byte format.
- setIpv6(boolean) - Method in class build.buf.validate.StringRules.Builder
-
`ipv6` specifies that the field value must be a valid IPv6 address, without surrounding square brackets.
- setIpv6Prefix(boolean) - Method in class build.buf.validate.StringRules.Builder
-
`ipv6_prefix` specifies that the field value must be a valid IPv6 prefix.
- setIpv6WithPrefixlen(boolean) - Method in class build.buf.validate.StringRules.Builder
-
`ipv6_with_prefixlen` specifies that the field value must be a valid IPv6 address with prefix length.
- setIpWithPrefixlen(boolean) - Method in class build.buf.validate.StringRules.Builder
-
`ip_with_prefixlen` specifies that the field value must be a valid IP (v4 or v6) address with prefix length.
- setItems(FieldConstraints) - Method in class build.buf.validate.RepeatedRules.Builder
-
`items` details the constraints to be applied to each item in the field.
- setItems(FieldConstraints.Builder) - Method in class build.buf.validate.RepeatedRules.Builder
-
`items` details the constraints to be applied to each item in the field.
- setKeys(FieldConstraints) - Method in class build.buf.validate.MapRules.Builder
-
Specifies the constraints to be applied to each key in the field.
- setKeys(FieldConstraints.Builder) - Method in class build.buf.validate.MapRules.Builder
-
Specifies the constraints to be applied to each key in the field.
- setLen(long) - Method in class build.buf.validate.BytesRules.Builder
-
`len` requires the field value to have the specified length in bytes.
- setLen(long) - Method in class build.buf.validate.StringRules.Builder
-
`len` dictates that the field value must have the specified number of characters (Unicode code points), which may differ from the number of bytes in the string.
- setLenBytes(long) - Method in class build.buf.validate.StringRules.Builder
-
`len_bytes` dictates that the field value must have the specified number of bytes.
- setLt(double) - Method in class build.buf.validate.DoubleRules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- setLt(float) - Method in class build.buf.validate.FloatRules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- setLt(int) - Method in class build.buf.validate.Fixed32Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- setLt(int) - Method in class build.buf.validate.Int32Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- setLt(int) - Method in class build.buf.validate.SFixed32Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- setLt(int) - Method in class build.buf.validate.SInt32Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- setLt(int) - Method in class build.buf.validate.UInt32Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- setLt(long) - Method in class build.buf.validate.Fixed64Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- setLt(long) - Method in class build.buf.validate.Int64Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- setLt(long) - Method in class build.buf.validate.SFixed64Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- setLt(long) - Method in class build.buf.validate.SInt64Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- setLt(long) - Method in class build.buf.validate.UInt64Rules.Builder
-
`lt` requires the field value to be less than the specified value (field < value).
- setLt(Duration) - Method in class build.buf.validate.DurationRules.Builder
-
`lt` stipulates that the field must be less than the specified value of the `google.protobuf.Duration` type, exclusive.
- setLt(Duration.Builder) - Method in class build.buf.validate.DurationRules.Builder
-
`lt` stipulates that the field must be less than the specified value of the `google.protobuf.Duration` type, exclusive.
- setLt(Timestamp) - Method in class build.buf.validate.TimestampRules.Builder
-
requires the duration field value to be less than the specified value (field < value).
- setLt(Timestamp.Builder) - Method in class build.buf.validate.TimestampRules.Builder
-
requires the duration field value to be less than the specified value (field < value).
- setLte(double) - Method in class build.buf.validate.DoubleRules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- setLte(float) - Method in class build.buf.validate.FloatRules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- setLte(int) - Method in class build.buf.validate.Fixed32Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- setLte(int) - Method in class build.buf.validate.Int32Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- setLte(int) - Method in class build.buf.validate.SFixed32Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- setLte(int) - Method in class build.buf.validate.SInt32Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- setLte(int) - Method in class build.buf.validate.UInt32Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- setLte(long) - Method in class build.buf.validate.Fixed64Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- setLte(long) - Method in class build.buf.validate.Int64Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- setLte(long) - Method in class build.buf.validate.SFixed64Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- setLte(long) - Method in class build.buf.validate.SInt64Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- setLte(long) - Method in class build.buf.validate.UInt64Rules.Builder
-
`lte` requires the field value to be less than or equal to the specified value (field <= value).
- setLte(Duration) - Method in class build.buf.validate.DurationRules.Builder
-
`lte` indicates that the field must be less than or equal to the specified value of the `google.protobuf.Duration` type, inclusive.
- setLte(Duration.Builder) - Method in class build.buf.validate.DurationRules.Builder
-
`lte` indicates that the field must be less than or equal to the specified value of the `google.protobuf.Duration` type, inclusive.
- setLte(Timestamp) - Method in class build.buf.validate.TimestampRules.Builder
-
requires the timestamp field value to be less than or equal to the specified value (field <= value).
- setLte(Timestamp.Builder) - Method in class build.buf.validate.TimestampRules.Builder
-
requires the timestamp field value to be less than or equal to the specified value (field <= value).
- setLtNow(boolean) - Method in class build.buf.validate.TimestampRules.Builder
-
`lt_now` specifies that this field, of the `google.protobuf.Timestamp` type, must be less than the current time.
- setMap(MapRules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.MapRules map = 19 [json_name = "map"]; - setMap(MapRules.Builder) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.MapRules map = 19 [json_name = "map"]; - setMaxBytes(long) - Method in class build.buf.validate.StringRules.Builder
-
`max_bytes` specifies that the field value must have no more than the specified number of bytes.
- setMaxItems(long) - Method in class build.buf.validate.RepeatedRules.Builder
-
`max_items` denotes that this field must not exceed a certain number of items as the upper limit.
- setMaxLen(long) - Method in class build.buf.validate.BytesRules.Builder
-
`max_len` requires the field value to have at most the specified maximum length in bytes.
- setMaxLen(long) - Method in class build.buf.validate.StringRules.Builder
-
`max_len` specifies that the field value must have no more than the specified number of characters (Unicode code points), which may differ from the number of bytes in the string.
- setMaxPairs(long) - Method in class build.buf.validate.MapRules.Builder
-
Specifies the maximum number of key-value pairs allowed.
- setMessage(String) - Method in class build.buf.validate.Constraint.Builder
-
`message` is an optional field that provides a human-readable error message for this Constraint when the CEL expression evaluates to false.
- setMessage(String) - Method in class build.buf.validate.priv.Constraint.Builder
-
string message = 2 [json_name = "message"]; - setMessage(String) - Method in class build.buf.validate.Violation.Builder
-
`message` is a human-readable error message that describes the nature of the violation.
- setMessageBytes(ByteString) - Method in class build.buf.validate.Constraint.Builder
-
`message` is an optional field that provides a human-readable error message for this Constraint when the CEL expression evaluates to false.
- setMessageBytes(ByteString) - Method in class build.buf.validate.priv.Constraint.Builder
-
string message = 2 [json_name = "message"]; - setMessageBytes(ByteString) - Method in class build.buf.validate.Violation.Builder
-
`message` is a human-readable error message that describes the nature of the violation.
- setMinBytes(long) - Method in class build.buf.validate.StringRules.Builder
-
`min_bytes` specifies that the field value must have at least the specified number of bytes.
- setMinItems(long) - Method in class build.buf.validate.RepeatedRules.Builder
-
`min_items` requires that this field must contain at least the specified minimum number of items.
- setMinLen(long) - Method in class build.buf.validate.BytesRules.Builder
-
`min_len` requires the field value to have at least the specified minimum length in bytes.
- setMinLen(long) - Method in class build.buf.validate.StringRules.Builder
-
`min_len` specifies that the field value must have at least the specified number of characters (Unicode code points), which may differ from the number of bytes in the string.
- setMinPairs(long) - Method in class build.buf.validate.MapRules.Builder
-
Specifies the minimum number of key-value pairs allowed.
- setNotContains(String) - Method in class build.buf.validate.StringRules.Builder
-
`not_contains` specifies that the field value must not have the specified substring anywhere in the string.
- setNotContainsBytes(ByteString) - Method in class build.buf.validate.StringRules.Builder
-
`not_contains` specifies that the field value must not have the specified substring anywhere in the string.
- setNotIn(int, double) - Method in class build.buf.validate.DoubleRules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- setNotIn(int, float) - Method in class build.buf.validate.FloatRules.Builder
-
`in` requires the field value to not be equal to any of the specified values.
- setNotIn(int, int) - Method in class build.buf.validate.EnumRules.Builder
-
`not_in` requires the field value to be not equal to any of the specified enum values.
- setNotIn(int, int) - Method in class build.buf.validate.Fixed32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- setNotIn(int, int) - Method in class build.buf.validate.Int32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- setNotIn(int, int) - Method in class build.buf.validate.SFixed32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- setNotIn(int, int) - Method in class build.buf.validate.SInt32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- setNotIn(int, int) - Method in class build.buf.validate.UInt32Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- setNotIn(int, long) - Method in class build.buf.validate.Fixed64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- setNotIn(int, long) - Method in class build.buf.validate.Int64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- setNotIn(int, long) - Method in class build.buf.validate.SFixed64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- setNotIn(int, long) - Method in class build.buf.validate.SInt64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- setNotIn(int, long) - Method in class build.buf.validate.UInt64Rules.Builder
-
`not_in` requires the field value to not be equal to any of the specified values.
- setNotIn(int, ByteString) - Method in class build.buf.validate.BytesRules.Builder
-
`not_in` requires the field value to be not equal to any of the specified values.
- setNotIn(int, Duration) - Method in class build.buf.validate.DurationRules.Builder
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- setNotIn(int, Duration.Builder) - Method in class build.buf.validate.DurationRules.Builder
-
`not_in` denotes that the field must not be equal to any of the specified values of the `google.protobuf.Duration` type.
- setNotIn(int, String) - Method in class build.buf.validate.AnyRules.Builder
-
requires the field's type_url to be not equal to any of the specified values.
- setNotIn(int, String) - Method in class build.buf.validate.StringRules.Builder
-
`not_in` specifies that the field value cannot be equal to any of the specified values.
- setPattern(String) - Method in class build.buf.validate.BytesRules.Builder
-
`pattern` requires the field value to match the specified regular expression ([RE2 syntax](https://github.com/google/re2/wiki/Syntax)).
- setPattern(String) - Method in class build.buf.validate.StringRules.Builder
-
`pattern` specifies that the field value must match the specified regular expression (RE2 syntax), with the expression provided without any delimiters.
- setPatternBytes(ByteString) - Method in class build.buf.validate.BytesRules.Builder
-
`pattern` requires the field value to match the specified regular expression ([RE2 syntax](https://github.com/google/re2/wiki/Syntax)).
- setPatternBytes(ByteString) - Method in class build.buf.validate.StringRules.Builder
-
`pattern` specifies that the field value must match the specified regular expression (RE2 syntax), with the expression provided without any delimiters.
- setPrefix(ByteString) - Method in class build.buf.validate.BytesRules.Builder
-
`prefix` requires the field value to have the specified bytes at the beginning of the string.
- setPrefix(String) - Method in class build.buf.validate.StringRules.Builder
-
`prefix` specifies that the field value must have the specified substring at the beginning of the string.
- setPrefixBytes(ByteString) - Method in class build.buf.validate.StringRules.Builder
-
`prefix` specifies that the field value must have the specified substring at the beginning of the string.
- setRepeated(RepeatedRules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - setRepeated(RepeatedRules.Builder) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.AnyRules.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.BoolRules.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.BytesRules.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.Constraint.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.DoubleRules.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.DurationRules.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.EnumRules.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.FieldConstraints.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.Fixed32Rules.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.Fixed64Rules.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.FloatRules.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.Int32Rules.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.Int64Rules.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.MapRules.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.MessageConstraints.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.OneofConstraints.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.priv.Constraint.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.priv.FieldConstraints.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.RepeatedRules.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.SFixed32Rules.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.SFixed64Rules.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.SInt32Rules.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.SInt64Rules.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.StringRules.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.TimestampRules.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.UInt32Rules.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.UInt64Rules.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.Violation.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class build.buf.validate.Violations.Builder
- setRequired(boolean) - Method in class build.buf.validate.FieldConstraints.Builder
-
If `required` is true, the field must be populated.
- setRequired(boolean) - Method in class build.buf.validate.OneofConstraints.Builder
-
If `required` is true, exactly one field of the oneof must be present.
- setSfixed32(SFixed32Rules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - setSfixed32(SFixed32Rules.Builder) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - setSfixed64(SFixed64Rules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - setSfixed64(SFixed64Rules.Builder) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - setSint32(SInt32Rules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - setSint32(SInt32Rules.Builder) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - setSint64(SInt64Rules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - setSint64(SInt64Rules.Builder) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - setSkipped(boolean) - Method in class build.buf.validate.FieldConstraints.Builder
-
Deprecated.buf.validate.FieldConstraints.skipped is deprecated. See buf/validate/validate.proto;l=196
- setStrict(boolean) - Method in class build.buf.validate.StringRules.Builder
-
This applies to regexes `HTTP_HEADER_NAME` and `HTTP_HEADER_VALUE` to enable strict header validation.
- setString(StringRules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - setString(StringRules.Builder) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - setSuffix(ByteString) - Method in class build.buf.validate.BytesRules.Builder
-
`suffix` requires the field value to have the specified bytes at the end of the string.
- setSuffix(String) - Method in class build.buf.validate.StringRules.Builder
-
`suffix` specifies that the field value must have the specified substring at the end of the string.
- setSuffixBytes(ByteString) - Method in class build.buf.validate.StringRules.Builder
-
`suffix` specifies that the field value must have the specified substring at the end of the string.
- setTimestamp(TimestampRules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; - setTimestamp(TimestampRules.Builder) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; - setTuuid(boolean) - Method in class build.buf.validate.StringRules.Builder
-
`tuuid` (trimmed UUID) specifies that the field value must be a valid UUID as defined by [RFC 4122](https://tools.ietf.org/html/rfc4122#section-4.1.2) with all dashes omitted.
- setUint32(UInt32Rules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - setUint32(UInt32Rules.Builder) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - setUint64(UInt64Rules) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - setUint64(UInt64Rules.Builder) - Method in class build.buf.validate.FieldConstraints.Builder
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - setUnique(boolean) - Method in class build.buf.validate.RepeatedRules.Builder
-
`unique` indicates that all elements in this field must be unique.
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.AnyRules.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.BoolRules.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.BytesRules.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.Constraint.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.DoubleRules.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.DurationRules.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.EnumRules.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.FieldConstraints.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.Fixed32Rules.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.Fixed64Rules.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.FloatRules.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.Int32Rules.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.Int64Rules.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.MapRules.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.MessageConstraints.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.OneofConstraints.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.priv.Constraint.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.priv.FieldConstraints.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.RepeatedRules.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.SFixed32Rules.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.SFixed64Rules.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.SInt32Rules.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.SInt64Rules.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.StringRules.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.TimestampRules.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.UInt32Rules.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.UInt64Rules.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.Violation.Builder
- setUnknownFields(UnknownFieldSet) - Method in class build.buf.validate.Violations.Builder
- setUri(boolean) - Method in class build.buf.validate.StringRules.Builder
-
`uri` specifies that the field value must be a valid, absolute URI as defined by [RFC 3986](https://tools.ietf.org/html/rfc3986#section-3).
- setUriRef(boolean) - Method in class build.buf.validate.StringRules.Builder
-
`uri_ref` specifies that the field value must be a valid URI as defined by [RFC 3986](https://tools.ietf.org/html/rfc3986#section-3) and may be either relative or absolute.
- setUuid(boolean) - Method in class build.buf.validate.StringRules.Builder
-
`uuid` specifies that the field value must be a valid UUID as defined by [RFC 4122](https://tools.ietf.org/html/rfc4122#section-4.1.2).
- setValues(FieldConstraints) - Method in class build.buf.validate.MapRules.Builder
-
Specifies the constraints to be applied to the value of each key in the field.
- setValues(FieldConstraints.Builder) - Method in class build.buf.validate.MapRules.Builder
-
Specifies the constraints to be applied to the value of each key in the field.
- setViolations(int, Violation) - Method in class build.buf.validate.Violations.Builder
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- setViolations(int, Violation.Builder) - Method in class build.buf.validate.Violations.Builder
-
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
- setWellKnownRegex(KnownRegex) - Method in class build.buf.validate.StringRules.Builder
-
`well_known_regex` specifies a common well-known pattern defined as a regex.
- setWellKnownRegexValue(int) - Method in class build.buf.validate.StringRules.Builder
-
`well_known_regex` specifies a common well-known pattern defined as a regex.
- setWithin(Duration) - Method in class build.buf.validate.TimestampRules.Builder
-
`within` specifies that this field, of the `google.protobuf.Timestamp` type, must be within the specified duration of the current time.
- setWithin(Duration.Builder) - Method in class build.buf.validate.TimestampRules.Builder
-
`within` specifies that this field, of the `google.protobuf.Timestamp` type, must be within the specified duration of the current time.
- SFIXED32 - Enum constant in enum class build.buf.validate.FieldConstraints.TypeCase
- SFIXED32_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- SFixed32Rules - Class in build.buf.validate
-
SFixed32Rules describes the constraints applied to `fixed32` values.
- SFixed32Rules.Builder - Class in build.buf.validate
-
SFixed32Rules describes the constraints applied to `fixed32` values.
- SFixed32Rules.GreaterThanCase - Enum Class in build.buf.validate
- SFixed32Rules.LessThanCase - Enum Class in build.buf.validate
- SFixed32RulesOrBuilder - Interface in build.buf.validate
- SFIXED64 - Enum constant in enum class build.buf.validate.FieldConstraints.TypeCase
- SFIXED64_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- SFixed64Rules - Class in build.buf.validate
-
SFixed64Rules describes the constraints applied to `fixed64` values.
- SFixed64Rules.Builder - Class in build.buf.validate
-
SFixed64Rules describes the constraints applied to `fixed64` values.
- SFixed64Rules.GreaterThanCase - Enum Class in build.buf.validate
- SFixed64Rules.LessThanCase - Enum Class in build.buf.validate
- SFixed64RulesOrBuilder - Interface in build.buf.validate
- SINT32 - Enum constant in enum class build.buf.validate.FieldConstraints.TypeCase
- SINT32_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- SInt32Rules - Class in build.buf.validate
-
SInt32Rules describes the constraints applied to `sint32` values.
- SInt32Rules.Builder - Class in build.buf.validate
-
SInt32Rules describes the constraints applied to `sint32` values.
- SInt32Rules.GreaterThanCase - Enum Class in build.buf.validate
- SInt32Rules.LessThanCase - Enum Class in build.buf.validate
- SInt32RulesOrBuilder - Interface in build.buf.validate
- SINT64 - Enum constant in enum class build.buf.validate.FieldConstraints.TypeCase
- SINT64_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- SInt64Rules - Class in build.buf.validate
-
SInt64Rules describes the constraints applied to `sint64` values.
- SInt64Rules.Builder - Class in build.buf.validate
-
SInt64Rules describes the constraints applied to `sint64` values.
- SInt64Rules.GreaterThanCase - Enum Class in build.buf.validate
- SInt64Rules.LessThanCase - Enum Class in build.buf.validate
- SInt64RulesOrBuilder - Interface in build.buf.validate
- SKIPPED_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- source - Variable in class build.buf.protovalidate.internal.expression.AstExpression
-
Contains the original expression from the proto file.
- STRICT_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- STRING - Enum constant in enum class build.buf.validate.FieldConstraints.TypeCase
- STRING_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- StringRules - Class in build.buf.validate
-
StringRules describes the constraints applied to `string` values These rules may also be applied to the `google.protobuf.StringValue` Well-Known-Type.
- StringRules.Builder - Class in build.buf.validate
-
StringRules describes the constraints applied to `string` values These rules may also be applied to the `google.protobuf.StringValue` Well-Known-Type.
- StringRules.WellKnownCase - Enum Class in build.buf.validate
- StringRulesOrBuilder - Interface in build.buf.validate
- SUFFIX_FIELD_NUMBER - Static variable in class build.buf.validate.BytesRules
- SUFFIX_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
T
- tautology() - Method in interface build.buf.protovalidate.internal.evaluator.Evaluator
-
Tautology returns true if the evaluator always succeeds.
- tautology() - Method in class build.buf.protovalidate.internal.evaluator.OneofEvaluator
- tautology() - Method in class build.buf.protovalidate.internal.expression.CelPrograms
- THIS_NAME - Static variable in class build.buf.protovalidate.internal.expression.Variable
-
The "this" variable in CEL.
- TIMESTAMP - Enum constant in enum class build.buf.validate.FieldConstraints.TypeCase
- TIMESTAMP_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- TimestampRules - Class in build.buf.validate
-
TimestampRules describe the constraints applied exclusively to the `google.protobuf.Timestamp` well-known type.
- TimestampRules.Builder - Class in build.buf.validate
-
TimestampRules describe the constraints applied exclusively to the `google.protobuf.Timestamp` well-known type.
- TimestampRules.GreaterThanCase - Enum Class in build.buf.validate
- TimestampRules.LessThanCase - Enum Class in build.buf.validate
- TimestampRulesOrBuilder - Interface in build.buf.validate
- toBuilder() - Method in class build.buf.validate.AnyRules
- toBuilder() - Method in class build.buf.validate.BoolRules
- toBuilder() - Method in class build.buf.validate.BytesRules
- toBuilder() - Method in class build.buf.validate.Constraint
- toBuilder() - Method in class build.buf.validate.DoubleRules
- toBuilder() - Method in class build.buf.validate.DurationRules
- toBuilder() - Method in class build.buf.validate.EnumRules
- toBuilder() - Method in class build.buf.validate.FieldConstraints
- toBuilder() - Method in class build.buf.validate.Fixed32Rules
- toBuilder() - Method in class build.buf.validate.Fixed64Rules
- toBuilder() - Method in class build.buf.validate.FloatRules
- toBuilder() - Method in class build.buf.validate.Int32Rules
- toBuilder() - Method in class build.buf.validate.Int64Rules
- toBuilder() - Method in class build.buf.validate.MapRules
- toBuilder() - Method in class build.buf.validate.MessageConstraints
- toBuilder() - Method in class build.buf.validate.OneofConstraints
- toBuilder() - Method in class build.buf.validate.priv.Constraint
- toBuilder() - Method in class build.buf.validate.priv.FieldConstraints
- toBuilder() - Method in class build.buf.validate.RepeatedRules
- toBuilder() - Method in class build.buf.validate.SFixed32Rules
- toBuilder() - Method in class build.buf.validate.SFixed64Rules
- toBuilder() - Method in class build.buf.validate.SInt32Rules
- toBuilder() - Method in class build.buf.validate.SInt64Rules
- toBuilder() - Method in class build.buf.validate.StringRules
- toBuilder() - Method in class build.buf.validate.TimestampRules
- toBuilder() - Method in class build.buf.validate.UInt32Rules
- toBuilder() - Method in class build.buf.validate.UInt64Rules
- toBuilder() - Method in class build.buf.validate.Violation
- toBuilder() - Method in class build.buf.validate.Violations
- toString() - Method in class build.buf.protovalidate.ValidationResult
-
Returns a string representation of the validation result, including all the violations.
- TUUID - Enum constant in enum class build.buf.validate.StringRules.WellKnownCase
- TUUID_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- TYPE_NOT_SET - Enum constant in enum class build.buf.validate.FieldConstraints.TypeCase
U
- UINT32 - Enum constant in enum class build.buf.validate.FieldConstraints.TypeCase
- UINT32_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- UInt32Rules - Class in build.buf.validate
-
UInt32Rules describes the constraints applied to `uint32` values.
- UInt32Rules.Builder - Class in build.buf.validate
-
UInt32Rules describes the constraints applied to `uint32` values.
- UInt32Rules.GreaterThanCase - Enum Class in build.buf.validate
- UInt32Rules.LessThanCase - Enum Class in build.buf.validate
- UInt32RulesOrBuilder - Interface in build.buf.validate
- UINT64 - Enum constant in enum class build.buf.validate.FieldConstraints.TypeCase
- UINT64_FIELD_NUMBER - Static variable in class build.buf.validate.FieldConstraints
- UInt64Rules - Class in build.buf.validate
-
UInt64Rules describes the constraints applied to `uint64` values.
- UInt64Rules.Builder - Class in build.buf.validate
-
UInt64Rules describes the constraints applied to `uint64` values.
- UInt64Rules.GreaterThanCase - Enum Class in build.buf.validate
- UInt64Rules.LessThanCase - Enum Class in build.buf.validate
- UInt64RulesOrBuilder - Interface in build.buf.validate
- UNIQUE_FIELD_NUMBER - Static variable in class build.buf.validate.RepeatedRules
- UNRECOGNIZED - Enum constant in enum class build.buf.validate.Ignore
- UNRECOGNIZED - Enum constant in enum class build.buf.validate.KnownRegex
- URI - Enum constant in enum class build.buf.validate.StringRules.WellKnownCase
- URI_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- URI_REF - Enum constant in enum class build.buf.validate.StringRules.WellKnownCase
- URI_REF_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- UUID - Enum constant in enum class build.buf.validate.StringRules.WellKnownCase
- UUID_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
V
- validate(Message) - Method in class build.buf.protovalidate.Validator
-
Checks that message satisfies its constraints.
- ValidateLibrary - Class in build.buf.protovalidate.internal.celext
-
Custom
Libraryfor CEL. - ValidateLibrary() - Constructor for class build.buf.protovalidate.internal.celext.ValidateLibrary
-
Creates a ValidateLibrary with all custom declarations and overloads.
- ValidateProto - Class in build.buf.validate
- ValidationException - Exception Class in build.buf.protovalidate.exceptions
-
ValidationException is the base exception for all validation errors.
- ValidationException(String) - Constructor for exception class build.buf.protovalidate.exceptions.ValidationException
-
Creates a ValidationException with the specified message.
- ValidationException(String, Throwable) - Constructor for exception class build.buf.protovalidate.exceptions.ValidationException
-
Creates a ValidationException with the specified message and cause.
- ValidationResult - Class in build.buf.protovalidate
-
ValidationResultis returned when a constraint is executed. - ValidationResult(List<Violation>) - Constructor for class build.buf.protovalidate.ValidationResult
-
Creates a violation result from a list of violations.
- Validator - Class in build.buf.protovalidate
-
Performs validation on any proto.Message values.
- Validator() - Constructor for class build.buf.protovalidate.Validator
-
Constructs a new
Validatorwith a default configuration. - Validator(Config) - Constructor for class build.buf.protovalidate.Validator
-
Constructs a new
Validator. - value(Class<T>) - Method in class build.buf.protovalidate.internal.evaluator.MessageValue
- value(Class<T>) - Method in class build.buf.protovalidate.internal.evaluator.ObjectValue
- value(Class<T>) - Method in interface build.buf.protovalidate.internal.evaluator.Value
-
Get the underlying value and cast it to the class type.
- Value - Interface in build.buf.protovalidate.internal.evaluator
-
Valueis a wrapper around a protobuf value that provides helper methods for accessing the value. - valueOf(int) - Static method in enum class build.buf.validate.BytesRules.WellKnownCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.DoubleRules.GreaterThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.DoubleRules.LessThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.DurationRules.GreaterThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.DurationRules.LessThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.FieldConstraints.TypeCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.Fixed32Rules.GreaterThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.Fixed32Rules.LessThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.Fixed64Rules.GreaterThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.Fixed64Rules.LessThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.FloatRules.GreaterThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.FloatRules.LessThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.Ignore
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.Int32Rules.GreaterThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.Int32Rules.LessThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.Int64Rules.GreaterThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.Int64Rules.LessThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.KnownRegex
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.SFixed32Rules.GreaterThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.SFixed32Rules.LessThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.SFixed64Rules.GreaterThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.SFixed64Rules.LessThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.SInt32Rules.GreaterThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.SInt32Rules.LessThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.SInt64Rules.GreaterThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.SInt64Rules.LessThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.StringRules.WellKnownCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.TimestampRules.GreaterThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.TimestampRules.LessThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.UInt32Rules.GreaterThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.UInt32Rules.LessThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.UInt64Rules.GreaterThanCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.UInt64Rules.LessThanCase
-
Deprecated.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class build.buf.validate.Ignore
-
Returns the enum constant of this class with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class build.buf.validate.KnownRegex
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.BytesRules.WellKnownCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.DoubleRules.GreaterThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.DoubleRules.LessThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.DurationRules.GreaterThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.DurationRules.LessThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.FieldConstraints.TypeCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.Fixed32Rules.GreaterThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.Fixed32Rules.LessThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.Fixed64Rules.GreaterThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.Fixed64Rules.LessThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.FloatRules.GreaterThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.FloatRules.LessThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.Ignore
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.Int32Rules.GreaterThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.Int32Rules.LessThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.Int64Rules.GreaterThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.Int64Rules.LessThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.KnownRegex
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.SFixed32Rules.GreaterThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.SFixed32Rules.LessThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.SFixed64Rules.GreaterThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.SFixed64Rules.LessThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.SInt32Rules.GreaterThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.SInt32Rules.LessThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.SInt64Rules.GreaterThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.SInt64Rules.LessThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.StringRules.WellKnownCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.TimestampRules.GreaterThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.TimestampRules.LessThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.UInt32Rules.GreaterThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.UInt32Rules.LessThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.UInt64Rules.GreaterThanCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.UInt64Rules.LessThanCase
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class build.buf.validate.BytesRules.WellKnownCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.DoubleRules.GreaterThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.DoubleRules.LessThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.DurationRules.GreaterThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.DurationRules.LessThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.FieldConstraints.TypeCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.Fixed32Rules.GreaterThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.Fixed32Rules.LessThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.Fixed64Rules.GreaterThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.Fixed64Rules.LessThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.FloatRules.GreaterThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.FloatRules.LessThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.Ignore
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.Int32Rules.GreaterThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.Int32Rules.LessThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.Int64Rules.GreaterThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.Int64Rules.LessThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.KnownRegex
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.SFixed32Rules.GreaterThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.SFixed32Rules.LessThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.SFixed64Rules.GreaterThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.SFixed64Rules.LessThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.SInt32Rules.GreaterThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.SInt32Rules.LessThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.SInt64Rules.GreaterThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.SInt64Rules.LessThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.StringRules.WellKnownCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.TimestampRules.GreaterThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.TimestampRules.LessThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.UInt32Rules.GreaterThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.UInt32Rules.LessThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.UInt64Rules.GreaterThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class build.buf.validate.UInt64Rules.LessThanCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VALUES_FIELD_NUMBER - Static variable in class build.buf.validate.MapRules
- Variable - Class in build.buf.protovalidate.internal.expression
-
VariableimplementsActivation, providing a lightweight named variable to cel.Program executions. - Violation - Class in build.buf.validate
-
`Violation` represents a single instance where a validation rule, expressed as a `Constraint`, was not met.
- Violation.Builder - Class in build.buf.validate
-
`Violation` represents a single instance where a validation rule, expressed as a `Constraint`, was not met.
- ViolationOrBuilder - Interface in build.buf.validate
- Violations - Class in build.buf.validate
-
`Violations` is a collection of `Violation` messages.
- VIOLATIONS_FIELD_NUMBER - Static variable in class build.buf.validate.Violations
- Violations.Builder - Class in build.buf.validate
-
`Violations` is a collection of `Violation` messages.
- ViolationsOrBuilder - Interface in build.buf.validate
W
- WELL_KNOWN_REGEX - Enum constant in enum class build.buf.validate.StringRules.WellKnownCase
- WELL_KNOWN_REGEX_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- WELLKNOWN_NOT_SET - Enum constant in enum class build.buf.validate.BytesRules.WellKnownCase
- WELLKNOWN_NOT_SET - Enum constant in enum class build.buf.validate.StringRules.WellKnownCase
- WITHIN_FIELD_NUMBER - Static variable in class build.buf.validate.TimestampRules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.AnyRules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.BoolRules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.BytesRules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.Constraint
- writeTo(CodedOutputStream) - Method in class build.buf.validate.DoubleRules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.DurationRules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.EnumRules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.FieldConstraints
- writeTo(CodedOutputStream) - Method in class build.buf.validate.Fixed32Rules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.Fixed64Rules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.FloatRules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.Int32Rules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.Int64Rules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.MapRules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.MessageConstraints
- writeTo(CodedOutputStream) - Method in class build.buf.validate.OneofConstraints
- writeTo(CodedOutputStream) - Method in class build.buf.validate.priv.Constraint
- writeTo(CodedOutputStream) - Method in class build.buf.validate.priv.FieldConstraints
- writeTo(CodedOutputStream) - Method in class build.buf.validate.RepeatedRules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.SFixed32Rules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.SFixed64Rules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.SInt32Rules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.SInt64Rules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.StringRules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.TimestampRules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.UInt32Rules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.UInt64Rules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.Violation
- writeTo(CodedOutputStream) - Method in class build.buf.validate.Violations
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form