Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addAllCel(Iterable<? extends Rule>) - Method in class build.buf.validate.FieldRules.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- addAllCel(Iterable<? extends Rule>) - Method in class build.buf.validate.MessageRules.Builder
-
`cel` is a repeated field of type Rule.
- addAllCel(Iterable<? extends Rule>) - Method in class build.buf.validate.PredefinedRules.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- addAllElements(Iterable<? extends FieldPathElement>) - Method in class build.buf.validate.FieldPath.Builder
-
`elements` contains each element of the path, starting from the root and recursing downward.
- addAllExample(Iterable<? extends ByteString>) - Method in class build.buf.validate.BytesRules.Builder
-
`example` specifies values that the field may have.
- addAllExample(Iterable<? extends Duration>) - Method in class build.buf.validate.DurationRules.Builder
-
`example` specifies values that the field may have.
- addAllExample(Iterable<? extends Timestamp>) - Method in class build.buf.validate.TimestampRules.Builder
-
`example` specifies values that the field may have.
- addAllExample(Iterable<? extends Boolean>) - Method in class build.buf.validate.BoolRules.Builder
-
`example` specifies values that the field may have.
- addAllExample(Iterable<? extends Double>) - Method in class build.buf.validate.DoubleRules.Builder
-
`example` specifies values that the field may have.
- addAllExample(Iterable<? extends Float>) - Method in class build.buf.validate.FloatRules.Builder
-
`example` specifies values that the field may have.
- addAllExample(Iterable<? extends Integer>) - Method in class build.buf.validate.EnumRules.Builder
-
`example` specifies values that the field may have.
- addAllExample(Iterable<? extends Integer>) - Method in class build.buf.validate.Fixed32Rules.Builder
-
`example` specifies values that the field may have.
- addAllExample(Iterable<? extends Integer>) - Method in class build.buf.validate.Int32Rules.Builder
-
`example` specifies values that the field may have.
- addAllExample(Iterable<? extends Integer>) - Method in class build.buf.validate.SFixed32Rules.Builder
-
`example` specifies values that the field may have.
- addAllExample(Iterable<? extends Integer>) - Method in class build.buf.validate.SInt32Rules.Builder
-
`example` specifies values that the field may have.
- addAllExample(Iterable<? extends Integer>) - Method in class build.buf.validate.UInt32Rules.Builder
-
`example` specifies values that the field may have.
- addAllExample(Iterable<? extends Long>) - Method in class build.buf.validate.Fixed64Rules.Builder
-
`example` specifies values that the field may have.
- addAllExample(Iterable<? extends Long>) - Method in class build.buf.validate.Int64Rules.Builder
-
`example` specifies values that the field may have.
- addAllExample(Iterable<? extends Long>) - Method in class build.buf.validate.SFixed64Rules.Builder
-
`example` specifies values that the field may have.
- addAllExample(Iterable<? extends Long>) - Method in class build.buf.validate.SInt64Rules.Builder
-
`example` specifies values that the field may have.
- addAllExample(Iterable<? extends Long>) - Method in class build.buf.validate.UInt64Rules.Builder
-
`example` specifies values that the field may have.
- addAllExample(Iterable<String>) - Method in class build.buf.validate.StringRules.Builder
-
`example` specifies values that the field may have.
- addAllFields(Iterable<String>) - Method in class build.buf.validate.MessageOneofRule.Builder
-
A list of field names to include in the oneof.
- 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.
- addAllOneof(Iterable<? extends MessageOneofRule>) - Method in class build.buf.validate.MessageRules.Builder
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- 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, Rule) - Method in class build.buf.validate.FieldRules.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- addCel(int, Rule) - Method in class build.buf.validate.MessageRules.Builder
-
`cel` is a repeated field of type Rule.
- addCel(int, Rule) - Method in class build.buf.validate.PredefinedRules.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- addCel(int, Rule.Builder) - Method in class build.buf.validate.FieldRules.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- addCel(int, Rule.Builder) - Method in class build.buf.validate.MessageRules.Builder
-
`cel` is a repeated field of type Rule.
- addCel(int, Rule.Builder) - Method in class build.buf.validate.PredefinedRules.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- addCel(Rule) - Method in class build.buf.validate.FieldRules.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- addCel(Rule) - Method in class build.buf.validate.MessageRules.Builder
-
`cel` is a repeated field of type Rule.
- addCel(Rule) - Method in class build.buf.validate.PredefinedRules.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- addCel(Rule.Builder) - Method in class build.buf.validate.FieldRules.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- addCel(Rule.Builder) - Method in class build.buf.validate.MessageRules.Builder
-
`cel` is a repeated field of type Rule.
- addCel(Rule.Builder) - Method in class build.buf.validate.PredefinedRules.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.FieldRules.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.MessageRules.Builder
-
`cel` is a repeated field of type Rule.
- addCelBuilder() - Method in class build.buf.validate.PredefinedRules.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.FieldRules.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.MessageRules.Builder
-
`cel` is a repeated field of type Rule.
- addCelBuilder(int) - Method in class build.buf.validate.PredefinedRules.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- addElements(int, FieldPathElement) - Method in class build.buf.validate.FieldPath.Builder
-
`elements` contains each element of the path, starting from the root and recursing downward.
- addElements(int, FieldPathElement.Builder) - Method in class build.buf.validate.FieldPath.Builder
-
`elements` contains each element of the path, starting from the root and recursing downward.
- addElements(FieldPathElement) - Method in class build.buf.validate.FieldPath.Builder
-
`elements` contains each element of the path, starting from the root and recursing downward.
- addElements(FieldPathElement.Builder) - Method in class build.buf.validate.FieldPath.Builder
-
`elements` contains each element of the path, starting from the root and recursing downward.
- addElementsBuilder() - Method in class build.buf.validate.FieldPath.Builder
-
`elements` contains each element of the path, starting from the root and recursing downward.
- addElementsBuilder(int) - Method in class build.buf.validate.FieldPath.Builder
-
`elements` contains each element of the path, starting from the root and recursing downward.
- addExample(boolean) - Method in class build.buf.validate.BoolRules.Builder
-
`example` specifies values that the field may have.
- addExample(double) - Method in class build.buf.validate.DoubleRules.Builder
-
`example` specifies values that the field may have.
- addExample(float) - Method in class build.buf.validate.FloatRules.Builder
-
`example` specifies values that the field may have.
- addExample(int) - Method in class build.buf.validate.EnumRules.Builder
-
`example` specifies values that the field may have.
- addExample(int) - Method in class build.buf.validate.Fixed32Rules.Builder
-
`example` specifies values that the field may have.
- addExample(int) - Method in class build.buf.validate.Int32Rules.Builder
-
`example` specifies values that the field may have.
- addExample(int) - Method in class build.buf.validate.SFixed32Rules.Builder
-
`example` specifies values that the field may have.
- addExample(int) - Method in class build.buf.validate.SInt32Rules.Builder
-
`example` specifies values that the field may have.
- addExample(int) - Method in class build.buf.validate.UInt32Rules.Builder
-
`example` specifies values that the field may have.
- addExample(int, Duration) - Method in class build.buf.validate.DurationRules.Builder
-
`example` specifies values that the field may have.
- addExample(int, Duration.Builder) - Method in class build.buf.validate.DurationRules.Builder
-
`example` specifies values that the field may have.
- addExample(int, Timestamp) - Method in class build.buf.validate.TimestampRules.Builder
-
`example` specifies values that the field may have.
- addExample(int, Timestamp.Builder) - Method in class build.buf.validate.TimestampRules.Builder
-
`example` specifies values that the field may have.
- addExample(long) - Method in class build.buf.validate.Fixed64Rules.Builder
-
`example` specifies values that the field may have.
- addExample(long) - Method in class build.buf.validate.Int64Rules.Builder
-
`example` specifies values that the field may have.
- addExample(long) - Method in class build.buf.validate.SFixed64Rules.Builder
-
`example` specifies values that the field may have.
- addExample(long) - Method in class build.buf.validate.SInt64Rules.Builder
-
`example` specifies values that the field may have.
- addExample(long) - Method in class build.buf.validate.UInt64Rules.Builder
-
`example` specifies values that the field may have.
- addExample(ByteString) - Method in class build.buf.validate.BytesRules.Builder
-
`example` specifies values that the field may have.
- addExample(Duration) - Method in class build.buf.validate.DurationRules.Builder
-
`example` specifies values that the field may have.
- addExample(Duration.Builder) - Method in class build.buf.validate.DurationRules.Builder
-
`example` specifies values that the field may have.
- addExample(Timestamp) - Method in class build.buf.validate.TimestampRules.Builder
-
`example` specifies values that the field may have.
- addExample(Timestamp.Builder) - Method in class build.buf.validate.TimestampRules.Builder
-
`example` specifies values that the field may have.
- addExample(String) - Method in class build.buf.validate.StringRules.Builder
-
`example` specifies values that the field may have.
- addExampleBuilder() - Method in class build.buf.validate.DurationRules.Builder
-
`example` specifies values that the field may have.
- addExampleBuilder() - Method in class build.buf.validate.TimestampRules.Builder
-
`example` specifies values that the field may have.
- addExampleBuilder(int) - Method in class build.buf.validate.DurationRules.Builder
-
`example` specifies values that the field may have.
- addExampleBuilder(int) - Method in class build.buf.validate.TimestampRules.Builder
-
`example` specifies values that the field may have.
- addExampleBytes(ByteString) - Method in class build.buf.validate.StringRules.Builder
-
`example` specifies values that the field may have.
- addFields(String) - Method in class build.buf.validate.MessageOneofRule.Builder
-
A list of field names to include in the oneof.
- addFieldsBytes(ByteString) - Method in class build.buf.validate.MessageOneofRule.Builder
-
A list of field names to include in the oneof.
- 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.
- addOneof(int, MessageOneofRule) - Method in class build.buf.validate.MessageRules.Builder
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- addOneof(int, MessageOneofRule.Builder) - Method in class build.buf.validate.MessageRules.Builder
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- addOneof(MessageOneofRule) - Method in class build.buf.validate.MessageRules.Builder
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- addOneof(MessageOneofRule.Builder) - Method in class build.buf.validate.MessageRules.Builder
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- addOneofBuilder() - Method in class build.buf.validate.MessageRules.Builder
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- addOneofBuilder(int) - Method in class build.buf.validate.MessageRules.Builder
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- 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.FieldRules.TypeCase
- ANY_FIELD_NUMBER - Static variable in class build.buf.validate.FieldRules
- AnyRules - Class in build.buf.validate
-
AnyRules describe rules applied exclusively to the `google.protobuf.Any` well-known type.
- AnyRules.Builder - Class in build.buf.validate
-
AnyRules describe rules applied exclusively to the `google.protobuf.Any` well-known type.
- AnyRulesOrBuilder - Interface in build.buf.validate
B
- BOOL - Enum constant in enum class build.buf.validate.FieldRules.TypeCase
- BOOL_FIELD_NUMBER - Static variable in class build.buf.validate.FieldRules
- BOOL_KEY - Enum constant in enum class build.buf.validate.FieldPathElement.SubscriptCase
- BOOL_KEY_FIELD_NUMBER - Static variable in class build.buf.validate.FieldPathElement
- BoolRules - Class in build.buf.validate
-
BoolRules describes the rules applied to `bool` values.
- BoolRules.Builder - Class in build.buf.validate
-
BoolRules describes the rules 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.protovalidate.ValidatorFactory.ValidatorBuilder
-
Build a new validator
- 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.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.FieldPath.Builder
- build() - Method in class build.buf.validate.FieldPathElement.Builder
- build() - Method in class build.buf.validate.FieldRules.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.MessageOneofRule.Builder
- build() - Method in class build.buf.validate.MessageRules.Builder
- build() - Method in class build.buf.validate.OneofRules.Builder
- build() - Method in class build.buf.validate.PredefinedRules.Builder
- build() - Method in class build.buf.validate.RepeatedRules.Builder
- build() - Method in class build.buf.validate.Rule.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.validate - package build.buf.validate
- 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.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.FieldPath.Builder
- buildPartial() - Method in class build.buf.validate.FieldPathElement.Builder
- buildPartial() - Method in class build.buf.validate.FieldRules.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.MessageOneofRule.Builder
- buildPartial() - Method in class build.buf.validate.MessageRules.Builder
- buildPartial() - Method in class build.buf.validate.OneofRules.Builder
- buildPartial() - Method in class build.buf.validate.PredefinedRules.Builder
- buildPartial() - Method in class build.buf.validate.RepeatedRules.Builder
- buildPartial() - Method in class build.buf.validate.Rule.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
- buildWithDescriptors(List<Descriptors.Descriptor>, boolean) - Method in class build.buf.protovalidate.ValidatorFactory.ValidatorBuilder
-
Build the validator, warming up the cache with any provided descriptors.
- BYTES - Enum constant in enum class build.buf.validate.FieldRules.TypeCase
- BYTES_FIELD_NUMBER - Static variable in class build.buf.validate.FieldRules
- BytesRules - Class in build.buf.validate
-
BytesRules describe the rules applied to `bytes` values.
- BytesRules.Builder - Class in build.buf.validate
-
BytesRules describe the rules 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.FieldRules
- CEL_FIELD_NUMBER - Static variable in class build.buf.validate.MessageRules
- CEL_FIELD_NUMBER - Static variable in class build.buf.validate.PredefinedRules
- 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.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.FieldPath.Builder
- clear() - Method in class build.buf.validate.FieldPathElement.Builder
- clear() - Method in class build.buf.validate.FieldRules.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.MessageOneofRule.Builder
- clear() - Method in class build.buf.validate.MessageRules.Builder
- clear() - Method in class build.buf.validate.OneofRules.Builder
- clear() - Method in class build.buf.validate.PredefinedRules.Builder
- clear() - Method in class build.buf.validate.RepeatedRules.Builder
- clear() - Method in class build.buf.validate.Rule.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 (for example, "example.com"), or a valid IP (v4 or v6) address (for example, "192.168.0.1", or "::1").
- clearAny() - Method in class build.buf.validate.FieldRules.Builder
-
Well-Known Field Types
- clearBool() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - clearBoolKey() - Method in class build.buf.validate.FieldPathElement.Builder
-
`bool_key` specifies a map key of type bool.
- clearBytes() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - clearCel() - Method in class build.buf.validate.FieldRules.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.MessageRules.Builder
-
`cel` is a repeated field of type Rule.
- clearCel() - Method in class build.buf.validate.PredefinedRules.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- 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.
- 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.MessageRules.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.FieldRules.Builder
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - clearDuration() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - clearElements() - Method in class build.buf.validate.FieldPath.Builder
-
`elements` contains each element of the path, starting from the root and recursing downward.
- clearEmail() - Method in class build.buf.validate.StringRules.Builder
-
`email` specifies that the field value must be a valid email address, for example "foo@example.com".
- clearEnum() - Method in class build.buf.validate.FieldRules.Builder
-
Complex Field Types
- clearExample() - Method in class build.buf.validate.BoolRules.Builder
-
`example` specifies values that the field may have.
- clearExample() - Method in class build.buf.validate.BytesRules.Builder
-
`example` specifies values that the field may have.
- clearExample() - Method in class build.buf.validate.DoubleRules.Builder
-
`example` specifies values that the field may have.
- clearExample() - Method in class build.buf.validate.DurationRules.Builder
-
`example` specifies values that the field may have.
- clearExample() - Method in class build.buf.validate.EnumRules.Builder
-
`example` specifies values that the field may have.
- clearExample() - Method in class build.buf.validate.Fixed32Rules.Builder
-
`example` specifies values that the field may have.
- clearExample() - Method in class build.buf.validate.Fixed64Rules.Builder
-
`example` specifies values that the field may have.
- clearExample() - Method in class build.buf.validate.FloatRules.Builder
-
`example` specifies values that the field may have.
- clearExample() - Method in class build.buf.validate.Int32Rules.Builder
-
`example` specifies values that the field may have.
- clearExample() - Method in class build.buf.validate.Int64Rules.Builder
-
`example` specifies values that the field may have.
- clearExample() - Method in class build.buf.validate.SFixed32Rules.Builder
-
`example` specifies values that the field may have.
- clearExample() - Method in class build.buf.validate.SFixed64Rules.Builder
-
`example` specifies values that the field may have.
- clearExample() - Method in class build.buf.validate.SInt32Rules.Builder
-
`example` specifies values that the field may have.
- clearExample() - Method in class build.buf.validate.SInt64Rules.Builder
-
`example` specifies values that the field may have.
- clearExample() - Method in class build.buf.validate.StringRules.Builder
-
`example` specifies values that the field may have.
- clearExample() - Method in class build.buf.validate.TimestampRules.Builder
-
`example` specifies values that the field may have.
- clearExample() - Method in class build.buf.validate.UInt32Rules.Builder
-
`example` specifies values that the field may have.
- clearExample() - Method in class build.buf.validate.UInt64Rules.Builder
-
`example` specifies values that the field may have.
- clearExpression() - Method in class build.buf.validate.Rule.Builder
-
`expression` is the actual CEL expression that will be evaluated for validation.
- clearField() - Method in class build.buf.validate.Violation.Builder
-
`field` is a machine-readable path to the field that failed validation.
- clearFieldName() - Method in class build.buf.validate.FieldPathElement.Builder
-
`field_name` contains the field name this path element refers to.
- clearFieldNumber() - Method in class build.buf.validate.FieldPathElement.Builder
-
`field_number` is the field number this path element refers to.
- clearFields() - Method in class build.buf.validate.MessageOneofRule.Builder
-
A list of field names to include in the oneof.
- clearFieldType() - Method in class build.buf.validate.FieldPathElement.Builder
-
`field_type` specifies the type of this field.
- 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.FieldRules.Builder
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - clearFixed64() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - clearFloat() - Method in class build.buf.validate.FieldRules.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 that the field value must be valid host/port pair—for example, "example.com:8080".
- clearHostname() - Method in class build.buf.validate.StringRules.Builder
-
`hostname` specifies that the field value must be a valid hostname, for example "foo.example.com".
- clearId() - Method in class build.buf.validate.Rule.Builder
-
`id` is a string that serves as a machine-readable name for this Rule.
- clearIgnore() - Method in class build.buf.validate.FieldRules.Builder
-
Skip validation on the field if its value matches the specified criteria.
- 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.
- clearIndex() - Method in class build.buf.validate.FieldPathElement.Builder
-
`index` specifies a 0-based index into a repeated field.
- clearInt32() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - clearInt64() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - clearIntKey() - Method in class build.buf.validate.FieldPathElement.Builder
-
`int_key` specifies a map key of type int32, int64, sint32, sint64, sfixed32 or sfixed64.
- 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.
- 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—for example, "192.168.0.0/16" or "2001:0DB8:ABCD:0012::0/64".
- 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—for example "192.168.5.21".
- clearIpv4Prefix() - Method in class build.buf.validate.StringRules.Builder
-
`ipv4_prefix` specifies that the field value must be a valid IPv4 prefix, for example "192.168.0.0/16".
- 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 length—for example, "192.168.5.21/16".
- 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—for example "::1", or "d7a:115c:a1e0:ab12:4843:cd96:626b:430b".
- clearIpv6Prefix() - Method in class build.buf.validate.StringRules.Builder
-
`ipv6_prefix` specifies that the field value must be a valid IPv6 prefix—for example, "2001:0DB8:ABCD:0012::0/64".
- 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—for example, "2001:0DB8:ABCD:0012::F1/64".
- 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—for example, "192.168.5.21/16" or "2001:0DB8:ABCD:0012::F1/64".
- clearItems() - Method in class build.buf.validate.RepeatedRules.Builder
-
`items` details the rules to be applied to each item in the field.
- clearKeys() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the rules to be applied to each key in the field.
- clearKeyType() - Method in class build.buf.validate.FieldPathElement.Builder
-
`key_type` specifies the map key type of this 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.FieldRules.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.Rule.Builder
-
`message` is an optional field that provides a human-readable error message for this Rule when the CEL expression evaluates to false.
- 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() - Method in class build.buf.validate.MessageRules.Builder
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- 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.FieldRules.Builder
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - clearRequired() - Method in class build.buf.validate.FieldRules.Builder
-
If `required` is true, the field must be populated.
- clearRequired() - Method in class build.buf.validate.MessageOneofRule.Builder
-
If true, one of the fields specified _must_ be set.
- clearRequired() - Method in class build.buf.validate.OneofRules.Builder
-
If `required` is true, exactly one field of the oneof must be present.
- clearRule() - Method in class build.buf.validate.Violation.Builder
-
`rule` is a machine-readable path that points to the specific rule that failed validation.
- clearRuleId() - Method in class build.buf.validate.Violation.Builder
-
`rule_id` is the unique identifier of the `Rule` that was not fulfilled.
- clearSfixed32() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - clearSfixed64() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - clearSint32() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - clearSint64() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - 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.FieldRules.Builder
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - clearStringKey() - Method in class build.buf.validate.FieldPathElement.Builder
-
`string_key` specifies a map key of type string.
- clearSubscript() - Method in class build.buf.validate.FieldPathElement.Builder
- 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.FieldRules.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://datatracker.ietf.org/doc/html/rfc4122#section-4.1.2) with all dashes omitted.
- clearType() - Method in class build.buf.validate.FieldRules.Builder
- clearUint32() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - clearUint64() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - clearUintKey() - Method in class build.buf.validate.FieldPathElement.Builder
-
`uint_key` specifies a map key of type uint32, uint64, fixed32 or fixed64.
- 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 URI, for example "https://example.com/foo/bar?baz=quux#frag".
- clearUriRef() - Method in class build.buf.validate.StringRules.Builder
-
`uri_ref` specifies that the field value must be a valid URI Reference—either a URI such as "https://example.com/foo/bar?baz=quux#frag", or a Relative Reference such as "./foo/bar?query".
- 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://datatracker.ietf.org/doc/html/rfc4122#section-4.1.2).
- clearValues() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the rules to be applied to the value of each key in the field.
- clearValueType() - Method in class build.buf.validate.FieldPathElement.Builder
-
`value_type` specifies map value type of this 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.
- CompilationException - Exception Class in build.buf.protovalidate.exceptions
-
CompilationException is returned when a rule 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.
- 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
- 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
- DISABLED_FIELD_NUMBER - Static variable in class build.buf.validate.MessageRules
- DOUBLE - Enum constant in enum class build.buf.validate.FieldRules.TypeCase
- DOUBLE_FIELD_NUMBER - Static variable in class build.buf.validate.FieldRules
- DoubleRules - Class in build.buf.validate
-
DoubleRules describes the rules applied to `double` values.
- DoubleRules.Builder - Class in build.buf.validate
-
DoubleRules describes the rules 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.FieldRules.TypeCase
- DURATION_FIELD_NUMBER - Static variable in class build.buf.validate.FieldRules
- DurationRules - Class in build.buf.validate
-
DurationRules describe the rules applied exclusively to the `google.protobuf.Duration` well-known type.
- DurationRules.Builder - Class in build.buf.validate
-
DurationRules describe the rules 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
- ELEMENTS_FIELD_NUMBER - Static variable in class build.buf.validate.FieldPath
- 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.FieldRules.TypeCase
- ENUM_FIELD_NUMBER - Static variable in class build.buf.validate.FieldRules
- EnumRules - Class in build.buf.validate
-
EnumRules describe the rules applied to `enum` values.
- EnumRules.Builder - Class in build.buf.validate
-
EnumRules describe the rules 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.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.FieldPath
- equals(Object) - Method in class build.buf.validate.FieldPathElement
- equals(Object) - Method in class build.buf.validate.FieldRules
- 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.MessageOneofRule
- equals(Object) - Method in class build.buf.validate.MessageRules
- equals(Object) - Method in class build.buf.validate.OneofRules
- equals(Object) - Method in class build.buf.validate.PredefinedRules
- equals(Object) - Method in class build.buf.validate.RepeatedRules
- equals(Object) - Method in class build.buf.validate.Rule
- 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
- EXAMPLE_FIELD_NUMBER - Static variable in class build.buf.validate.BoolRules
- EXAMPLE_FIELD_NUMBER - Static variable in class build.buf.validate.BytesRules
- EXAMPLE_FIELD_NUMBER - Static variable in class build.buf.validate.DoubleRules
- EXAMPLE_FIELD_NUMBER - Static variable in class build.buf.validate.DurationRules
- EXAMPLE_FIELD_NUMBER - Static variable in class build.buf.validate.EnumRules
- EXAMPLE_FIELD_NUMBER - Static variable in class build.buf.validate.Fixed32Rules
- EXAMPLE_FIELD_NUMBER - Static variable in class build.buf.validate.Fixed64Rules
- EXAMPLE_FIELD_NUMBER - Static variable in class build.buf.validate.FloatRules
- EXAMPLE_FIELD_NUMBER - Static variable in class build.buf.validate.Int32Rules
- EXAMPLE_FIELD_NUMBER - Static variable in class build.buf.validate.Int64Rules
- EXAMPLE_FIELD_NUMBER - Static variable in class build.buf.validate.SFixed32Rules
- EXAMPLE_FIELD_NUMBER - Static variable in class build.buf.validate.SFixed64Rules
- EXAMPLE_FIELD_NUMBER - Static variable in class build.buf.validate.SInt32Rules
- EXAMPLE_FIELD_NUMBER - Static variable in class build.buf.validate.SInt64Rules
- EXAMPLE_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- EXAMPLE_FIELD_NUMBER - Static variable in class build.buf.validate.TimestampRules
- EXAMPLE_FIELD_NUMBER - Static variable in class build.buf.validate.UInt32Rules
- EXAMPLE_FIELD_NUMBER - Static variable in class build.buf.validate.UInt64Rules
- ExecutionException - Exception Class in build.buf.protovalidate.exceptions
-
ExecutionException is returned when a rule fails to execute.
- ExecutionException(String) - Constructor for exception class build.buf.protovalidate.exceptions.ExecutionException
-
Creates an ExecutionException with the specified message.
- EXPRESSION_FIELD_NUMBER - Static variable in class build.buf.validate.Rule
F
- 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.ValidateProto
- FIELD_FIELD_NUMBER - Static variable in class build.buf.validate.Violation
- FIELD_NAME_FIELD_NUMBER - Static variable in class build.buf.validate.FieldPathElement
- FIELD_NUMBER_FIELD_NUMBER - Static variable in class build.buf.validate.FieldPathElement
- FIELD_TYPE_FIELD_NUMBER - Static variable in class build.buf.validate.FieldPathElement
- FieldPath - Class in build.buf.validate
-
`FieldPath` provides a path to a nested protobuf field.
- FieldPath.Builder - Class in build.buf.validate
-
`FieldPath` provides a path to a nested protobuf field.
- FieldPathElement - Class in build.buf.validate
-
`FieldPathElement` provides enough information to nest through a single protobuf field.
- FieldPathElement.Builder - Class in build.buf.validate
-
`FieldPathElement` provides enough information to nest through a single protobuf field.
- FieldPathElement.SubscriptCase - Enum Class in build.buf.validate
- FieldPathElementOrBuilder - Interface in build.buf.validate
- FieldPathOrBuilder - Interface in build.buf.validate
- FieldRules - Class in build.buf.validate
-
FieldRules encapsulates the rules for each type of field.
- FieldRules.Builder - Class in build.buf.validate
-
FieldRules encapsulates the rules for each type of field.
- FieldRules.TypeCase - Enum Class in build.buf.validate
- FieldRulesOrBuilder - Interface in build.buf.validate
- FIELDS_FIELD_NUMBER - Static variable in class build.buf.validate.MessageOneofRule
- 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.FieldRules.TypeCase
- FIXED32_FIELD_NUMBER - Static variable in class build.buf.validate.FieldRules
- Fixed32Rules - Class in build.buf.validate
-
Fixed32Rules describes the rules applied to `fixed32` values.
- Fixed32Rules.Builder - Class in build.buf.validate
-
Fixed32Rules describes the rules 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.FieldRules.TypeCase
- FIXED64_FIELD_NUMBER - Static variable in class build.buf.validate.FieldRules
- Fixed64Rules - Class in build.buf.validate
-
Fixed64Rules describes the rules applied to `fixed64` values.
- Fixed64Rules.Builder - Class in build.buf.validate
-
Fixed64Rules describes the rules 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.FieldRules.TypeCase
- FLOAT_FIELD_NUMBER - Static variable in class build.buf.validate.FieldRules
- FloatRules - Class in build.buf.validate
-
FloatRules describes the rules applied to `float` values.
- FloatRules.Builder - Class in build.buf.validate
-
FloatRules describes the rules 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.FieldPathElement.SubscriptCase
- forNumber(int) - Static method in enum class build.buf.validate.FieldRules.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
G
- getAddress() - Method in class build.buf.validate.StringRules.Builder
-
`address` specifies that the field value must be either a valid hostname (for example, "example.com"), or a valid IP (v4 or v6) address (for example, "192.168.0.1", or "::1").
- getAddress() - Method in class build.buf.validate.StringRules
-
`address` specifies that the field value must be either a valid hostname (for example, "example.com"), or a valid IP (v4 or v6) address (for example, "192.168.0.1", or "::1").
- getAddress() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`address` specifies that the field value must be either a valid hostname (for example, "example.com"), or a valid IP (v4 or v6) address (for example, "192.168.0.1", or "::1").
- getAny() - Method in class build.buf.validate.FieldRules.Builder
-
Well-Known Field Types
- getAny() - Method in class build.buf.validate.FieldRules
-
Well-Known Field Types
- getAny() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
Well-Known Field Types
- getAnyBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
Well-Known Field Types
- getAnyOrBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
Well-Known Field Types
- getAnyOrBuilder() - Method in class build.buf.validate.FieldRules
-
Well-Known Field Types
- getAnyOrBuilder() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
Well-Known Field Types
- getBool() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - getBool() - Method in class build.buf.validate.FieldRules
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - getBool() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - getBoolBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - getBoolKey() - Method in class build.buf.validate.FieldPathElement.Builder
-
`bool_key` specifies a map key of type bool.
- getBoolKey() - Method in class build.buf.validate.FieldPathElement
-
`bool_key` specifies a map key of type bool.
- getBoolKey() - Method in interface build.buf.validate.FieldPathElementOrBuilder
-
`bool_key` specifies a map key of type bool.
- getBoolOrBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - getBoolOrBuilder() - Method in class build.buf.validate.FieldRules
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - getBoolOrBuilder() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - getBytes() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - getBytes() - Method in class build.buf.validate.FieldRules
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - getBytes() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - getBytesBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - getBytesOrBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - getBytesOrBuilder() - Method in class build.buf.validate.FieldRules
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - getBytesOrBuilder() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - getCel(int) - Method in class build.buf.validate.FieldRules.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.FieldRules
-
`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.FieldRulesOrBuilder
-
`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.MessageRules.Builder
-
`cel` is a repeated field of type Rule.
- getCel(int) - Method in class build.buf.validate.MessageRules
-
`cel` is a repeated field of type Rule.
- getCel(int) - Method in interface build.buf.validate.MessageRulesOrBuilder
-
`cel` is a repeated field of type Rule.
- getCel(int) - Method in class build.buf.validate.PredefinedRules.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.PredefinedRules
-
`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.PredefinedRulesOrBuilder
-
`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.FieldRules.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.MessageRules.Builder
-
`cel` is a repeated field of type Rule.
- getCelBuilder(int) - Method in class build.buf.validate.PredefinedRules.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.FieldRules.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.MessageRules.Builder
-
`cel` is a repeated field of type Rule.
- getCelBuilderList() - Method in class build.buf.validate.PredefinedRules.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.FieldRules.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.FieldRules
-
`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.FieldRulesOrBuilder
-
`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.MessageRules.Builder
-
`cel` is a repeated field of type Rule.
- getCelCount() - Method in class build.buf.validate.MessageRules
-
`cel` is a repeated field of type Rule.
- getCelCount() - Method in interface build.buf.validate.MessageRulesOrBuilder
-
`cel` is a repeated field of type Rule.
- getCelCount() - Method in class build.buf.validate.PredefinedRules.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.PredefinedRules
-
`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.PredefinedRulesOrBuilder
-
`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.FieldRules.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.FieldRules
-
`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.FieldRulesOrBuilder
-
`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.MessageRules.Builder
-
`cel` is a repeated field of type Rule.
- getCelList() - Method in class build.buf.validate.MessageRules
-
`cel` is a repeated field of type Rule.
- getCelList() - Method in interface build.buf.validate.MessageRulesOrBuilder
-
`cel` is a repeated field of type Rule.
- getCelList() - Method in class build.buf.validate.PredefinedRules.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.PredefinedRules
-
`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.PredefinedRulesOrBuilder
-
`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.FieldRules.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.FieldRules
-
`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.FieldRulesOrBuilder
-
`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.MessageRules.Builder
-
`cel` is a repeated field of type Rule.
- getCelOrBuilder(int) - Method in class build.buf.validate.MessageRules
-
`cel` is a repeated field of type Rule.
- getCelOrBuilder(int) - Method in interface build.buf.validate.MessageRulesOrBuilder
-
`cel` is a repeated field of type Rule.
- getCelOrBuilder(int) - Method in class build.buf.validate.PredefinedRules.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.PredefinedRules
-
`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.PredefinedRulesOrBuilder
-
`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.FieldRules.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.FieldRules
-
`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.FieldRulesOrBuilder
-
`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.MessageRules.Builder
-
`cel` is a repeated field of type Rule.
- getCelOrBuilderList() - Method in class build.buf.validate.MessageRules
-
`cel` is a repeated field of type Rule.
- getCelOrBuilderList() - Method in interface build.buf.validate.MessageRulesOrBuilder
-
`cel` is a repeated field of type Rule.
- getCelOrBuilderList() - Method in class build.buf.validate.PredefinedRules.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.PredefinedRules
-
`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.PredefinedRulesOrBuilder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- 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.
- 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.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.FieldPath
- getDefaultInstance() - Static method in class build.buf.validate.FieldPathElement
- getDefaultInstance() - Static method in class build.buf.validate.FieldRules
- 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.MessageOneofRule
- getDefaultInstance() - Static method in class build.buf.validate.MessageRules
- getDefaultInstance() - Static method in class build.buf.validate.OneofRules
- getDefaultInstance() - Static method in class build.buf.validate.PredefinedRules
- getDefaultInstance() - Static method in class build.buf.validate.RepeatedRules
- getDefaultInstance() - Static method in class build.buf.validate.Rule
- 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.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.FieldPath.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.FieldPath
- getDefaultInstanceForType() - Method in class build.buf.validate.FieldPathElement.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.FieldPathElement
- getDefaultInstanceForType() - Method in class build.buf.validate.FieldRules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.FieldRules
- 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.MessageOneofRule.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.MessageOneofRule
- getDefaultInstanceForType() - Method in class build.buf.validate.MessageRules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.MessageRules
- getDefaultInstanceForType() - Method in class build.buf.validate.OneofRules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.OneofRules
- getDefaultInstanceForType() - Method in class build.buf.validate.PredefinedRules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.PredefinedRules
- getDefaultInstanceForType() - Method in class build.buf.validate.RepeatedRules.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.RepeatedRules
- getDefaultInstanceForType() - Method in class build.buf.validate.Rule.Builder
- getDefaultInstanceForType() - Method in class build.buf.validate.Rule
- 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() - Method in interface build.buf.protovalidate.Violation.FieldValue
-
Gets the field descriptor of the field this value is from.
- 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.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.FieldPath.Builder
- getDescriptor() - Static method in class build.buf.validate.FieldPath
- getDescriptor() - Static method in class build.buf.validate.FieldPathElement.Builder
- getDescriptor() - Static method in class build.buf.validate.FieldPathElement
- getDescriptor() - Static method in class build.buf.validate.FieldRules.Builder
- getDescriptor() - Static method in class build.buf.validate.FieldRules
- 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.MessageOneofRule.Builder
- getDescriptor() - Static method in class build.buf.validate.MessageOneofRule
- getDescriptor() - Static method in class build.buf.validate.MessageRules.Builder
- getDescriptor() - Static method in class build.buf.validate.MessageRules
- getDescriptor() - Static method in class build.buf.validate.OneofRules.Builder
- getDescriptor() - Static method in class build.buf.validate.OneofRules
- getDescriptor() - Static method in class build.buf.validate.PredefinedRules.Builder
- getDescriptor() - Static method in class build.buf.validate.PredefinedRules
- 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.Rule.Builder
- getDescriptor() - Static method in class build.buf.validate.Rule
- 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.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.FieldPath.Builder
- getDescriptorForType() - Method in class build.buf.validate.FieldPathElement.Builder
- getDescriptorForType() - Method in class build.buf.validate.FieldRules.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.MessageOneofRule.Builder
- getDescriptorForType() - Method in class build.buf.validate.MessageRules.Builder
- getDescriptorForType() - Method in class build.buf.validate.OneofRules.Builder
- getDescriptorForType() - Method in class build.buf.validate.PredefinedRules.Builder
- getDescriptorForType() - Method in class build.buf.validate.RepeatedRules.Builder
- getDescriptorForType() - Method in class build.buf.validate.Rule.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.MessageRules.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.MessageRules
-
`disabled` is a boolean flag that, when set to true, nullifies any validation rules for this message.
- getDisabled() - Method in interface build.buf.validate.MessageRulesOrBuilder
-
`disabled` is a boolean flag that, when set to true, nullifies any validation rules for this message.
- getDouble() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - getDouble() - Method in class build.buf.validate.FieldRules
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - getDouble() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - getDoubleBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - getDoubleOrBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - getDoubleOrBuilder() - Method in class build.buf.validate.FieldRules
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - getDoubleOrBuilder() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - getDuration() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - getDuration() - Method in class build.buf.validate.FieldRules
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - getDuration() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - getDurationBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - getDurationOrBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - getDurationOrBuilder() - Method in class build.buf.validate.FieldRules
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - getDurationOrBuilder() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - getElements(int) - Method in class build.buf.validate.FieldPath.Builder
-
`elements` contains each element of the path, starting from the root and recursing downward.
- getElements(int) - Method in class build.buf.validate.FieldPath
-
`elements` contains each element of the path, starting from the root and recursing downward.
- getElements(int) - Method in interface build.buf.validate.FieldPathOrBuilder
-
`elements` contains each element of the path, starting from the root and recursing downward.
- getElementsBuilder(int) - Method in class build.buf.validate.FieldPath.Builder
-
`elements` contains each element of the path, starting from the root and recursing downward.
- getElementsBuilderList() - Method in class build.buf.validate.FieldPath.Builder
-
`elements` contains each element of the path, starting from the root and recursing downward.
- getElementsCount() - Method in class build.buf.validate.FieldPath.Builder
-
`elements` contains each element of the path, starting from the root and recursing downward.
- getElementsCount() - Method in class build.buf.validate.FieldPath
-
`elements` contains each element of the path, starting from the root and recursing downward.
- getElementsCount() - Method in interface build.buf.validate.FieldPathOrBuilder
-
`elements` contains each element of the path, starting from the root and recursing downward.
- getElementsList() - Method in class build.buf.validate.FieldPath.Builder
-
`elements` contains each element of the path, starting from the root and recursing downward.
- getElementsList() - Method in class build.buf.validate.FieldPath
-
`elements` contains each element of the path, starting from the root and recursing downward.
- getElementsList() - Method in interface build.buf.validate.FieldPathOrBuilder
-
`elements` contains each element of the path, starting from the root and recursing downward.
- getElementsOrBuilder(int) - Method in class build.buf.validate.FieldPath.Builder
-
`elements` contains each element of the path, starting from the root and recursing downward.
- getElementsOrBuilder(int) - Method in class build.buf.validate.FieldPath
-
`elements` contains each element of the path, starting from the root and recursing downward.
- getElementsOrBuilder(int) - Method in interface build.buf.validate.FieldPathOrBuilder
-
`elements` contains each element of the path, starting from the root and recursing downward.
- getElementsOrBuilderList() - Method in class build.buf.validate.FieldPath.Builder
-
`elements` contains each element of the path, starting from the root and recursing downward.
- getElementsOrBuilderList() - Method in class build.buf.validate.FieldPath
-
`elements` contains each element of the path, starting from the root and recursing downward.
- getElementsOrBuilderList() - Method in interface build.buf.validate.FieldPathOrBuilder
-
`elements` contains each element of the path, starting from the root and recursing downward.
- getEmail() - Method in class build.buf.validate.StringRules.Builder
-
`email` specifies that the field value must be a valid email address, for example "foo@example.com".
- getEmail() - Method in class build.buf.validate.StringRules
-
`email` specifies that the field value must be a valid email address, for example "foo@example.com".
- getEmail() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`email` specifies that the field value must be a valid email address, for example "foo@example.com".
- getEnum() - Method in class build.buf.validate.FieldRules.Builder
-
Complex Field Types
- getEnum() - Method in class build.buf.validate.FieldRules
-
Complex Field Types
- getEnum() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
Complex Field Types
- getEnumBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
Complex Field Types
- getEnumOrBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
Complex Field Types
- getEnumOrBuilder() - Method in class build.buf.validate.FieldRules
-
Complex Field Types
- getEnumOrBuilder() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
Complex Field Types
- getExample(int) - Method in class build.buf.validate.BoolRules.Builder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.BoolRules
-
`example` specifies values that the field may have.
- getExample(int) - Method in interface build.buf.validate.BoolRulesOrBuilder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.BytesRules.Builder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.BytesRules
-
`example` specifies values that the field may have.
- getExample(int) - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.DoubleRules.Builder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.DoubleRules
-
`example` specifies values that the field may have.
- getExample(int) - Method in interface build.buf.validate.DoubleRulesOrBuilder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.DurationRules.Builder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.DurationRules
-
`example` specifies values that the field may have.
- getExample(int) - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.EnumRules.Builder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.EnumRules
-
`example` specifies values that the field may have.
- getExample(int) - Method in interface build.buf.validate.EnumRulesOrBuilder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.Fixed32Rules.Builder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.Fixed32Rules
-
`example` specifies values that the field may have.
- getExample(int) - Method in interface build.buf.validate.Fixed32RulesOrBuilder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.Fixed64Rules.Builder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.Fixed64Rules
-
`example` specifies values that the field may have.
- getExample(int) - Method in interface build.buf.validate.Fixed64RulesOrBuilder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.FloatRules.Builder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.FloatRules
-
`example` specifies values that the field may have.
- getExample(int) - Method in interface build.buf.validate.FloatRulesOrBuilder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.Int32Rules.Builder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.Int32Rules
-
`example` specifies values that the field may have.
- getExample(int) - Method in interface build.buf.validate.Int32RulesOrBuilder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.Int64Rules.Builder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.Int64Rules
-
`example` specifies values that the field may have.
- getExample(int) - Method in interface build.buf.validate.Int64RulesOrBuilder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.SFixed32Rules.Builder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.SFixed32Rules
-
`example` specifies values that the field may have.
- getExample(int) - Method in interface build.buf.validate.SFixed32RulesOrBuilder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.SFixed64Rules.Builder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.SFixed64Rules
-
`example` specifies values that the field may have.
- getExample(int) - Method in interface build.buf.validate.SFixed64RulesOrBuilder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.SInt32Rules.Builder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.SInt32Rules
-
`example` specifies values that the field may have.
- getExample(int) - Method in interface build.buf.validate.SInt32RulesOrBuilder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.SInt64Rules.Builder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.SInt64Rules
-
`example` specifies values that the field may have.
- getExample(int) - Method in interface build.buf.validate.SInt64RulesOrBuilder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.StringRules.Builder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.StringRules
-
`example` specifies values that the field may have.
- getExample(int) - Method in interface build.buf.validate.StringRulesOrBuilder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.TimestampRules.Builder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.TimestampRules
-
`example` specifies values that the field may have.
- getExample(int) - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.UInt32Rules.Builder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.UInt32Rules
-
`example` specifies values that the field may have.
- getExample(int) - Method in interface build.buf.validate.UInt32RulesOrBuilder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.UInt64Rules.Builder
-
`example` specifies values that the field may have.
- getExample(int) - Method in class build.buf.validate.UInt64Rules
-
`example` specifies values that the field may have.
- getExample(int) - Method in interface build.buf.validate.UInt64RulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleBuilder(int) - Method in class build.buf.validate.DurationRules.Builder
-
`example` specifies values that the field may have.
- getExampleBuilder(int) - Method in class build.buf.validate.TimestampRules.Builder
-
`example` specifies values that the field may have.
- getExampleBuilderList() - Method in class build.buf.validate.DurationRules.Builder
-
`example` specifies values that the field may have.
- getExampleBuilderList() - Method in class build.buf.validate.TimestampRules.Builder
-
`example` specifies values that the field may have.
- getExampleBytes(int) - Method in class build.buf.validate.StringRules.Builder
-
`example` specifies values that the field may have.
- getExampleBytes(int) - Method in class build.buf.validate.StringRules
-
`example` specifies values that the field may have.
- getExampleBytes(int) - Method in interface build.buf.validate.StringRulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.BoolRules.Builder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.BoolRules
-
`example` specifies values that the field may have.
- getExampleCount() - Method in interface build.buf.validate.BoolRulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.BytesRules.Builder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.BytesRules
-
`example` specifies values that the field may have.
- getExampleCount() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.DoubleRules.Builder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.DoubleRules
-
`example` specifies values that the field may have.
- getExampleCount() - Method in interface build.buf.validate.DoubleRulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.DurationRules.Builder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.DurationRules
-
`example` specifies values that the field may have.
- getExampleCount() - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.EnumRules.Builder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.EnumRules
-
`example` specifies values that the field may have.
- getExampleCount() - Method in interface build.buf.validate.EnumRulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.Fixed32Rules.Builder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.Fixed32Rules
-
`example` specifies values that the field may have.
- getExampleCount() - Method in interface build.buf.validate.Fixed32RulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.Fixed64Rules.Builder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.Fixed64Rules
-
`example` specifies values that the field may have.
- getExampleCount() - Method in interface build.buf.validate.Fixed64RulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.FloatRules.Builder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.FloatRules
-
`example` specifies values that the field may have.
- getExampleCount() - Method in interface build.buf.validate.FloatRulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.Int32Rules.Builder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.Int32Rules
-
`example` specifies values that the field may have.
- getExampleCount() - Method in interface build.buf.validate.Int32RulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.Int64Rules.Builder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.Int64Rules
-
`example` specifies values that the field may have.
- getExampleCount() - Method in interface build.buf.validate.Int64RulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.SFixed32Rules.Builder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.SFixed32Rules
-
`example` specifies values that the field may have.
- getExampleCount() - Method in interface build.buf.validate.SFixed32RulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.SFixed64Rules.Builder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.SFixed64Rules
-
`example` specifies values that the field may have.
- getExampleCount() - Method in interface build.buf.validate.SFixed64RulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.SInt32Rules.Builder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.SInt32Rules
-
`example` specifies values that the field may have.
- getExampleCount() - Method in interface build.buf.validate.SInt32RulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.SInt64Rules.Builder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.SInt64Rules
-
`example` specifies values that the field may have.
- getExampleCount() - Method in interface build.buf.validate.SInt64RulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.StringRules.Builder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.StringRules
-
`example` specifies values that the field may have.
- getExampleCount() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.TimestampRules.Builder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.TimestampRules
-
`example` specifies values that the field may have.
- getExampleCount() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.UInt32Rules.Builder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.UInt32Rules
-
`example` specifies values that the field may have.
- getExampleCount() - Method in interface build.buf.validate.UInt32RulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.UInt64Rules.Builder
-
`example` specifies values that the field may have.
- getExampleCount() - Method in class build.buf.validate.UInt64Rules
-
`example` specifies values that the field may have.
- getExampleCount() - Method in interface build.buf.validate.UInt64RulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.BoolRules.Builder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.BoolRules
-
`example` specifies values that the field may have.
- getExampleList() - Method in interface build.buf.validate.BoolRulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.BytesRules.Builder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.BytesRules
-
`example` specifies values that the field may have.
- getExampleList() - Method in interface build.buf.validate.BytesRulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.DoubleRules.Builder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.DoubleRules
-
`example` specifies values that the field may have.
- getExampleList() - Method in interface build.buf.validate.DoubleRulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.DurationRules.Builder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.DurationRules
-
`example` specifies values that the field may have.
- getExampleList() - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.EnumRules.Builder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.EnumRules
-
`example` specifies values that the field may have.
- getExampleList() - Method in interface build.buf.validate.EnumRulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.Fixed32Rules.Builder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.Fixed32Rules
-
`example` specifies values that the field may have.
- getExampleList() - Method in interface build.buf.validate.Fixed32RulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.Fixed64Rules.Builder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.Fixed64Rules
-
`example` specifies values that the field may have.
- getExampleList() - Method in interface build.buf.validate.Fixed64RulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.FloatRules.Builder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.FloatRules
-
`example` specifies values that the field may have.
- getExampleList() - Method in interface build.buf.validate.FloatRulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.Int32Rules.Builder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.Int32Rules
-
`example` specifies values that the field may have.
- getExampleList() - Method in interface build.buf.validate.Int32RulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.Int64Rules.Builder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.Int64Rules
-
`example` specifies values that the field may have.
- getExampleList() - Method in interface build.buf.validate.Int64RulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.SFixed32Rules.Builder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.SFixed32Rules
-
`example` specifies values that the field may have.
- getExampleList() - Method in interface build.buf.validate.SFixed32RulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.SFixed64Rules.Builder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.SFixed64Rules
-
`example` specifies values that the field may have.
- getExampleList() - Method in interface build.buf.validate.SFixed64RulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.SInt32Rules.Builder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.SInt32Rules
-
`example` specifies values that the field may have.
- getExampleList() - Method in interface build.buf.validate.SInt32RulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.SInt64Rules.Builder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.SInt64Rules
-
`example` specifies values that the field may have.
- getExampleList() - Method in interface build.buf.validate.SInt64RulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.StringRules.Builder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.StringRules
-
`example` specifies values that the field may have.
- getExampleList() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.TimestampRules.Builder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.TimestampRules
-
`example` specifies values that the field may have.
- getExampleList() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.UInt32Rules.Builder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.UInt32Rules
-
`example` specifies values that the field may have.
- getExampleList() - Method in interface build.buf.validate.UInt32RulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.UInt64Rules.Builder
-
`example` specifies values that the field may have.
- getExampleList() - Method in class build.buf.validate.UInt64Rules
-
`example` specifies values that the field may have.
- getExampleList() - Method in interface build.buf.validate.UInt64RulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleOrBuilder(int) - Method in class build.buf.validate.DurationRules.Builder
-
`example` specifies values that the field may have.
- getExampleOrBuilder(int) - Method in class build.buf.validate.DurationRules
-
`example` specifies values that the field may have.
- getExampleOrBuilder(int) - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleOrBuilder(int) - Method in class build.buf.validate.TimestampRules.Builder
-
`example` specifies values that the field may have.
- getExampleOrBuilder(int) - Method in class build.buf.validate.TimestampRules
-
`example` specifies values that the field may have.
- getExampleOrBuilder(int) - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleOrBuilderList() - Method in class build.buf.validate.DurationRules.Builder
-
`example` specifies values that the field may have.
- getExampleOrBuilderList() - Method in class build.buf.validate.DurationRules
-
`example` specifies values that the field may have.
- getExampleOrBuilderList() - Method in interface build.buf.validate.DurationRulesOrBuilder
-
`example` specifies values that the field may have.
- getExampleOrBuilderList() - Method in class build.buf.validate.TimestampRules.Builder
-
`example` specifies values that the field may have.
- getExampleOrBuilderList() - Method in class build.buf.validate.TimestampRules
-
`example` specifies values that the field may have.
- getExampleOrBuilderList() - Method in interface build.buf.validate.TimestampRulesOrBuilder
-
`example` specifies values that the field may have.
- getExpression() - Method in class build.buf.validate.Rule.Builder
-
`expression` is the actual CEL expression that will be evaluated for validation.
- getExpression() - Method in class build.buf.validate.Rule
-
`expression` is the actual CEL expression that will be evaluated for validation.
- getExpression() - Method in interface build.buf.validate.RuleOrBuilder
-
`expression` is the actual CEL expression that will be evaluated for validation.
- getExpressionBytes() - Method in class build.buf.validate.Rule.Builder
-
`expression` is the actual CEL expression that will be evaluated for validation.
- getExpressionBytes() - Method in class build.buf.validate.Rule
-
`expression` is the actual CEL expression that will be evaluated for validation.
- getExpressionBytes() - Method in interface build.buf.validate.RuleOrBuilder
-
`expression` is the actual CEL expression that will be evaluated for validation.
- getExtensionRegistry() - Method in class build.buf.protovalidate.Config
-
Gets the extension registry used for resolving unknown protobuf extensions.
- getField() - Method in class build.buf.validate.Violation.Builder
-
`field` is a machine-readable path to the field that failed validation.
- getField() - Method in class build.buf.validate.Violation
-
`field` is a machine-readable path to the field that failed validation.
- getField() - Method in interface build.buf.validate.ViolationOrBuilder
-
`field` is a machine-readable path to the field that failed validation.
- getFieldBuilder() - Method in class build.buf.validate.Violation.Builder
-
`field` is a machine-readable path to the field that failed validation.
- getFieldName() - Method in class build.buf.validate.FieldPathElement.Builder
-
`field_name` contains the field name this path element refers to.
- getFieldName() - Method in class build.buf.validate.FieldPathElement
-
`field_name` contains the field name this path element refers to.
- getFieldName() - Method in interface build.buf.validate.FieldPathElementOrBuilder
-
`field_name` contains the field name this path element refers to.
- getFieldNameBytes() - Method in class build.buf.validate.FieldPathElement.Builder
-
`field_name` contains the field name this path element refers to.
- getFieldNameBytes() - Method in class build.buf.validate.FieldPathElement
-
`field_name` contains the field name this path element refers to.
- getFieldNameBytes() - Method in interface build.buf.validate.FieldPathElementOrBuilder
-
`field_name` contains the field name this path element refers to.
- getFieldNumber() - Method in class build.buf.validate.FieldPathElement.Builder
-
`field_number` is the field number this path element refers to.
- getFieldNumber() - Method in class build.buf.validate.FieldPathElement
-
`field_number` is the field number this path element refers to.
- getFieldNumber() - Method in interface build.buf.validate.FieldPathElementOrBuilder
-
`field_number` is the field number this path element refers to.
- getFieldOrBuilder() - Method in class build.buf.validate.Violation.Builder
-
`field` is a machine-readable path to the field that failed validation.
- getFieldOrBuilder() - Method in class build.buf.validate.Violation
-
`field` is a machine-readable path to the field that failed validation.
- getFieldOrBuilder() - Method in interface build.buf.validate.ViolationOrBuilder
-
`field` is a machine-readable path to the field that failed validation.
- getFields(int) - Method in class build.buf.validate.MessageOneofRule.Builder
-
A list of field names to include in the oneof.
- getFields(int) - Method in class build.buf.validate.MessageOneofRule
-
A list of field names to include in the oneof.
- getFields(int) - Method in interface build.buf.validate.MessageOneofRuleOrBuilder
-
A list of field names to include in the oneof.
- getFieldsBytes(int) - Method in class build.buf.validate.MessageOneofRule.Builder
-
A list of field names to include in the oneof.
- getFieldsBytes(int) - Method in class build.buf.validate.MessageOneofRule
-
A list of field names to include in the oneof.
- getFieldsBytes(int) - Method in interface build.buf.validate.MessageOneofRuleOrBuilder
-
A list of field names to include in the oneof.
- getFieldsCount() - Method in class build.buf.validate.MessageOneofRule.Builder
-
A list of field names to include in the oneof.
- getFieldsCount() - Method in class build.buf.validate.MessageOneofRule
-
A list of field names to include in the oneof.
- getFieldsCount() - Method in interface build.buf.validate.MessageOneofRuleOrBuilder
-
A list of field names to include in the oneof.
- getFieldsList() - Method in class build.buf.validate.MessageOneofRule.Builder
-
A list of field names to include in the oneof.
- getFieldsList() - Method in class build.buf.validate.MessageOneofRule
-
A list of field names to include in the oneof.
- getFieldsList() - Method in interface build.buf.validate.MessageOneofRuleOrBuilder
-
A list of field names to include in the oneof.
- getFieldType() - Method in class build.buf.validate.FieldPathElement.Builder
-
`field_type` specifies the type of this field.
- getFieldType() - Method in class build.buf.validate.FieldPathElement
-
`field_type` specifies the type of this field.
- getFieldType() - Method in interface build.buf.validate.FieldPathElementOrBuilder
-
`field_type` specifies the type of this field.
- getFieldValue() - Method in interface build.buf.protovalidate.Violation
-
Gets the value of the field this violation pertains to, or null if there is none.
- 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.FieldRules.Builder
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - getFixed32() - Method in class build.buf.validate.FieldRules
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - getFixed32() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - getFixed32Builder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - getFixed32OrBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - getFixed32OrBuilder() - Method in class build.buf.validate.FieldRules
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - getFixed32OrBuilder() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - getFixed64() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - getFixed64() - Method in class build.buf.validate.FieldRules
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - getFixed64() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - getFixed64Builder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - getFixed64OrBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - getFixed64OrBuilder() - Method in class build.buf.validate.FieldRules
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - getFixed64OrBuilder() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - getFloat() - Method in class build.buf.validate.FieldRules.Builder
-
Scalar Field Types
- getFloat() - Method in class build.buf.validate.FieldRules
-
Scalar Field Types
- getFloat() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
Scalar Field Types
- getFloatBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
Scalar Field Types
- getFloatOrBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
Scalar Field Types
- getFloatOrBuilder() - Method in class build.buf.validate.FieldRules
-
Scalar Field Types
- getFloatOrBuilder() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
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 that the field value must be valid host/port pair—for example, "example.com:8080".
- getHostAndPort() - Method in class build.buf.validate.StringRules
-
`host_and_port` specifies that the field value must be valid host/port pair—for example, "example.com:8080".
- getHostAndPort() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`host_and_port` specifies that the field value must be valid host/port pair—for example, "example.com:8080".
- getHostname() - Method in class build.buf.validate.StringRules.Builder
-
`hostname` specifies that the field value must be a valid hostname, for example "foo.example.com".
- getHostname() - Method in class build.buf.validate.StringRules
-
`hostname` specifies that the field value must be a valid hostname, for example "foo.example.com".
- getHostname() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`hostname` specifies that the field value must be a valid hostname, for example "foo.example.com".
- getId() - Method in class build.buf.validate.Rule.Builder
-
`id` is a string that serves as a machine-readable name for this Rule.
- getId() - Method in class build.buf.validate.Rule
-
`id` is a string that serves as a machine-readable name for this Rule.
- getId() - Method in interface build.buf.validate.RuleOrBuilder
-
`id` is a string that serves as a machine-readable name for this Rule.
- getIdBytes() - Method in class build.buf.validate.Rule.Builder
-
`id` is a string that serves as a machine-readable name for this Rule.
- getIdBytes() - Method in class build.buf.validate.Rule
-
`id` is a string that serves as a machine-readable name for this Rule.
- getIdBytes() - Method in interface build.buf.validate.RuleOrBuilder
-
`id` is a string that serves as a machine-readable name for this Rule.
- getIgnore() - Method in class build.buf.validate.FieldRules.Builder
-
Skip validation on the field if its value matches the specified criteria.
- getIgnore() - Method in class build.buf.validate.FieldRules
-
Skip validation on the field if its value matches the specified criteria.
- getIgnore() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
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.
- getIndex() - Method in class build.buf.validate.FieldPathElement.Builder
-
`index` specifies a 0-based index into a repeated field.
- getIndex() - Method in class build.buf.validate.FieldPathElement
-
`index` specifies a 0-based index into a repeated field.
- getIndex() - Method in interface build.buf.validate.FieldPathElementOrBuilder
-
`index` specifies a 0-based index into a repeated field.
- 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.FieldRules.Builder
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - getInt32() - Method in class build.buf.validate.FieldRules
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - getInt32() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - getInt32Builder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - getInt32OrBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - getInt32OrBuilder() - Method in class build.buf.validate.FieldRules
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - getInt32OrBuilder() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - getInt64() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - getInt64() - Method in class build.buf.validate.FieldRules
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - getInt64() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - getInt64Builder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - getInt64OrBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - getInt64OrBuilder() - Method in class build.buf.validate.FieldRules
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - getInt64OrBuilder() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - getIntKey() - Method in class build.buf.validate.FieldPathElement.Builder
-
`int_key` specifies a map key of type int32, int64, sint32, sint64, sfixed32 or sfixed64.
- getIntKey() - Method in class build.buf.validate.FieldPathElement
-
`int_key` specifies a map key of type int32, int64, sint32, sint64, sfixed32 or sfixed64.
- getIntKey() - Method in interface build.buf.validate.FieldPathElementOrBuilder
-
`int_key` specifies a map key of type int32, int64, sint32, sint64, sfixed32 or sfixed64.
- 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.
- getIp() - Method in class build.buf.validate.StringRules
-
`ip` specifies that the field value must be a valid IP (v4 or v6) address.
- getIp() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ip` specifies that the field value must be a valid IP (v4 or v6) address.
- 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—for example, "192.168.0.0/16" or "2001:0DB8:ABCD:0012::0/64".
- getIpPrefix() - Method in class build.buf.validate.StringRules
-
`ip_prefix` specifies that the field value must be a valid IP (v4 or v6) prefix—for example, "192.168.0.0/16" or "2001:0DB8:ABCD:0012::0/64".
- getIpPrefix() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ip_prefix` specifies that the field value must be a valid IP (v4 or v6) prefix—for example, "192.168.0.0/16" or "2001:0DB8:ABCD:0012::0/64".
- 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—for example "192.168.5.21".
- getIpv4() - Method in class build.buf.validate.StringRules
-
`ipv4` specifies that the field value must be a valid IPv4 address—for example "192.168.5.21".
- getIpv4() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ipv4` specifies that the field value must be a valid IPv4 address—for example "192.168.5.21".
- getIpv4Prefix() - Method in class build.buf.validate.StringRules.Builder
-
`ipv4_prefix` specifies that the field value must be a valid IPv4 prefix, for example "192.168.0.0/16".
- getIpv4Prefix() - Method in class build.buf.validate.StringRules
-
`ipv4_prefix` specifies that the field value must be a valid IPv4 prefix, for example "192.168.0.0/16".
- getIpv4Prefix() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ipv4_prefix` specifies that the field value must be a valid IPv4 prefix, for example "192.168.0.0/16".
- 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 length—for example, "192.168.5.21/16".
- getIpv4WithPrefixlen() - Method in class build.buf.validate.StringRules
-
`ipv4_with_prefixlen` specifies that the field value must be a valid IPv4 address with prefix length—for example, "192.168.5.21/16".
- getIpv4WithPrefixlen() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ipv4_with_prefixlen` specifies that the field value must be a valid IPv4 address with prefix length—for example, "192.168.5.21/16".
- 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—for example "::1", or "d7a:115c:a1e0:ab12:4843:cd96:626b:430b".
- getIpv6() - Method in class build.buf.validate.StringRules
-
`ipv6` specifies that the field value must be a valid IPv6 address—for example "::1", or "d7a:115c:a1e0:ab12:4843:cd96:626b:430b".
- getIpv6() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ipv6` specifies that the field value must be a valid IPv6 address—for example "::1", or "d7a:115c:a1e0:ab12:4843:cd96:626b:430b".
- getIpv6Prefix() - Method in class build.buf.validate.StringRules.Builder
-
`ipv6_prefix` specifies that the field value must be a valid IPv6 prefix—for example, "2001:0DB8:ABCD:0012::0/64".
- getIpv6Prefix() - Method in class build.buf.validate.StringRules
-
`ipv6_prefix` specifies that the field value must be a valid IPv6 prefix—for example, "2001:0DB8:ABCD:0012::0/64".
- getIpv6Prefix() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ipv6_prefix` specifies that the field value must be a valid IPv6 prefix—for example, "2001:0DB8:ABCD:0012::0/64".
- 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—for example, "2001:0DB8:ABCD:0012::F1/64".
- 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—for example, "2001:0DB8:ABCD:0012::F1/64".
- 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—for example, "2001:0DB8:ABCD:0012::F1/64".
- 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—for example, "192.168.5.21/16" or "2001:0DB8:ABCD:0012::F1/64".
- 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—for example, "192.168.5.21/16" or "2001:0DB8:ABCD:0012::F1/64".
- 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—for example, "192.168.5.21/16" or "2001:0DB8:ABCD:0012::F1/64".
- getItems() - Method in class build.buf.validate.RepeatedRules.Builder
-
`items` details the rules to be applied to each item in the field.
- getItems() - Method in class build.buf.validate.RepeatedRules
-
`items` details the rules to be applied to each item in the field.
- getItems() - Method in interface build.buf.validate.RepeatedRulesOrBuilder
-
`items` details the rules to be applied to each item in the field.
- getItemsBuilder() - Method in class build.buf.validate.RepeatedRules.Builder
-
`items` details the rules to be applied to each item in the field.
- getItemsOrBuilder() - Method in class build.buf.validate.RepeatedRules.Builder
-
`items` details the rules to be applied to each item in the field.
- getItemsOrBuilder() - Method in class build.buf.validate.RepeatedRules
-
`items` details the rules to be applied to each item in the field.
- getItemsOrBuilder() - Method in interface build.buf.validate.RepeatedRulesOrBuilder
-
`items` details the rules to be applied to each item in the field.
- getKeys() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the rules to be applied to each key in the field.
- getKeys() - Method in class build.buf.validate.MapRules
-
Specifies the rules to be applied to each key in the field.
- getKeys() - Method in interface build.buf.validate.MapRulesOrBuilder
-
Specifies the rules to be applied to each key in the field.
- getKeysBuilder() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the rules to be applied to each key in the field.
- getKeysOrBuilder() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the rules to be applied to each key in the field.
- getKeysOrBuilder() - Method in class build.buf.validate.MapRules
-
Specifies the rules to be applied to each key in the field.
- getKeysOrBuilder() - Method in interface build.buf.validate.MapRulesOrBuilder
-
Specifies the rules to be applied to each key in the field.
- getKeyType() - Method in class build.buf.validate.FieldPathElement.Builder
-
`key_type` specifies the map key type of this field.
- getKeyType() - Method in class build.buf.validate.FieldPathElement
-
`key_type` specifies the map key type of this field.
- getKeyType() - Method in interface build.buf.validate.FieldPathElementOrBuilder
-
`key_type` specifies the map key type of this 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.FieldRules.Builder
-
.buf.validate.MapRules map = 19 [json_name = "map"]; - getMap() - Method in class build.buf.validate.FieldRules
-
.buf.validate.MapRules map = 19 [json_name = "map"]; - getMap() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.MapRules map = 19 [json_name = "map"]; - getMapBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.MapRules map = 19 [json_name = "map"]; - getMapOrBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.MapRules map = 19 [json_name = "map"]; - getMapOrBuilder() - Method in class build.buf.validate.FieldRules
-
.buf.validate.MapRules map = 19 [json_name = "map"]; - getMapOrBuilder() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.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.Rule.Builder
-
`message` is an optional field that provides a human-readable error message for this Rule when the CEL expression evaluates to false.
- getMessage() - Method in class build.buf.validate.Rule
-
`message` is an optional field that provides a human-readable error message for this Rule when the CEL expression evaluates to false.
- getMessage() - Method in interface build.buf.validate.RuleOrBuilder
-
`message` is an optional field that provides a human-readable error message for this Rule when the CEL expression evaluates to false.
- 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.Rule.Builder
-
`message` is an optional field that provides a human-readable error message for this Rule when the CEL expression evaluates to false.
- getMessageBytes() - Method in class build.buf.validate.Rule
-
`message` is an optional field that provides a human-readable error message for this Rule when the CEL expression evaluates to false.
- getMessageBytes() - Method in interface build.buf.validate.RuleOrBuilder
-
`message` is an optional field that provides a human-readable error message for this Rule when the CEL expression evaluates to false.
- 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.FieldPathElement.SubscriptCase
- getNumber() - Method in enum class build.buf.validate.FieldRules.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
- getOneof(int) - Method in class build.buf.validate.MessageRules.Builder
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- getOneof(int) - Method in class build.buf.validate.MessageRules
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- getOneof(int) - Method in interface build.buf.validate.MessageRulesOrBuilder
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- getOneofBuilder(int) - Method in class build.buf.validate.MessageRules.Builder
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- getOneofBuilderList() - Method in class build.buf.validate.MessageRules.Builder
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- getOneofCount() - Method in class build.buf.validate.MessageRules.Builder
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- getOneofCount() - Method in class build.buf.validate.MessageRules
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- getOneofCount() - Method in interface build.buf.validate.MessageRulesOrBuilder
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- getOneofList() - Method in class build.buf.validate.MessageRules.Builder
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- getOneofList() - Method in class build.buf.validate.MessageRules
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- getOneofList() - Method in interface build.buf.validate.MessageRulesOrBuilder
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- getOneofOrBuilder(int) - Method in class build.buf.validate.MessageRules.Builder
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- getOneofOrBuilder(int) - Method in class build.buf.validate.MessageRules
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- getOneofOrBuilder(int) - Method in interface build.buf.validate.MessageRulesOrBuilder
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- getOneofOrBuilderList() - Method in class build.buf.validate.MessageRules.Builder
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- getOneofOrBuilderList() - Method in class build.buf.validate.MessageRules
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- getOneofOrBuilderList() - Method in interface build.buf.validate.MessageRulesOrBuilder
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- 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.DoubleRules
- getParserForType() - Method in class build.buf.validate.DurationRules
- getParserForType() - Method in class build.buf.validate.EnumRules
- getParserForType() - Method in class build.buf.validate.FieldPath
- getParserForType() - Method in class build.buf.validate.FieldPathElement
- getParserForType() - Method in class build.buf.validate.FieldRules
- 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.MessageOneofRule
- getParserForType() - Method in class build.buf.validate.MessageRules
- getParserForType() - Method in class build.buf.validate.OneofRules
- getParserForType() - Method in class build.buf.validate.PredefinedRules
- getParserForType() - Method in class build.buf.validate.RepeatedRules
- getParserForType() - Method in class build.buf.validate.Rule
- 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.
- getRepeated() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - getRepeated() - Method in class build.buf.validate.FieldRules
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - getRepeated() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - getRepeatedBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - getRepeatedOrBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - getRepeatedOrBuilder() - Method in class build.buf.validate.FieldRules
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - getRepeatedOrBuilder() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - getRequired() - Method in class build.buf.validate.FieldRules.Builder
-
If `required` is true, the field must be populated.
- getRequired() - Method in class build.buf.validate.FieldRules
-
If `required` is true, the field must be populated.
- getRequired() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
If `required` is true, the field must be populated.
- getRequired() - Method in class build.buf.validate.MessageOneofRule.Builder
-
If true, one of the fields specified _must_ be set.
- getRequired() - Method in class build.buf.validate.MessageOneofRule
-
If true, one of the fields specified _must_ be set.
- getRequired() - Method in interface build.buf.validate.MessageOneofRuleOrBuilder
-
If true, one of the fields specified _must_ be set.
- getRequired() - Method in class build.buf.validate.OneofRules.Builder
-
If `required` is true, exactly one field of the oneof must be present.
- getRequired() - Method in class build.buf.validate.OneofRules
-
If `required` is true, exactly one field of the oneof must be present.
- getRequired() - Method in interface build.buf.validate.OneofRulesOrBuilder
-
If `required` is true, exactly one field of the oneof must be present.
- getRule() - Method in class build.buf.validate.Violation.Builder
-
`rule` is a machine-readable path that points to the specific rule that failed validation.
- getRule() - Method in class build.buf.validate.Violation
-
`rule` is a machine-readable path that points to the specific rule that failed validation.
- getRule() - Method in interface build.buf.validate.ViolationOrBuilder
-
`rule` is a machine-readable path that points to the specific rule that failed validation.
- getRuleBuilder() - Method in class build.buf.validate.Violation.Builder
-
`rule` is a machine-readable path that points to the specific rule that failed validation.
- getRuleId() - Method in class build.buf.validate.Violation.Builder
-
`rule_id` is the unique identifier of the `Rule` that was not fulfilled.
- getRuleId() - Method in class build.buf.validate.Violation
-
`rule_id` is the unique identifier of the `Rule` that was not fulfilled.
- getRuleId() - Method in interface build.buf.validate.ViolationOrBuilder
-
`rule_id` is the unique identifier of the `Rule` that was not fulfilled.
- getRuleIdBytes() - Method in class build.buf.validate.Violation.Builder
-
`rule_id` is the unique identifier of the `Rule` that was not fulfilled.
- getRuleIdBytes() - Method in class build.buf.validate.Violation
-
`rule_id` is the unique identifier of the `Rule` that was not fulfilled.
- getRuleIdBytes() - Method in interface build.buf.validate.ViolationOrBuilder
-
`rule_id` is the unique identifier of the `Rule` that was not fulfilled.
- getRuleOrBuilder() - Method in class build.buf.validate.Violation.Builder
-
`rule` is a machine-readable path that points to the specific rule that failed validation.
- getRuleOrBuilder() - Method in class build.buf.validate.Violation
-
`rule` is a machine-readable path that points to the specific rule that failed validation.
- getRuleOrBuilder() - Method in interface build.buf.validate.ViolationOrBuilder
-
`rule` is a machine-readable path that points to the specific rule that failed validation.
- getRuleValue() - Method in interface build.buf.protovalidate.Violation
-
Gets the value of the rule this violation pertains to, or null if there is none.
- 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.DoubleRules
- getSerializedSize() - Method in class build.buf.validate.DurationRules
- getSerializedSize() - Method in class build.buf.validate.EnumRules
- getSerializedSize() - Method in class build.buf.validate.FieldPath
- getSerializedSize() - Method in class build.buf.validate.FieldPathElement
- getSerializedSize() - Method in class build.buf.validate.FieldRules
- 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.MessageOneofRule
- getSerializedSize() - Method in class build.buf.validate.MessageRules
- getSerializedSize() - Method in class build.buf.validate.OneofRules
- getSerializedSize() - Method in class build.buf.validate.PredefinedRules
- getSerializedSize() - Method in class build.buf.validate.RepeatedRules
- getSerializedSize() - Method in class build.buf.validate.Rule
- 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.FieldRules.Builder
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - getSfixed32() - Method in class build.buf.validate.FieldRules
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - getSfixed32() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - getSfixed32Builder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - getSfixed32OrBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - getSfixed32OrBuilder() - Method in class build.buf.validate.FieldRules
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - getSfixed32OrBuilder() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - getSfixed64() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - getSfixed64() - Method in class build.buf.validate.FieldRules
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - getSfixed64() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - getSfixed64Builder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - getSfixed64OrBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - getSfixed64OrBuilder() - Method in class build.buf.validate.FieldRules
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - getSfixed64OrBuilder() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - getSint32() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - getSint32() - Method in class build.buf.validate.FieldRules
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - getSint32() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - getSint32Builder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - getSint32OrBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - getSint32OrBuilder() - Method in class build.buf.validate.FieldRules
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - getSint32OrBuilder() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - getSint64() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - getSint64() - Method in class build.buf.validate.FieldRules
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - getSint64() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - getSint64Builder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - getSint64OrBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - getSint64OrBuilder() - Method in class build.buf.validate.FieldRules
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - getSint64OrBuilder() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - 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.FieldRules.Builder
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - getString() - Method in class build.buf.validate.FieldRules
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - getString() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - getStringBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - getStringKey() - Method in class build.buf.validate.FieldPathElement.Builder
-
`string_key` specifies a map key of type string.
- getStringKey() - Method in class build.buf.validate.FieldPathElement
-
`string_key` specifies a map key of type string.
- getStringKey() - Method in interface build.buf.validate.FieldPathElementOrBuilder
-
`string_key` specifies a map key of type string.
- getStringKeyBytes() - Method in class build.buf.validate.FieldPathElement.Builder
-
`string_key` specifies a map key of type string.
- getStringKeyBytes() - Method in class build.buf.validate.FieldPathElement
-
`string_key` specifies a map key of type string.
- getStringKeyBytes() - Method in interface build.buf.validate.FieldPathElementOrBuilder
-
`string_key` specifies a map key of type string.
- getStringOrBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - getStringOrBuilder() - Method in class build.buf.validate.FieldRules
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - getStringOrBuilder() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - getSubscriptCase() - Method in class build.buf.validate.FieldPathElement.Builder
- getSubscriptCase() - Method in class build.buf.validate.FieldPathElement
- getSubscriptCase() - Method in interface build.buf.validate.FieldPathElementOrBuilder
- 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.FieldRules.Builder
-
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; - getTimestamp() - Method in class build.buf.validate.FieldRules
-
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; - getTimestamp() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; - getTimestampBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; - getTimestampOrBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; - getTimestampOrBuilder() - Method in class build.buf.validate.FieldRules
-
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; - getTimestampOrBuilder() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.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://datatracker.ietf.org/doc/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://datatracker.ietf.org/doc/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://datatracker.ietf.org/doc/html/rfc4122#section-4.1.2) with all dashes omitted.
- getTypeCase() - Method in class build.buf.validate.FieldRules.Builder
- getTypeCase() - Method in class build.buf.validate.FieldRules
- getTypeCase() - Method in interface build.buf.validate.FieldRulesOrBuilder
- getTypeRegistry() - Method in class build.buf.protovalidate.Config
-
Gets the type registry used for reparsing protobuf messages.
- getUint32() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - getUint32() - Method in class build.buf.validate.FieldRules
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - getUint32() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - getUint32Builder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - getUint32OrBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - getUint32OrBuilder() - Method in class build.buf.validate.FieldRules
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - getUint32OrBuilder() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - getUint64() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - getUint64() - Method in class build.buf.validate.FieldRules
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - getUint64() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - getUint64Builder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - getUint64OrBuilder() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - getUint64OrBuilder() - Method in class build.buf.validate.FieldRules
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - getUint64OrBuilder() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - getUintKey() - Method in class build.buf.validate.FieldPathElement.Builder
-
`uint_key` specifies a map key of type uint32, uint64, fixed32 or fixed64.
- getUintKey() - Method in class build.buf.validate.FieldPathElement
-
`uint_key` specifies a map key of type uint32, uint64, fixed32 or fixed64.
- getUintKey() - Method in interface build.buf.validate.FieldPathElementOrBuilder
-
`uint_key` specifies a map key of type uint32, uint64, fixed32 or fixed64.
- 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 URI, for example "https://example.com/foo/bar?baz=quux#frag".
- getUri() - Method in class build.buf.validate.StringRules
-
`uri` specifies that the field value must be a valid URI, for example "https://example.com/foo/bar?baz=quux#frag".
- getUri() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`uri` specifies that the field value must be a valid URI, for example "https://example.com/foo/bar?baz=quux#frag".
- getUriRef() - Method in class build.buf.validate.StringRules.Builder
-
`uri_ref` specifies that the field value must be a valid URI Reference—either a URI such as "https://example.com/foo/bar?baz=quux#frag", or a Relative Reference such as "./foo/bar?query".
- getUriRef() - Method in class build.buf.validate.StringRules
-
`uri_ref` specifies that the field value must be a valid URI Reference—either a URI such as "https://example.com/foo/bar?baz=quux#frag", or a Relative Reference such as "./foo/bar?query".
- getUriRef() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`uri_ref` specifies that the field value must be a valid URI Reference—either a URI such as "https://example.com/foo/bar?baz=quux#frag", or a Relative Reference such as "./foo/bar?query".
- 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://datatracker.ietf.org/doc/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://datatracker.ietf.org/doc/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://datatracker.ietf.org/doc/html/rfc4122#section-4.1.2).
- getValue() - Method in interface build.buf.protovalidate.Violation.FieldValue
-
Gets the value of the field, which may be null, a primitive, a Map or a List.
- 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 rules to be applied to the value of each key in the field.
- getValues() - Method in class build.buf.validate.MapRules
-
Specifies the rules to be applied to the value of each key in the field.
- getValues() - Method in interface build.buf.validate.MapRulesOrBuilder
-
Specifies the rules to be applied to the value of each key in the field.
- getValuesBuilder() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the rules to be applied to the value of each key in the field.
- getValuesOrBuilder() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the rules to be applied to the value of each key in the field.
- getValuesOrBuilder() - Method in class build.buf.validate.MapRules
-
Specifies the rules to be applied to the value of each key in the field.
- getValuesOrBuilder() - Method in interface build.buf.validate.MapRulesOrBuilder
-
Specifies the rules to be applied to the value of each key in the field.
- getValueType() - Method in class build.buf.validate.FieldPathElement.Builder
-
`value_type` specifies map value type of this field.
- getValueType() - Method in class build.buf.validate.FieldPathElement
-
`value_type` specifies map value type of this field.
- getValueType() - Method in interface build.buf.validate.FieldPathElementOrBuilder
-
`value_type` specifies map value type of this 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.
- 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 (for example, "example.com"), or a valid IP (v4 or v6) address (for example, "192.168.0.1", or "::1").
- hasAddress() - Method in class build.buf.validate.StringRules
-
`address` specifies that the field value must be either a valid hostname (for example, "example.com"), or a valid IP (v4 or v6) address (for example, "192.168.0.1", or "::1").
- hasAddress() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`address` specifies that the field value must be either a valid hostname (for example, "example.com"), or a valid IP (v4 or v6) address (for example, "192.168.0.1", or "::1").
- hasAny() - Method in class build.buf.validate.FieldRules.Builder
-
Well-Known Field Types
- hasAny() - Method in class build.buf.validate.FieldRules
-
Well-Known Field Types
- hasAny() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
Well-Known Field Types
- hasBool() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - hasBool() - Method in class build.buf.validate.FieldRules
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - hasBool() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - hasBoolKey() - Method in class build.buf.validate.FieldPathElement.Builder
-
`bool_key` specifies a map key of type bool.
- hasBoolKey() - Method in class build.buf.validate.FieldPathElement
-
`bool_key` specifies a map key of type bool.
- hasBoolKey() - Method in interface build.buf.validate.FieldPathElementOrBuilder
-
`bool_key` specifies a map key of type bool.
- hasBytes() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - hasBytes() - Method in class build.buf.validate.FieldRules
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - hasBytes() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.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.MessageRules.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.MessageRules
-
`disabled` is a boolean flag that, when set to true, nullifies any validation rules for this message.
- hasDisabled() - Method in interface build.buf.validate.MessageRulesOrBuilder
-
`disabled` is a boolean flag that, when set to true, nullifies any validation rules for this message.
- hasDouble() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - hasDouble() - Method in class build.buf.validate.FieldRules
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - hasDouble() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - hasDuration() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - hasDuration() - Method in class build.buf.validate.FieldRules
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - hasDuration() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.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, for example "foo@example.com".
- hasEmail() - Method in class build.buf.validate.StringRules
-
`email` specifies that the field value must be a valid email address, for example "foo@example.com".
- hasEmail() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`email` specifies that the field value must be a valid email address, for example "foo@example.com".
- hasEnum() - Method in class build.buf.validate.FieldRules.Builder
-
Complex Field Types
- hasEnum() - Method in class build.buf.validate.FieldRules
-
Complex Field Types
- hasEnum() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
Complex Field Types
- hasExpression() - Method in class build.buf.validate.Rule.Builder
-
`expression` is the actual CEL expression that will be evaluated for validation.
- hasExpression() - Method in class build.buf.validate.Rule
-
`expression` is the actual CEL expression that will be evaluated for validation.
- hasExpression() - Method in interface build.buf.validate.RuleOrBuilder
-
`expression` is the actual CEL expression that will be evaluated for validation.
- hasField() - Method in class build.buf.validate.Violation.Builder
-
`field` is a machine-readable path to the field that failed validation.
- hasField() - Method in class build.buf.validate.Violation
-
`field` is a machine-readable path to the field that failed validation.
- hasField() - Method in interface build.buf.validate.ViolationOrBuilder
-
`field` is a machine-readable path to the field that failed validation.
- hasFieldName() - Method in class build.buf.validate.FieldPathElement.Builder
-
`field_name` contains the field name this path element refers to.
- hasFieldName() - Method in class build.buf.validate.FieldPathElement
-
`field_name` contains the field name this path element refers to.
- hasFieldName() - Method in interface build.buf.validate.FieldPathElementOrBuilder
-
`field_name` contains the field name this path element refers to.
- hasFieldNumber() - Method in class build.buf.validate.FieldPathElement.Builder
-
`field_number` is the field number this path element refers to.
- hasFieldNumber() - Method in class build.buf.validate.FieldPathElement
-
`field_number` is the field number this path element refers to.
- hasFieldNumber() - Method in interface build.buf.validate.FieldPathElementOrBuilder
-
`field_number` is the field number this path element refers to.
- hasFieldType() - Method in class build.buf.validate.FieldPathElement.Builder
-
`field_type` specifies the type of this field.
- hasFieldType() - Method in class build.buf.validate.FieldPathElement
-
`field_type` specifies the type of this field.
- hasFieldType() - Method in interface build.buf.validate.FieldPathElementOrBuilder
-
`field_type` specifies the type of this field.
- hasFinite() - Method in class build.buf.validate.DoubleRules.Builder
-
`finite` requires the field value to be finite.
- hasFinite() - Method in class build.buf.validate.DoubleRules
-
`finite` requires the field value to be finite.
- hasFinite() - Method in interface build.buf.validate.DoubleRulesOrBuilder
-
`finite` requires the field value to be finite.
- hasFinite() - Method in class build.buf.validate.FloatRules.Builder
-
`finite` requires the field value to be finite.
- hasFinite() - Method in class build.buf.validate.FloatRules
-
`finite` requires the field value to be finite.
- hasFinite() - Method in interface build.buf.validate.FloatRulesOrBuilder
-
`finite` requires the field value to be finite.
- hasFixed32() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - hasFixed32() - Method in class build.buf.validate.FieldRules
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - hasFixed32() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - hasFixed64() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - hasFixed64() - Method in class build.buf.validate.FieldRules
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - hasFixed64() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - hasFloat() - Method in class build.buf.validate.FieldRules.Builder
-
Scalar Field Types
- hasFloat() - Method in class build.buf.validate.FieldRules
-
Scalar Field Types
- hasFloat() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
Scalar Field Types
- hasForKey() - Method in class build.buf.validate.Violation.Builder
-
`for_key` indicates whether the violation was caused by a map key, rather than a value.
- hasForKey() - Method in class build.buf.validate.Violation
-
`for_key` indicates whether the violation was caused by a map key, rather than a value.
- hasForKey() - Method in interface build.buf.validate.ViolationOrBuilder
-
`for_key` indicates whether the violation was caused by a map key, rather than a value.
- 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.DoubleRules
- hashCode() - Method in class build.buf.validate.DurationRules
- hashCode() - Method in class build.buf.validate.EnumRules
- hashCode() - Method in class build.buf.validate.FieldPath
- hashCode() - Method in class build.buf.validate.FieldPathElement
- hashCode() - Method in class build.buf.validate.FieldRules
- 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.MessageOneofRule
- hashCode() - Method in class build.buf.validate.MessageRules
- hashCode() - Method in class build.buf.validate.OneofRules
- hashCode() - Method in class build.buf.validate.PredefinedRules
- hashCode() - Method in class build.buf.validate.RepeatedRules
- hashCode() - Method in class build.buf.validate.Rule
- 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 that the field value must be valid host/port pair—for example, "example.com:8080".
- hasHostAndPort() - Method in class build.buf.validate.StringRules
-
`host_and_port` specifies that the field value must be valid host/port pair—for example, "example.com:8080".
- hasHostAndPort() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`host_and_port` specifies that the field value must be valid host/port pair—for example, "example.com:8080".
- hasHostname() - Method in class build.buf.validate.StringRules.Builder
-
`hostname` specifies that the field value must be a valid hostname, for example "foo.example.com".
- hasHostname() - Method in class build.buf.validate.StringRules
-
`hostname` specifies that the field value must be a valid hostname, for example "foo.example.com".
- hasHostname() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`hostname` specifies that the field value must be a valid hostname, for example "foo.example.com".
- hasId() - Method in class build.buf.validate.Rule.Builder
-
`id` is a string that serves as a machine-readable name for this Rule.
- hasId() - Method in class build.buf.validate.Rule
-
`id` is a string that serves as a machine-readable name for this Rule.
- hasId() - Method in interface build.buf.validate.RuleOrBuilder
-
`id` is a string that serves as a machine-readable name for this Rule.
- hasIgnore() - Method in class build.buf.validate.FieldRules.Builder
-
Skip validation on the field if its value matches the specified criteria.
- hasIgnore() - Method in class build.buf.validate.FieldRules
-
Skip validation on the field if its value matches the specified criteria.
- hasIgnore() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
Skip validation on the field if its value matches the specified criteria.
- hasIndex() - Method in class build.buf.validate.FieldPathElement.Builder
-
`index` specifies a 0-based index into a repeated field.
- hasIndex() - Method in class build.buf.validate.FieldPathElement
-
`index` specifies a 0-based index into a repeated field.
- hasIndex() - Method in interface build.buf.validate.FieldPathElementOrBuilder
-
`index` specifies a 0-based index into a repeated field.
- hasInt32() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - hasInt32() - Method in class build.buf.validate.FieldRules
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - hasInt32() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - hasInt64() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - hasInt64() - Method in class build.buf.validate.FieldRules
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - hasInt64() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - hasIntKey() - Method in class build.buf.validate.FieldPathElement.Builder
-
`int_key` specifies a map key of type int32, int64, sint32, sint64, sfixed32 or sfixed64.
- hasIntKey() - Method in class build.buf.validate.FieldPathElement
-
`int_key` specifies a map key of type int32, int64, sint32, sint64, sfixed32 or sfixed64.
- hasIntKey() - Method in interface build.buf.validate.FieldPathElementOrBuilder
-
`int_key` specifies a map key of type int32, int64, sint32, sint64, sfixed32 or sfixed64.
- 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.
- hasIp() - Method in class build.buf.validate.StringRules
-
`ip` specifies that the field value must be a valid IP (v4 or v6) address.
- hasIp() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ip` specifies that the field value must be a valid IP (v4 or v6) address.
- 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—for example, "192.168.0.0/16" or "2001:0DB8:ABCD:0012::0/64".
- hasIpPrefix() - Method in class build.buf.validate.StringRules
-
`ip_prefix` specifies that the field value must be a valid IP (v4 or v6) prefix—for example, "192.168.0.0/16" or "2001:0DB8:ABCD:0012::0/64".
- hasIpPrefix() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ip_prefix` specifies that the field value must be a valid IP (v4 or v6) prefix—for example, "192.168.0.0/16" or "2001:0DB8:ABCD:0012::0/64".
- 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—for example "192.168.5.21".
- hasIpv4() - Method in class build.buf.validate.StringRules
-
`ipv4` specifies that the field value must be a valid IPv4 address—for example "192.168.5.21".
- hasIpv4() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ipv4` specifies that the field value must be a valid IPv4 address—for example "192.168.5.21".
- hasIpv4Prefix() - Method in class build.buf.validate.StringRules.Builder
-
`ipv4_prefix` specifies that the field value must be a valid IPv4 prefix, for example "192.168.0.0/16".
- hasIpv4Prefix() - Method in class build.buf.validate.StringRules
-
`ipv4_prefix` specifies that the field value must be a valid IPv4 prefix, for example "192.168.0.0/16".
- hasIpv4Prefix() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ipv4_prefix` specifies that the field value must be a valid IPv4 prefix, for example "192.168.0.0/16".
- 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 length—for example, "192.168.5.21/16".
- hasIpv4WithPrefixlen() - Method in class build.buf.validate.StringRules
-
`ipv4_with_prefixlen` specifies that the field value must be a valid IPv4 address with prefix length—for example, "192.168.5.21/16".
- hasIpv4WithPrefixlen() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ipv4_with_prefixlen` specifies that the field value must be a valid IPv4 address with prefix length—for example, "192.168.5.21/16".
- 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—for example "::1", or "d7a:115c:a1e0:ab12:4843:cd96:626b:430b".
- hasIpv6() - Method in class build.buf.validate.StringRules
-
`ipv6` specifies that the field value must be a valid IPv6 address—for example "::1", or "d7a:115c:a1e0:ab12:4843:cd96:626b:430b".
- hasIpv6() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ipv6` specifies that the field value must be a valid IPv6 address—for example "::1", or "d7a:115c:a1e0:ab12:4843:cd96:626b:430b".
- hasIpv6Prefix() - Method in class build.buf.validate.StringRules.Builder
-
`ipv6_prefix` specifies that the field value must be a valid IPv6 prefix—for example, "2001:0DB8:ABCD:0012::0/64".
- hasIpv6Prefix() - Method in class build.buf.validate.StringRules
-
`ipv6_prefix` specifies that the field value must be a valid IPv6 prefix—for example, "2001:0DB8:ABCD:0012::0/64".
- hasIpv6Prefix() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`ipv6_prefix` specifies that the field value must be a valid IPv6 prefix—for example, "2001:0DB8:ABCD:0012::0/64".
- 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—for example, "2001:0DB8:ABCD:0012::F1/64".
- 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—for example, "2001:0DB8:ABCD:0012::F1/64".
- 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—for example, "2001:0DB8:ABCD:0012::F1/64".
- 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—for example, "192.168.5.21/16" or "2001:0DB8:ABCD:0012::F1/64".
- 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—for example, "192.168.5.21/16" or "2001:0DB8:ABCD:0012::F1/64".
- 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—for example, "192.168.5.21/16" or "2001:0DB8:ABCD:0012::F1/64".
- hasItems() - Method in class build.buf.validate.RepeatedRules.Builder
-
`items` details the rules to be applied to each item in the field.
- hasItems() - Method in class build.buf.validate.RepeatedRules
-
`items` details the rules to be applied to each item in the field.
- hasItems() - Method in interface build.buf.validate.RepeatedRulesOrBuilder
-
`items` details the rules to be applied to each item in the field.
- hasKeys() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the rules to be applied to each key in the field.
- hasKeys() - Method in class build.buf.validate.MapRules
-
Specifies the rules to be applied to each key in the field.
- hasKeys() - Method in interface build.buf.validate.MapRulesOrBuilder
-
Specifies the rules to be applied to each key in the field.
- hasKeyType() - Method in class build.buf.validate.FieldPathElement.Builder
-
`key_type` specifies the map key type of this field.
- hasKeyType() - Method in class build.buf.validate.FieldPathElement
-
`key_type` specifies the map key type of this field.
- hasKeyType() - Method in interface build.buf.validate.FieldPathElementOrBuilder
-
`key_type` specifies the map key type of this 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.FieldRules.Builder
-
.buf.validate.MapRules map = 19 [json_name = "map"]; - hasMap() - Method in class build.buf.validate.FieldRules
-
.buf.validate.MapRules map = 19 [json_name = "map"]; - hasMap() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.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.
- hasMessage() - Method in class build.buf.validate.Rule.Builder
-
`message` is an optional field that provides a human-readable error message for this Rule when the CEL expression evaluates to false.
- hasMessage() - Method in class build.buf.validate.Rule
-
`message` is an optional field that provides a human-readable error message for this Rule when the CEL expression evaluates to false.
- hasMessage() - Method in interface build.buf.validate.RuleOrBuilder
-
`message` is an optional field that provides a human-readable error message for this Rule when the CEL expression evaluates to false.
- hasMessage() - Method in class build.buf.validate.Violation.Builder
-
`message` is a human-readable error message that describes the nature of the violation.
- hasMessage() - Method in class build.buf.validate.Violation
-
`message` is a human-readable error message that describes the nature of the violation.
- hasMessage() - Method in interface build.buf.validate.ViolationOrBuilder
-
`message` is a human-readable error message that describes the nature of the violation.
- 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.FieldRules.Builder
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - hasRepeated() - Method in class build.buf.validate.FieldRules
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - hasRepeated() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - hasRequired() - Method in class build.buf.validate.FieldRules.Builder
-
If `required` is true, the field must be populated.
- hasRequired() - Method in class build.buf.validate.FieldRules
-
If `required` is true, the field must be populated.
- hasRequired() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
If `required` is true, the field must be populated.
- hasRequired() - Method in class build.buf.validate.MessageOneofRule.Builder
-
If true, one of the fields specified _must_ be set.
- hasRequired() - Method in class build.buf.validate.MessageOneofRule
-
If true, one of the fields specified _must_ be set.
- hasRequired() - Method in interface build.buf.validate.MessageOneofRuleOrBuilder
-
If true, one of the fields specified _must_ be set.
- hasRequired() - Method in class build.buf.validate.OneofRules.Builder
-
If `required` is true, exactly one field of the oneof must be present.
- hasRequired() - Method in class build.buf.validate.OneofRules
-
If `required` is true, exactly one field of the oneof must be present.
- hasRequired() - Method in interface build.buf.validate.OneofRulesOrBuilder
-
If `required` is true, exactly one field of the oneof must be present.
- hasRule() - Method in class build.buf.validate.Violation.Builder
-
`rule` is a machine-readable path that points to the specific rule that failed validation.
- hasRule() - Method in class build.buf.validate.Violation
-
`rule` is a machine-readable path that points to the specific rule that failed validation.
- hasRule() - Method in interface build.buf.validate.ViolationOrBuilder
-
`rule` is a machine-readable path that points to the specific rule that failed validation.
- hasRuleId() - Method in class build.buf.validate.Violation.Builder
-
`rule_id` is the unique identifier of the `Rule` that was not fulfilled.
- hasRuleId() - Method in class build.buf.validate.Violation
-
`rule_id` is the unique identifier of the `Rule` that was not fulfilled.
- hasRuleId() - Method in interface build.buf.validate.ViolationOrBuilder
-
`rule_id` is the unique identifier of the `Rule` that was not fulfilled.
- hasSfixed32() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - hasSfixed32() - Method in class build.buf.validate.FieldRules
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - hasSfixed32() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - hasSfixed64() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - hasSfixed64() - Method in class build.buf.validate.FieldRules
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - hasSfixed64() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - hasSint32() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - hasSint32() - Method in class build.buf.validate.FieldRules
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - hasSint32() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - hasSint64() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - hasSint64() - Method in class build.buf.validate.FieldRules
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - hasSint64() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.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.FieldRules.Builder
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - hasString() - Method in class build.buf.validate.FieldRules
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - hasString() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - hasStringKey() - Method in class build.buf.validate.FieldPathElement.Builder
-
`string_key` specifies a map key of type string.
- hasStringKey() - Method in class build.buf.validate.FieldPathElement
-
`string_key` specifies a map key of type string.
- hasStringKey() - Method in interface build.buf.validate.FieldPathElementOrBuilder
-
`string_key` specifies a map key of type 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.FieldRules.Builder
-
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; - hasTimestamp() - Method in class build.buf.validate.FieldRules
-
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; - hasTimestamp() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.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://datatracker.ietf.org/doc/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://datatracker.ietf.org/doc/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://datatracker.ietf.org/doc/html/rfc4122#section-4.1.2) with all dashes omitted.
- hasUint32() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - hasUint32() - Method in class build.buf.validate.FieldRules
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - hasUint32() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - hasUint64() - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - hasUint64() - Method in class build.buf.validate.FieldRules
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - hasUint64() - Method in interface build.buf.validate.FieldRulesOrBuilder
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - hasUintKey() - Method in class build.buf.validate.FieldPathElement.Builder
-
`uint_key` specifies a map key of type uint32, uint64, fixed32 or fixed64.
- hasUintKey() - Method in class build.buf.validate.FieldPathElement
-
`uint_key` specifies a map key of type uint32, uint64, fixed32 or fixed64.
- hasUintKey() - Method in interface build.buf.validate.FieldPathElementOrBuilder
-
`uint_key` specifies a map key of type uint32, uint64, fixed32 or fixed64.
- 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 URI, for example "https://example.com/foo/bar?baz=quux#frag".
- hasUri() - Method in class build.buf.validate.StringRules
-
`uri` specifies that the field value must be a valid URI, for example "https://example.com/foo/bar?baz=quux#frag".
- hasUri() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`uri` specifies that the field value must be a valid URI, for example "https://example.com/foo/bar?baz=quux#frag".
- hasUriRef() - Method in class build.buf.validate.StringRules.Builder
-
`uri_ref` specifies that the field value must be a valid URI Reference—either a URI such as "https://example.com/foo/bar?baz=quux#frag", or a Relative Reference such as "./foo/bar?query".
- hasUriRef() - Method in class build.buf.validate.StringRules
-
`uri_ref` specifies that the field value must be a valid URI Reference—either a URI such as "https://example.com/foo/bar?baz=quux#frag", or a Relative Reference such as "./foo/bar?query".
- hasUriRef() - Method in interface build.buf.validate.StringRulesOrBuilder
-
`uri_ref` specifies that the field value must be a valid URI Reference—either a URI such as "https://example.com/foo/bar?baz=quux#frag", or a Relative Reference such as "./foo/bar?query".
- 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://datatracker.ietf.org/doc/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://datatracker.ietf.org/doc/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://datatracker.ietf.org/doc/html/rfc4122#section-4.1.2).
- hasValues() - Method in class build.buf.validate.MapRules.Builder
-
Specifies the rules to be applied to the value of each key in the field.
- hasValues() - Method in class build.buf.validate.MapRules
-
Specifies the rules to be applied to the value of each key in the field.
- hasValues() - Method in interface build.buf.validate.MapRulesOrBuilder
-
Specifies the rules to be applied to the value of each key in the field.
- hasValueType() - Method in class build.buf.validate.FieldPathElement.Builder
-
`value_type` specifies map value type of this field.
- hasValueType() - Method in class build.buf.validate.FieldPathElement
-
`value_type` specifies map value type of this field.
- hasValueType() - Method in interface build.buf.validate.FieldPathElementOrBuilder
-
`value_type` specifies map value type of this 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_FIELD_NUMBER - Static variable in class build.buf.validate.Rule
- Ignore - Enum Class in build.buf.validate
-
Specifies how FieldRules.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_FIELD_NUMBER - Static variable in class build.buf.validate.FieldRules
- 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 field.
- IGNORE_UNSPECIFIED_VALUE - Static variable in enum class build.buf.validate.Ignore
-
Validation is only skipped if it's an unpopulated nullable field.
- 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
- INDEX - Enum constant in enum class build.buf.validate.FieldPathElement.SubscriptCase
- INDEX_FIELD_NUMBER - Static variable in class build.buf.validate.FieldPathElement
- INT_KEY - Enum constant in enum class build.buf.validate.FieldPathElement.SubscriptCase
- INT_KEY_FIELD_NUMBER - Static variable in class build.buf.validate.FieldPathElement
- INT32 - Enum constant in enum class build.buf.validate.FieldRules.TypeCase
- INT32_FIELD_NUMBER - Static variable in class build.buf.validate.FieldRules
- Int32Rules - Class in build.buf.validate
-
Int32Rules describes the rules applied to `int32` values.
- Int32Rules.Builder - Class in build.buf.validate
-
Int32Rules describes the rules 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.FieldRules.TypeCase
- INT64_FIELD_NUMBER - Static variable in class build.buf.validate.FieldRules
- Int64Rules - Class in build.buf.validate
-
Int64Rules describes the rules applied to `int64` values.
- Int64Rules.Builder - Class in build.buf.validate
-
Int64Rules describes the rules 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.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.FieldPath.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.FieldPath
- internalGetFieldAccessorTable() - Method in class build.buf.validate.FieldPathElement.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.FieldPathElement
- internalGetFieldAccessorTable() - Method in class build.buf.validate.FieldRules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.FieldRules
- 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.MessageOneofRule.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.MessageOneofRule
- internalGetFieldAccessorTable() - Method in class build.buf.validate.MessageRules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.MessageRules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.OneofRules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.OneofRules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.PredefinedRules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.PredefinedRules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.RepeatedRules.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.RepeatedRules
- internalGetFieldAccessorTable() - Method in class build.buf.validate.Rule.Builder
- internalGetFieldAccessorTable() - Method in class build.buf.validate.Rule
- 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
- isAllowingUnknownFields() - Method in class build.buf.protovalidate.Config
-
Checks if the configuration for allowing unknown rule fields 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.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.FieldPath.Builder
- isInitialized() - Method in class build.buf.validate.FieldPath
- isInitialized() - Method in class build.buf.validate.FieldPathElement.Builder
- isInitialized() - Method in class build.buf.validate.FieldPathElement
- isInitialized() - Method in class build.buf.validate.FieldRules.Builder
- isInitialized() - Method in class build.buf.validate.FieldRules
- 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.MessageOneofRule.Builder
- isInitialized() - Method in class build.buf.validate.MessageOneofRule
- isInitialized() - Method in class build.buf.validate.MessageRules.Builder
- isInitialized() - Method in class build.buf.validate.MessageRules
- isInitialized() - Method in class build.buf.validate.OneofRules.Builder
- isInitialized() - Method in class build.buf.validate.OneofRules
- isInitialized() - Method in class build.buf.validate.PredefinedRules.Builder
- isInitialized() - Method in class build.buf.validate.PredefinedRules
- isInitialized() - Method in class build.buf.validate.RepeatedRules.Builder
- isInitialized() - Method in class build.buf.validate.RepeatedRules
- isInitialized() - Method in class build.buf.validate.Rule.Builder
- isInitialized() - Method in class build.buf.validate.Rule
- 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
- KEY_TYPE_FIELD_NUMBER - Static variable in class build.buf.validate.FieldPathElement
- 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://datatracker.ietf.org/doc/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://datatracker.ietf.org/doc/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://datatracker.ietf.org/doc/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://datatracker.ietf.org/doc/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
-
KnownRegex contains 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
- 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.FieldRules.TypeCase
- MAP_FIELD_NUMBER - Static variable in class build.buf.validate.FieldRules
- MapRules - Class in build.buf.validate
-
MapRules describe the rules applied to `map` values.
- MapRules.Builder - Class in build.buf.validate
-
MapRules describe the rules applied to `map` values.
- MapRulesOrBuilder - Interface in build.buf.validate
- 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.FieldRules.Builder
-
Well-Known Field Types
- mergeBool(BoolRules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - mergeBytes(BytesRules) - Method in class build.buf.validate.FieldRules.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.FieldRules.Builder
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - mergeDuration(DurationRules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - mergeEnum(EnumRules) - Method in class build.buf.validate.FieldRules.Builder
-
Complex Field Types
- mergeField(FieldPath) - Method in class build.buf.validate.Violation.Builder
-
`field` is a machine-readable path to the field that failed validation.
- mergeFixed32(Fixed32Rules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - mergeFixed64(Fixed64Rules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - mergeFloat(FloatRules) - Method in class build.buf.validate.FieldRules.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(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(FieldPath) - Method in class build.buf.validate.FieldPath.Builder
- mergeFrom(FieldPathElement) - Method in class build.buf.validate.FieldPathElement.Builder
- mergeFrom(FieldRules) - Method in class build.buf.validate.FieldRules.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(MessageOneofRule) - Method in class build.buf.validate.MessageOneofRule.Builder
- mergeFrom(MessageRules) - Method in class build.buf.validate.MessageRules.Builder
- mergeFrom(OneofRules) - Method in class build.buf.validate.OneofRules.Builder
- mergeFrom(PredefinedRules) - Method in class build.buf.validate.PredefinedRules.Builder
- mergeFrom(RepeatedRules) - Method in class build.buf.validate.RepeatedRules.Builder
- mergeFrom(Rule) - Method in class build.buf.validate.Rule.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.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.FieldPath.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.FieldPathElement.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.FieldRules.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.MessageOneofRule.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.MessageRules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.OneofRules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.PredefinedRules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.RepeatedRules.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class build.buf.validate.Rule.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.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.FieldPath.Builder
- mergeFrom(Message) - Method in class build.buf.validate.FieldPathElement.Builder
- mergeFrom(Message) - Method in class build.buf.validate.FieldRules.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.MessageOneofRule.Builder
- mergeFrom(Message) - Method in class build.buf.validate.MessageRules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.OneofRules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.PredefinedRules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.RepeatedRules.Builder
- mergeFrom(Message) - Method in class build.buf.validate.Rule.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.FieldRules.Builder
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - mergeInt64(Int64Rules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - mergeItems(FieldRules) - Method in class build.buf.validate.RepeatedRules.Builder
-
`items` details the rules to be applied to each item in the field.
- mergeKeys(FieldRules) - Method in class build.buf.validate.MapRules.Builder
-
Specifies the rules 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.FieldRules.Builder
-
.buf.validate.MapRules map = 19 [json_name = "map"]; - mergeRepeated(RepeatedRules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - mergeRule(FieldPath) - Method in class build.buf.validate.Violation.Builder
-
`rule` is a machine-readable path that points to the specific rule that failed validation.
- mergeSfixed32(SFixed32Rules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - mergeSfixed64(SFixed64Rules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - mergeSint32(SInt32Rules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - mergeSint64(SInt64Rules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - mergeString(StringRules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - mergeTimestamp(TimestampRules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; - mergeUint32(UInt32Rules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - mergeUint64(UInt64Rules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - mergeValues(FieldRules) - Method in class build.buf.validate.MapRules.Builder
-
Specifies the rules 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 - 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.Rule
- MESSAGE_FIELD_NUMBER - Static variable in class build.buf.validate.ValidateProto
- MESSAGE_FIELD_NUMBER - Static variable in class build.buf.validate.Violation
- MessageOneofRule - Class in build.buf.validate
-
Protobuf type
buf.validate.MessageOneofRule - MessageOneofRule.Builder - Class in build.buf.validate
-
Protobuf type
buf.validate.MessageOneofRule - MessageOneofRuleOrBuilder - Interface in build.buf.validate
- MessageRules - Class in build.buf.validate
-
MessageRules represents validation rules that are applied to the entire message.
- MessageRules.Builder - Class in build.buf.validate
-
MessageRules represents validation rules that are applied to the entire message.
- MessageRulesOrBuilder - Interface in build.buf.validate
- 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
- newBuilder() - Static method in class build.buf.protovalidate.Config
-
Create a new Configuration builder.
- newBuilder() - Static method in class build.buf.protovalidate.ValidatorFactory
-
Creates a new builder for a validator.
- 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.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.FieldPath
- newBuilder() - Static method in class build.buf.validate.FieldPathElement
- newBuilder() - Static method in class build.buf.validate.FieldRules
- 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.MessageOneofRule
- newBuilder() - Static method in class build.buf.validate.MessageRules
- newBuilder() - Static method in class build.buf.validate.OneofRules
- newBuilder() - Static method in class build.buf.validate.PredefinedRules
- newBuilder() - Static method in class build.buf.validate.RepeatedRules
- newBuilder() - Static method in class build.buf.validate.Rule
- 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(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(FieldPath) - Static method in class build.buf.validate.FieldPath
- newBuilder(FieldPathElement) - Static method in class build.buf.validate.FieldPathElement
- newBuilder(FieldRules) - Static method in class build.buf.validate.FieldRules
- 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(MessageOneofRule) - Static method in class build.buf.validate.MessageOneofRule
- newBuilder(MessageRules) - Static method in class build.buf.validate.MessageRules
- newBuilder(OneofRules) - Static method in class build.buf.validate.OneofRules
- newBuilder(PredefinedRules) - Static method in class build.buf.validate.PredefinedRules
- newBuilder(RepeatedRules) - Static method in class build.buf.validate.RepeatedRules
- newBuilder(Rule) - Static method in class build.buf.validate.Rule
- 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.DoubleRules
- newBuilderForType() - Method in class build.buf.validate.DurationRules
- newBuilderForType() - Method in class build.buf.validate.EnumRules
- newBuilderForType() - Method in class build.buf.validate.FieldPath
- newBuilderForType() - Method in class build.buf.validate.FieldPathElement
- newBuilderForType() - Method in class build.buf.validate.FieldRules
- 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.MessageOneofRule
- newBuilderForType() - Method in class build.buf.validate.MessageRules
- newBuilderForType() - Method in class build.buf.validate.OneofRules
- newBuilderForType() - Method in class build.buf.validate.PredefinedRules
- newBuilderForType() - Method in class build.buf.validate.RepeatedRules
- newBuilderForType() - Method in class build.buf.validate.Rule
- 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(AbstractMessage.BuilderParent) - Method in class build.buf.validate.AnyRules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.BoolRules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.BytesRules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.DoubleRules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.DurationRules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.EnumRules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.FieldPath
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.FieldPathElement
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.FieldRules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.Fixed32Rules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.Fixed64Rules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.FloatRules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.Int32Rules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.Int64Rules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.MapRules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.MessageOneofRule
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.MessageRules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.OneofRules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.PredefinedRules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.RepeatedRules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.Rule
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.SFixed32Rules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.SFixed64Rules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.SInt32Rules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.SInt64Rules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.StringRules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.TimestampRules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.UInt32Rules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.UInt64Rules
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.Violation
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class build.buf.validate.Violations
- 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
O
- 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.MessageRules
- ONEOF_FIELD_NUMBER - Static variable in class build.buf.validate.ValidateProto
- OneofRules - Class in build.buf.validate
-
The `OneofRules` message type enables you to manage rules for oneof fields in your protobuf messages.
- OneofRules.Builder - Class in build.buf.validate
-
The `OneofRules` message type enables you to manage rules for oneof fields in your protobuf messages.
- OneofRulesOrBuilder - Interface in build.buf.validate
P
- 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.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.FieldPath
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.FieldPathElement
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.FieldRules
- 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.MessageOneofRule
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.MessageRules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.OneofRules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.PredefinedRules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.RepeatedRules
- parseDelimitedFrom(InputStream) - Static method in class build.buf.validate.Rule
- 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.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.FieldPath
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.FieldPathElement
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.FieldRules
- 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.MessageOneofRule
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.MessageRules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.OneofRules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.PredefinedRules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.RepeatedRules
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.Rule
- 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.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.FieldPath
- parseFrom(byte[]) - Static method in class build.buf.validate.FieldPathElement
- parseFrom(byte[]) - Static method in class build.buf.validate.FieldRules
- 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.MessageOneofRule
- parseFrom(byte[]) - Static method in class build.buf.validate.MessageRules
- parseFrom(byte[]) - Static method in class build.buf.validate.OneofRules
- parseFrom(byte[]) - Static method in class build.buf.validate.PredefinedRules
- parseFrom(byte[]) - Static method in class build.buf.validate.RepeatedRules
- parseFrom(byte[]) - Static method in class build.buf.validate.Rule
- 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.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.FieldPath
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.FieldPathElement
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.FieldRules
- 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.MessageOneofRule
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.MessageRules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.OneofRules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.PredefinedRules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.RepeatedRules
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class build.buf.validate.Rule
- 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.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.FieldPath
- parseFrom(ByteString) - Static method in class build.buf.validate.FieldPathElement
- parseFrom(ByteString) - Static method in class build.buf.validate.FieldRules
- 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.MessageOneofRule
- parseFrom(ByteString) - Static method in class build.buf.validate.MessageRules
- parseFrom(ByteString) - Static method in class build.buf.validate.OneofRules
- parseFrom(ByteString) - Static method in class build.buf.validate.PredefinedRules
- parseFrom(ByteString) - Static method in class build.buf.validate.RepeatedRules
- parseFrom(ByteString) - Static method in class build.buf.validate.Rule
- 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.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.FieldPath
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.FieldPathElement
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.FieldRules
- 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.MessageOneofRule
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.MessageRules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.OneofRules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.PredefinedRules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.RepeatedRules
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class build.buf.validate.Rule
- 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.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.FieldPath
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.FieldPathElement
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.FieldRules
- 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.MessageOneofRule
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.MessageRules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.OneofRules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.PredefinedRules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.RepeatedRules
- parseFrom(CodedInputStream) - Static method in class build.buf.validate.Rule
- 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.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.FieldPath
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.FieldPathElement
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.FieldRules
- 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.MessageOneofRule
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.MessageRules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.OneofRules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.PredefinedRules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.RepeatedRules
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.Rule
- 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.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.FieldPath
- parseFrom(InputStream) - Static method in class build.buf.validate.FieldPathElement
- parseFrom(InputStream) - Static method in class build.buf.validate.FieldRules
- 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.MessageOneofRule
- parseFrom(InputStream) - Static method in class build.buf.validate.MessageRules
- parseFrom(InputStream) - Static method in class build.buf.validate.OneofRules
- parseFrom(InputStream) - Static method in class build.buf.validate.PredefinedRules
- parseFrom(InputStream) - Static method in class build.buf.validate.RepeatedRules
- parseFrom(InputStream) - Static method in class build.buf.validate.Rule
- 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.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.FieldPath
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.FieldPathElement
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.FieldRules
- 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.MessageOneofRule
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.MessageRules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.OneofRules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.PredefinedRules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.RepeatedRules
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class build.buf.validate.Rule
- 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.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.FieldPath
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.FieldPathElement
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.FieldRules
- 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.MessageOneofRule
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.MessageRules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.OneofRules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.PredefinedRules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.RepeatedRules
- parseFrom(ByteBuffer) - Static method in class build.buf.validate.Rule
- 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.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.FieldPath
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.FieldPathElement
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.FieldRules
- 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.MessageOneofRule
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.MessageRules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.OneofRules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.PredefinedRules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.RepeatedRules
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class build.buf.validate.Rule
- 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.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.FieldPath
- parser() - Static method in class build.buf.validate.FieldPathElement
- parser() - Static method in class build.buf.validate.FieldRules
- 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.MessageOneofRule
- parser() - Static method in class build.buf.validate.MessageRules
- parser() - Static method in class build.buf.validate.OneofRules
- parser() - Static method in class build.buf.validate.PredefinedRules
- parser() - Static method in class build.buf.validate.RepeatedRules
- parser() - Static method in class build.buf.validate.Rule
- 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
- predefined - Static variable in class build.buf.validate.ValidateProto
-
Specifies predefined rules.
- PREDEFINED_FIELD_NUMBER - Static variable in class build.buf.validate.ValidateProto
- PredefinedRules - Class in build.buf.validate
-
PredefinedRules are custom rules that can be re-used with multiple fields.
- PredefinedRules.Builder - Class in build.buf.validate
-
PredefinedRules are custom rules that can be re-used with multiple fields.
- PredefinedRulesOrBuilder - Interface in build.buf.validate
- PREFIX_FIELD_NUMBER - Static variable in class build.buf.validate.BytesRules
- PREFIX_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
R
- registerAllExtensions(ExtensionRegistry) - Static method in class build.buf.validate.ValidateProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class build.buf.validate.ValidateProto
- removeCel(int) - Method in class build.buf.validate.FieldRules.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.MessageRules.Builder
-
`cel` is a repeated field of type Rule.
- removeCel(int) - Method in class build.buf.validate.PredefinedRules.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- removeElements(int) - Method in class build.buf.validate.FieldPath.Builder
-
`elements` contains each element of the path, starting from the root and recursing downward.
- removeExample(int) - Method in class build.buf.validate.DurationRules.Builder
-
`example` specifies values that the field may have.
- removeExample(int) - Method in class build.buf.validate.TimestampRules.Builder
-
`example` specifies values that the field may have.
- 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.
- removeOneof(int) - Method in class build.buf.validate.MessageRules.Builder
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- 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.FieldRules.TypeCase
- REPEATED_FIELD_NUMBER - Static variable in class build.buf.validate.FieldRules
- RepeatedRules - Class in build.buf.validate
-
RepeatedRules describe the rules applied to `repeated` values.
- RepeatedRules.Builder - Class in build.buf.validate
-
RepeatedRules describe the rules applied to `repeated` values.
- RepeatedRulesOrBuilder - Interface in build.buf.validate
- REQUIRED_FIELD_NUMBER - Static variable in class build.buf.validate.FieldRules
- REQUIRED_FIELD_NUMBER - Static variable in class build.buf.validate.MessageOneofRule
- REQUIRED_FIELD_NUMBER - Static variable in class build.buf.validate.OneofRules
- Rule - Class in build.buf.validate
-
`Rule` represents a validation rule written in the Common Expression Language (CEL) syntax.
- RULE_FIELD_NUMBER - Static variable in class build.buf.validate.Violation
- RULE_ID_FIELD_NUMBER - Static variable in class build.buf.validate.Violation
- Rule.Builder - Class in build.buf.validate
-
`Rule` represents a validation rule written in the Common Expression Language (CEL) syntax.
- RuleOrBuilder - Interface in build.buf.validate
S
- setAddress(boolean) - Method in class build.buf.validate.StringRules.Builder
-
`address` specifies that the field value must be either a valid hostname (for example, "example.com"), or a valid IP (v4 or v6) address (for example, "192.168.0.1", or "::1").
- setAllowUnknownFields(boolean) - Method in class build.buf.protovalidate.Config.Builder
-
Set whether unknown rule fields are allowed.
- setAny(AnyRules) - Method in class build.buf.validate.FieldRules.Builder
-
Well-Known Field Types
- setAny(AnyRules.Builder) - Method in class build.buf.validate.FieldRules.Builder
-
Well-Known Field Types
- setBool(BoolRules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - setBool(BoolRules.Builder) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; - setBoolKey(boolean) - Method in class build.buf.validate.FieldPathElement.Builder
-
`bool_key` specifies a map key of type bool.
- setBytes(BytesRules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - setBytes(BytesRules.Builder) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; - setCel(int, Rule) - Method in class build.buf.validate.FieldRules.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- setCel(int, Rule) - Method in class build.buf.validate.MessageRules.Builder
-
`cel` is a repeated field of type Rule.
- setCel(int, Rule) - Method in class build.buf.validate.PredefinedRules.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- setCel(int, Rule.Builder) - Method in class build.buf.validate.FieldRules.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- setCel(int, Rule.Builder) - Method in class build.buf.validate.MessageRules.Builder
-
`cel` is a repeated field of type Rule.
- setCel(int, Rule.Builder) - Method in class build.buf.validate.PredefinedRules.Builder
-
`cel` is a repeated field used to represent a textual expression in the Common Expression Language (CEL) syntax.
- 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.
- 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.MessageRules.Builder
-
`disabled` is a boolean flag that, when set to true, nullifies any validation rules for this message.
- setDouble(DoubleRules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - setDouble(DoubleRules.Builder) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.DoubleRules double = 2 [json_name = "double"]; - setDuration(DurationRules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - setDuration(DurationRules.Builder) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; - setElements(int, FieldPathElement) - Method in class build.buf.validate.FieldPath.Builder
-
`elements` contains each element of the path, starting from the root and recursing downward.
- setElements(int, FieldPathElement.Builder) - Method in class build.buf.validate.FieldPath.Builder
-
`elements` contains each element of the path, starting from the root and recursing downward.
- setEmail(boolean) - Method in class build.buf.validate.StringRules.Builder
-
`email` specifies that the field value must be a valid email address, for example "foo@example.com".
- setEnum(EnumRules) - Method in class build.buf.validate.FieldRules.Builder
-
Complex Field Types
- setEnum(EnumRules.Builder) - Method in class build.buf.validate.FieldRules.Builder
-
Complex Field Types
- setExample(int, boolean) - Method in class build.buf.validate.BoolRules.Builder
-
`example` specifies values that the field may have.
- setExample(int, double) - Method in class build.buf.validate.DoubleRules.Builder
-
`example` specifies values that the field may have.
- setExample(int, float) - Method in class build.buf.validate.FloatRules.Builder
-
`example` specifies values that the field may have.
- setExample(int, int) - Method in class build.buf.validate.EnumRules.Builder
-
`example` specifies values that the field may have.
- setExample(int, int) - Method in class build.buf.validate.Fixed32Rules.Builder
-
`example` specifies values that the field may have.
- setExample(int, int) - Method in class build.buf.validate.Int32Rules.Builder
-
`example` specifies values that the field may have.
- setExample(int, int) - Method in class build.buf.validate.SFixed32Rules.Builder
-
`example` specifies values that the field may have.
- setExample(int, int) - Method in class build.buf.validate.SInt32Rules.Builder
-
`example` specifies values that the field may have.
- setExample(int, int) - Method in class build.buf.validate.UInt32Rules.Builder
-
`example` specifies values that the field may have.
- setExample(int, long) - Method in class build.buf.validate.Fixed64Rules.Builder
-
`example` specifies values that the field may have.
- setExample(int, long) - Method in class build.buf.validate.Int64Rules.Builder
-
`example` specifies values that the field may have.
- setExample(int, long) - Method in class build.buf.validate.SFixed64Rules.Builder
-
`example` specifies values that the field may have.
- setExample(int, long) - Method in class build.buf.validate.SInt64Rules.Builder
-
`example` specifies values that the field may have.
- setExample(int, long) - Method in class build.buf.validate.UInt64Rules.Builder
-
`example` specifies values that the field may have.
- setExample(int, ByteString) - Method in class build.buf.validate.BytesRules.Builder
-
`example` specifies values that the field may have.
- setExample(int, Duration) - Method in class build.buf.validate.DurationRules.Builder
-
`example` specifies values that the field may have.
- setExample(int, Duration.Builder) - Method in class build.buf.validate.DurationRules.Builder
-
`example` specifies values that the field may have.
- setExample(int, Timestamp) - Method in class build.buf.validate.TimestampRules.Builder
-
`example` specifies values that the field may have.
- setExample(int, Timestamp.Builder) - Method in class build.buf.validate.TimestampRules.Builder
-
`example` specifies values that the field may have.
- setExample(int, String) - Method in class build.buf.validate.StringRules.Builder
-
`example` specifies values that the field may have.
- setExpression(String) - Method in class build.buf.validate.Rule.Builder
-
`expression` is the actual CEL expression that will be evaluated for validation.
- setExpressionBytes(ByteString) - Method in class build.buf.validate.Rule.Builder
-
`expression` is the actual CEL expression that will be evaluated for validation.
- setExtensionRegistry(ExtensionRegistry) - Method in class build.buf.protovalidate.Config.Builder
-
Set the extension registry for resolving unknown extensions.
- setFailFast(boolean) - Method in class build.buf.protovalidate.Config.Builder
-
Set the configuration for failing fast.
- setField(FieldPath) - Method in class build.buf.validate.Violation.Builder
-
`field` is a machine-readable path to the field that failed validation.
- setField(FieldPath.Builder) - Method in class build.buf.validate.Violation.Builder
-
`field` is a machine-readable path to the field that failed validation.
- setFieldName(String) - Method in class build.buf.validate.FieldPathElement.Builder
-
`field_name` contains the field name this path element refers to.
- setFieldNameBytes(ByteString) - Method in class build.buf.validate.FieldPathElement.Builder
-
`field_name` contains the field name this path element refers to.
- setFieldNumber(int) - Method in class build.buf.validate.FieldPathElement.Builder
-
`field_number` is the field number this path element refers to.
- setFields(int, String) - Method in class build.buf.validate.MessageOneofRule.Builder
-
A list of field names to include in the oneof.
- setFieldType(DescriptorProtos.FieldDescriptorProto.Type) - Method in class build.buf.validate.FieldPathElement.Builder
-
`field_type` specifies the type of this field.
- 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.FieldRules.Builder
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - setFixed32(Fixed32Rules.Builder) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; - setFixed64(Fixed64Rules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - setFixed64(Fixed64Rules.Builder) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; - setFloat(FloatRules) - Method in class build.buf.validate.FieldRules.Builder
-
Scalar Field Types
- setFloat(FloatRules.Builder) - Method in class build.buf.validate.FieldRules.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 that the field value must be valid host/port pair—for example, "example.com:8080".
- setHostname(boolean) - Method in class build.buf.validate.StringRules.Builder
-
`hostname` specifies that the field value must be a valid hostname, for example "foo.example.com".
- setId(String) - Method in class build.buf.validate.Rule.Builder
-
`id` is a string that serves as a machine-readable name for this Rule.
- setIdBytes(ByteString) - Method in class build.buf.validate.Rule.Builder
-
`id` is a string that serves as a machine-readable name for this Rule.
- setIgnore(Ignore) - Method in class build.buf.validate.FieldRules.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.
- setIndex(long) - Method in class build.buf.validate.FieldPathElement.Builder
-
`index` specifies a 0-based index into a repeated field.
- setInt32(Int32Rules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - setInt32(Int32Rules.Builder) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; - setInt64(Int64Rules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - setInt64(Int64Rules.Builder) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; - setIntKey(long) - Method in class build.buf.validate.FieldPathElement.Builder
-
`int_key` specifies a map key of type int32, int64, sint32, sint64, sfixed32 or sfixed64.
- 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.
- 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—for example, "192.168.0.0/16" or "2001:0DB8:ABCD:0012::0/64".
- 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—for example "192.168.5.21".
- setIpv4Prefix(boolean) - Method in class build.buf.validate.StringRules.Builder
-
`ipv4_prefix` specifies that the field value must be a valid IPv4 prefix, for example "192.168.0.0/16".
- 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 length—for example, "192.168.5.21/16".
- 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—for example "::1", or "d7a:115c:a1e0:ab12:4843:cd96:626b:430b".
- setIpv6Prefix(boolean) - Method in class build.buf.validate.StringRules.Builder
-
`ipv6_prefix` specifies that the field value must be a valid IPv6 prefix—for example, "2001:0DB8:ABCD:0012::0/64".
- 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—for example, "2001:0DB8:ABCD:0012::F1/64".
- 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—for example, "192.168.5.21/16" or "2001:0DB8:ABCD:0012::F1/64".
- setItems(FieldRules) - Method in class build.buf.validate.RepeatedRules.Builder
-
`items` details the rules to be applied to each item in the field.
- setItems(FieldRules.Builder) - Method in class build.buf.validate.RepeatedRules.Builder
-
`items` details the rules to be applied to each item in the field.
- setKeys(FieldRules) - Method in class build.buf.validate.MapRules.Builder
-
Specifies the rules to be applied to each key in the field.
- setKeys(FieldRules.Builder) - Method in class build.buf.validate.MapRules.Builder
-
Specifies the rules to be applied to each key in the field.
- setKeyType(DescriptorProtos.FieldDescriptorProto.Type) - Method in class build.buf.validate.FieldPathElement.Builder
-
`key_type` specifies the map key type of this 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.FieldRules.Builder
-
.buf.validate.MapRules map = 19 [json_name = "map"]; - setMap(MapRules.Builder) - Method in class build.buf.validate.FieldRules.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.Rule.Builder
-
`message` is an optional field that provides a human-readable error message for this Rule when the CEL expression evaluates to false.
- 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.Rule.Builder
-
`message` is an optional field that provides a human-readable error message for this Rule when the CEL expression evaluates to false.
- 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.
- setOneof(int, MessageOneofRule) - Method in class build.buf.validate.MessageRules.Builder
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- setOneof(int, MessageOneofRule.Builder) - Method in class build.buf.validate.MessageRules.Builder
-
`oneof` is a repeated field of type MessageOneofRule that specifies a list of fields of which at most one can be present.
- 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.FieldRules.Builder
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - setRepeated(RepeatedRules.Builder) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; - setRequired(boolean) - Method in class build.buf.validate.FieldRules.Builder
-
If `required` is true, the field must be populated.
- setRequired(boolean) - Method in class build.buf.validate.MessageOneofRule.Builder
-
If true, one of the fields specified _must_ be set.
- setRequired(boolean) - Method in class build.buf.validate.OneofRules.Builder
-
If `required` is true, exactly one field of the oneof must be present.
- setRule(FieldPath) - Method in class build.buf.validate.Violation.Builder
-
`rule` is a machine-readable path that points to the specific rule that failed validation.
- setRule(FieldPath.Builder) - Method in class build.buf.validate.Violation.Builder
-
`rule` is a machine-readable path that points to the specific rule that failed validation.
- setRuleId(String) - Method in class build.buf.validate.Violation.Builder
-
`rule_id` is the unique identifier of the `Rule` that was not fulfilled.
- setRuleIdBytes(ByteString) - Method in class build.buf.validate.Violation.Builder
-
`rule_id` is the unique identifier of the `Rule` that was not fulfilled.
- setSfixed32(SFixed32Rules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - setSfixed32(SFixed32Rules.Builder) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; - setSfixed64(SFixed64Rules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - setSfixed64(SFixed64Rules.Builder) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; - setSint32(SInt32Rules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - setSint32(SInt32Rules.Builder) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; - setSint64(SInt64Rules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - setSint64(SInt64Rules.Builder) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; - 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.FieldRules.Builder
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - setString(StringRules.Builder) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.StringRules string = 14 [json_name = "string"]; - setStringKey(String) - Method in class build.buf.validate.FieldPathElement.Builder
-
`string_key` specifies a map key of type string.
- setStringKeyBytes(ByteString) - Method in class build.buf.validate.FieldPathElement.Builder
-
`string_key` specifies a map key of type 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.FieldRules.Builder
-
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; - setTimestamp(TimestampRules.Builder) - Method in class build.buf.validate.FieldRules.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://datatracker.ietf.org/doc/html/rfc4122#section-4.1.2) with all dashes omitted.
- setTypeRegistry(TypeRegistry) - Method in class build.buf.protovalidate.Config.Builder
-
Set the type registry for reparsing protobuf messages.
- setUint32(UInt32Rules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - setUint32(UInt32Rules.Builder) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; - setUint64(UInt64Rules) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - setUint64(UInt64Rules.Builder) - Method in class build.buf.validate.FieldRules.Builder
-
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; - setUintKey(long) - Method in class build.buf.validate.FieldPathElement.Builder
-
`uint_key` specifies a map key of type uint32, uint64, fixed32 or fixed64.
- setUnique(boolean) - Method in class build.buf.validate.RepeatedRules.Builder
-
`unique` indicates that all elements in this field must be unique.
- setUri(boolean) - Method in class build.buf.validate.StringRules.Builder
-
`uri` specifies that the field value must be a valid URI, for example "https://example.com/foo/bar?baz=quux#frag".
- setUriRef(boolean) - Method in class build.buf.validate.StringRules.Builder
-
`uri_ref` specifies that the field value must be a valid URI Reference—either a URI such as "https://example.com/foo/bar?baz=quux#frag", or a Relative Reference such as "./foo/bar?query".
- 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://datatracker.ietf.org/doc/html/rfc4122#section-4.1.2).
- setValues(FieldRules) - Method in class build.buf.validate.MapRules.Builder
-
Specifies the rules to be applied to the value of each key in the field.
- setValues(FieldRules.Builder) - Method in class build.buf.validate.MapRules.Builder
-
Specifies the rules to be applied to the value of each key in the field.
- setValueType(DescriptorProtos.FieldDescriptorProto.Type) - Method in class build.buf.validate.FieldPathElement.Builder
-
`value_type` specifies map value type of this 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.
- 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.FieldRules.TypeCase
- SFIXED32_FIELD_NUMBER - Static variable in class build.buf.validate.FieldRules
- SFixed32Rules - Class in build.buf.validate
-
SFixed32Rules describes the rules applied to `fixed32` values.
- SFixed32Rules.Builder - Class in build.buf.validate
-
SFixed32Rules describes the rules 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.FieldRules.TypeCase
- SFIXED64_FIELD_NUMBER - Static variable in class build.buf.validate.FieldRules
- SFixed64Rules - Class in build.buf.validate
-
SFixed64Rules describes the rules applied to `fixed64` values.
- SFixed64Rules.Builder - Class in build.buf.validate
-
SFixed64Rules describes the rules 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.FieldRules.TypeCase
- SINT32_FIELD_NUMBER - Static variable in class build.buf.validate.FieldRules
- SInt32Rules - Class in build.buf.validate
-
SInt32Rules describes the rules applied to `sint32` values.
- SInt32Rules.Builder - Class in build.buf.validate
-
SInt32Rules describes the rules 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.FieldRules.TypeCase
- SINT64_FIELD_NUMBER - Static variable in class build.buf.validate.FieldRules
- SInt64Rules - Class in build.buf.validate
-
SInt64Rules describes the rules applied to `sint64` values.
- SInt64Rules.Builder - Class in build.buf.validate
-
SInt64Rules describes the rules 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
- STRICT_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
- STRING - Enum constant in enum class build.buf.validate.FieldRules.TypeCase
- STRING_FIELD_NUMBER - Static variable in class build.buf.validate.FieldRules
- STRING_KEY - Enum constant in enum class build.buf.validate.FieldPathElement.SubscriptCase
- STRING_KEY_FIELD_NUMBER - Static variable in class build.buf.validate.FieldPathElement
- StringRules - Class in build.buf.validate
-
StringRules describes the rules 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 rules 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
- SUBSCRIPT_NOT_SET - Enum constant in enum class build.buf.validate.FieldPathElement.SubscriptCase
- SUFFIX_FIELD_NUMBER - Static variable in class build.buf.validate.BytesRules
- SUFFIX_FIELD_NUMBER - Static variable in class build.buf.validate.StringRules
T
- TIMESTAMP - Enum constant in enum class build.buf.validate.FieldRules.TypeCase
- TIMESTAMP_FIELD_NUMBER - Static variable in class build.buf.validate.FieldRules
- TimestampRules - Class in build.buf.validate
-
TimestampRules describe the rules applied exclusively to the `google.protobuf.Timestamp` well-known type.
- TimestampRules.Builder - Class in build.buf.validate
-
TimestampRules describe the rules 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.DoubleRules
- toBuilder() - Method in class build.buf.validate.DurationRules
- toBuilder() - Method in class build.buf.validate.EnumRules
- toBuilder() - Method in class build.buf.validate.FieldPath
- toBuilder() - Method in class build.buf.validate.FieldPathElement
- toBuilder() - Method in class build.buf.validate.FieldRules
- 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.MessageOneofRule
- toBuilder() - Method in class build.buf.validate.MessageRules
- toBuilder() - Method in class build.buf.validate.OneofRules
- toBuilder() - Method in class build.buf.validate.PredefinedRules
- toBuilder() - Method in class build.buf.validate.RepeatedRules
- toBuilder() - Method in class build.buf.validate.Rule
- 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
- toProto() - Method in class build.buf.protovalidate.ValidationResult
-
Converts the validation result to its equivalent protobuf form.
- toProto() - Method in interface build.buf.protovalidate.Violation
-
Gets the protobuf form of this violation.
- 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.FieldRules.TypeCase
U
- UINT_KEY - Enum constant in enum class build.buf.validate.FieldPathElement.SubscriptCase
- UINT_KEY_FIELD_NUMBER - Static variable in class build.buf.validate.FieldPathElement
- UINT32 - Enum constant in enum class build.buf.validate.FieldRules.TypeCase
- UINT32_FIELD_NUMBER - Static variable in class build.buf.validate.FieldRules
- UInt32Rules - Class in build.buf.validate
-
UInt32Rules describes the rules applied to `uint32` values.
- UInt32Rules.Builder - Class in build.buf.validate
-
UInt32Rules describes the rules 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.FieldRules.TypeCase
- UINT64_FIELD_NUMBER - Static variable in class build.buf.validate.FieldRules
- UInt64Rules - Class in build.buf.validate
-
UInt64Rules describes the rules applied to `uint64` values.
- UInt64Rules.Builder - Class in build.buf.validate
-
UInt64Rules describes the rules 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
- 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 interface build.buf.protovalidate.Validator
-
Checks that message satisfies its rules.
- 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 rule is executed. - ValidationResult(List<Violation>) - Constructor for class build.buf.protovalidate.ValidationResult
-
Creates a violation result from a list of violations.
- Validator - Interface in build.buf.protovalidate
-
A validator that can be used to validate messages
- ValidatorFactory - Class in build.buf.protovalidate
-
ValidatorFactory is used to create a validator.
- ValidatorFactory.ValidatorBuilder - Class in build.buf.protovalidate
-
A builder class used for building a validator.
- VALUE_TYPE_FIELD_NUMBER - Static variable in class build.buf.validate.FieldPathElement
- 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.FieldPathElement.SubscriptCase
-
Deprecated.
- valueOf(int) - Static method in enum class build.buf.validate.FieldRules.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.FieldPathElement.SubscriptCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class build.buf.validate.FieldRules.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.FieldPathElement.SubscriptCase
-
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.FieldRules.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
- Violation - Class in build.buf.validate
-
`Violation` represents a single instance where a validation rule, expressed as a `Rule`, was not met.
- Violation - Interface in build.buf.protovalidate
-
Violationprovides all of the collected information about an individual rule violation. - Violation.Builder - Class in build.buf.validate
-
`Violation` represents a single instance where a validation rule, expressed as a `Rule`, was not met.
- Violation.FieldValue - Interface in build.buf.protovalidate
-
Violation.FieldValuerepresents a Protobuf field value inside a Protobuf message. - 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
- withConfig(Config) - Method in class build.buf.protovalidate.ValidatorFactory.ValidatorBuilder
-
Create a validator with the given config
- 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.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.FieldPath
- writeTo(CodedOutputStream) - Method in class build.buf.validate.FieldPathElement
- writeTo(CodedOutputStream) - Method in class build.buf.validate.FieldRules
- 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.MessageOneofRule
- writeTo(CodedOutputStream) - Method in class build.buf.validate.MessageRules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.OneofRules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.PredefinedRules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.RepeatedRules
- writeTo(CodedOutputStream) - Method in class build.buf.validate.Rule
- 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