public static final class FieldConstraints.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FieldConstraints.Builder> implements FieldConstraintsOrBuilder
FieldConstraints encapsulates the rules for each type of field. Depending on the field, the correct set should be used to ensure proper validations.Protobuf type
buf.validate.FieldConstraints| Modifier and Type | Method and Description |
|---|---|
FieldConstraints.Builder |
addAllCel(Iterable<? extends Constraint> values)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
FieldConstraints.Builder |
addCel(Constraint.Builder builderForValue)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
FieldConstraints.Builder |
addCel(Constraint value)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
FieldConstraints.Builder |
addCel(int index,
Constraint.Builder builderForValue)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
FieldConstraints.Builder |
addCel(int index,
Constraint value)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
Constraint.Builder |
addCelBuilder()
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
Constraint.Builder |
addCelBuilder(int index)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
FieldConstraints.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FieldConstraints |
build() |
FieldConstraints |
buildPartial() |
FieldConstraints.Builder |
clear() |
FieldConstraints.Builder |
clearAny()
Well-Known Field Types
|
FieldConstraints.Builder |
clearBool()
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; |
FieldConstraints.Builder |
clearBytes()
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; |
FieldConstraints.Builder |
clearCel()
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
FieldConstraints.Builder |
clearDouble()
.buf.validate.DoubleRules double = 2 [json_name = "double"]; |
FieldConstraints.Builder |
clearDuration()
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; |
FieldConstraints.Builder |
clearEnum()
Complex Field Types
|
FieldConstraints.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FieldConstraints.Builder |
clearFixed32()
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; |
FieldConstraints.Builder |
clearFixed64()
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; |
FieldConstraints.Builder |
clearFloat()
Scalar Field Types
|
FieldConstraints.Builder |
clearIgnore()
Skip validation on the field if its value matches the specified criteria.
|
FieldConstraints.Builder |
clearIgnoreEmpty()
Deprecated.
buf.validate.FieldConstraints.ignore_empty is deprecated.
See buf/validate/validate.proto;l=198
|
FieldConstraints.Builder |
clearInt32()
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; |
FieldConstraints.Builder |
clearInt64()
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; |
FieldConstraints.Builder |
clearMap()
.buf.validate.MapRules map = 19 [json_name = "map"]; |
FieldConstraints.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FieldConstraints.Builder |
clearRepeated()
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; |
FieldConstraints.Builder |
clearRequired()
If `required` is true, the field must be populated.
|
FieldConstraints.Builder |
clearSfixed32()
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; |
FieldConstraints.Builder |
clearSfixed64()
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; |
FieldConstraints.Builder |
clearSint32()
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; |
FieldConstraints.Builder |
clearSint64()
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; |
FieldConstraints.Builder |
clearSkipped()
Deprecated.
buf.validate.FieldConstraints.skipped is deprecated.
See buf/validate/validate.proto;l=196
|
FieldConstraints.Builder |
clearString()
.buf.validate.StringRules string = 14 [json_name = "string"]; |
FieldConstraints.Builder |
clearTimestamp()
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; |
FieldConstraints.Builder |
clearType() |
FieldConstraints.Builder |
clearUint32()
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; |
FieldConstraints.Builder |
clearUint64()
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; |
FieldConstraints.Builder |
clone() |
AnyRules |
getAny()
Well-Known Field Types
|
AnyRules.Builder |
getAnyBuilder()
Well-Known Field Types
|
AnyRulesOrBuilder |
getAnyOrBuilder()
Well-Known Field Types
|
BoolRules |
getBool()
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; |
BoolRules.Builder |
getBoolBuilder()
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; |
BoolRulesOrBuilder |
getBoolOrBuilder()
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; |
BytesRules |
getBytes()
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; |
BytesRules.Builder |
getBytesBuilder()
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; |
BytesRulesOrBuilder |
getBytesOrBuilder()
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; |
Constraint |
getCel(int index)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
Constraint.Builder |
getCelBuilder(int index)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
List<Constraint.Builder> |
getCelBuilderList()
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
int |
getCelCount()
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
List<Constraint> |
getCelList()
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
ConstraintOrBuilder |
getCelOrBuilder(int index)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
List<? extends ConstraintOrBuilder> |
getCelOrBuilderList()
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
FieldConstraints |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
DoubleRules |
getDouble()
.buf.validate.DoubleRules double = 2 [json_name = "double"]; |
DoubleRules.Builder |
getDoubleBuilder()
.buf.validate.DoubleRules double = 2 [json_name = "double"]; |
DoubleRulesOrBuilder |
getDoubleOrBuilder()
.buf.validate.DoubleRules double = 2 [json_name = "double"]; |
DurationRules |
getDuration()
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; |
DurationRules.Builder |
getDurationBuilder()
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; |
DurationRulesOrBuilder |
getDurationOrBuilder()
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; |
EnumRules |
getEnum()
Complex Field Types
|
EnumRules.Builder |
getEnumBuilder()
Complex Field Types
|
EnumRulesOrBuilder |
getEnumOrBuilder()
Complex Field Types
|
Fixed32Rules |
getFixed32()
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; |
Fixed32Rules.Builder |
getFixed32Builder()
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; |
Fixed32RulesOrBuilder |
getFixed32OrBuilder()
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; |
Fixed64Rules |
getFixed64()
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; |
Fixed64Rules.Builder |
getFixed64Builder()
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; |
Fixed64RulesOrBuilder |
getFixed64OrBuilder()
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; |
FloatRules |
getFloat()
Scalar Field Types
|
FloatRules.Builder |
getFloatBuilder()
Scalar Field Types
|
FloatRulesOrBuilder |
getFloatOrBuilder()
Scalar Field Types
|
Ignore |
getIgnore()
Skip validation on the field if its value matches the specified criteria.
|
boolean |
getIgnoreEmpty()
Deprecated.
buf.validate.FieldConstraints.ignore_empty is deprecated.
See buf/validate/validate.proto;l=198
|
int |
getIgnoreValue()
Skip validation on the field if its value matches the specified criteria.
|
Int32Rules |
getInt32()
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; |
Int32Rules.Builder |
getInt32Builder()
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; |
Int32RulesOrBuilder |
getInt32OrBuilder()
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; |
Int64Rules |
getInt64()
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; |
Int64Rules.Builder |
getInt64Builder()
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; |
Int64RulesOrBuilder |
getInt64OrBuilder()
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; |
MapRules |
getMap()
.buf.validate.MapRules map = 19 [json_name = "map"]; |
MapRules.Builder |
getMapBuilder()
.buf.validate.MapRules map = 19 [json_name = "map"]; |
MapRulesOrBuilder |
getMapOrBuilder()
.buf.validate.MapRules map = 19 [json_name = "map"]; |
RepeatedRules |
getRepeated()
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; |
RepeatedRules.Builder |
getRepeatedBuilder()
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; |
RepeatedRulesOrBuilder |
getRepeatedOrBuilder()
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; |
boolean |
getRequired()
If `required` is true, the field must be populated.
|
SFixed32Rules |
getSfixed32()
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; |
SFixed32Rules.Builder |
getSfixed32Builder()
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; |
SFixed32RulesOrBuilder |
getSfixed32OrBuilder()
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; |
SFixed64Rules |
getSfixed64()
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; |
SFixed64Rules.Builder |
getSfixed64Builder()
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; |
SFixed64RulesOrBuilder |
getSfixed64OrBuilder()
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; |
SInt32Rules |
getSint32()
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; |
SInt32Rules.Builder |
getSint32Builder()
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; |
SInt32RulesOrBuilder |
getSint32OrBuilder()
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; |
SInt64Rules |
getSint64()
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; |
SInt64Rules.Builder |
getSint64Builder()
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; |
SInt64RulesOrBuilder |
getSint64OrBuilder()
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; |
boolean |
getSkipped()
Deprecated.
buf.validate.FieldConstraints.skipped is deprecated.
See buf/validate/validate.proto;l=196
|
StringRules |
getString()
.buf.validate.StringRules string = 14 [json_name = "string"]; |
StringRules.Builder |
getStringBuilder()
.buf.validate.StringRules string = 14 [json_name = "string"]; |
StringRulesOrBuilder |
getStringOrBuilder()
.buf.validate.StringRules string = 14 [json_name = "string"]; |
TimestampRules |
getTimestamp()
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; |
TimestampRules.Builder |
getTimestampBuilder()
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; |
TimestampRulesOrBuilder |
getTimestampOrBuilder()
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; |
FieldConstraints.TypeCase |
getTypeCase() |
UInt32Rules |
getUint32()
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; |
UInt32Rules.Builder |
getUint32Builder()
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; |
UInt32RulesOrBuilder |
getUint32OrBuilder()
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; |
UInt64Rules |
getUint64()
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; |
UInt64Rules.Builder |
getUint64Builder()
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; |
UInt64RulesOrBuilder |
getUint64OrBuilder()
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; |
boolean |
hasAny()
Well-Known Field Types
|
boolean |
hasBool()
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; |
boolean |
hasBytes()
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; |
boolean |
hasDouble()
.buf.validate.DoubleRules double = 2 [json_name = "double"]; |
boolean |
hasDuration()
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; |
boolean |
hasEnum()
Complex Field Types
|
boolean |
hasFixed32()
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; |
boolean |
hasFixed64()
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; |
boolean |
hasFloat()
Scalar Field Types
|
boolean |
hasInt32()
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; |
boolean |
hasInt64()
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; |
boolean |
hasMap()
.buf.validate.MapRules map = 19 [json_name = "map"]; |
boolean |
hasRepeated()
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; |
boolean |
hasSfixed32()
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; |
boolean |
hasSfixed64()
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; |
boolean |
hasSint32()
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; |
boolean |
hasSint64()
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; |
boolean |
hasString()
.buf.validate.StringRules string = 14 [json_name = "string"]; |
boolean |
hasTimestamp()
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; |
boolean |
hasUint32()
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; |
boolean |
hasUint64()
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FieldConstraints.Builder |
mergeAny(AnyRules value)
Well-Known Field Types
|
FieldConstraints.Builder |
mergeBool(BoolRules value)
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; |
FieldConstraints.Builder |
mergeBytes(BytesRules value)
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; |
FieldConstraints.Builder |
mergeDouble(DoubleRules value)
.buf.validate.DoubleRules double = 2 [json_name = "double"]; |
FieldConstraints.Builder |
mergeDuration(DurationRules value)
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; |
FieldConstraints.Builder |
mergeEnum(EnumRules value)
Complex Field Types
|
FieldConstraints.Builder |
mergeFixed32(Fixed32Rules value)
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; |
FieldConstraints.Builder |
mergeFixed64(Fixed64Rules value)
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; |
FieldConstraints.Builder |
mergeFloat(FloatRules value)
Scalar Field Types
|
FieldConstraints.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FieldConstraints.Builder |
mergeFrom(FieldConstraints other) |
FieldConstraints.Builder |
mergeFrom(com.google.protobuf.Message other) |
FieldConstraints.Builder |
mergeInt32(Int32Rules value)
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; |
FieldConstraints.Builder |
mergeInt64(Int64Rules value)
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; |
FieldConstraints.Builder |
mergeMap(MapRules value)
.buf.validate.MapRules map = 19 [json_name = "map"]; |
FieldConstraints.Builder |
mergeRepeated(RepeatedRules value)
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; |
FieldConstraints.Builder |
mergeSfixed32(SFixed32Rules value)
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; |
FieldConstraints.Builder |
mergeSfixed64(SFixed64Rules value)
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; |
FieldConstraints.Builder |
mergeSint32(SInt32Rules value)
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; |
FieldConstraints.Builder |
mergeSint64(SInt64Rules value)
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; |
FieldConstraints.Builder |
mergeString(StringRules value)
.buf.validate.StringRules string = 14 [json_name = "string"]; |
FieldConstraints.Builder |
mergeTimestamp(TimestampRules value)
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; |
FieldConstraints.Builder |
mergeUint32(UInt32Rules value)
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; |
FieldConstraints.Builder |
mergeUint64(UInt64Rules value)
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; |
FieldConstraints.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FieldConstraints.Builder |
removeCel(int index)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
FieldConstraints.Builder |
setAny(AnyRules.Builder builderForValue)
Well-Known Field Types
|
FieldConstraints.Builder |
setAny(AnyRules value)
Well-Known Field Types
|
FieldConstraints.Builder |
setBool(BoolRules.Builder builderForValue)
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; |
FieldConstraints.Builder |
setBool(BoolRules value)
.buf.validate.BoolRules bool = 13 [json_name = "bool"]; |
FieldConstraints.Builder |
setBytes(BytesRules.Builder builderForValue)
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; |
FieldConstraints.Builder |
setBytes(BytesRules value)
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"]; |
FieldConstraints.Builder |
setCel(int index,
Constraint.Builder builderForValue)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
FieldConstraints.Builder |
setCel(int index,
Constraint value)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
FieldConstraints.Builder |
setDouble(DoubleRules.Builder builderForValue)
.buf.validate.DoubleRules double = 2 [json_name = "double"]; |
FieldConstraints.Builder |
setDouble(DoubleRules value)
.buf.validate.DoubleRules double = 2 [json_name = "double"]; |
FieldConstraints.Builder |
setDuration(DurationRules.Builder builderForValue)
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; |
FieldConstraints.Builder |
setDuration(DurationRules value)
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; |
FieldConstraints.Builder |
setEnum(EnumRules.Builder builderForValue)
Complex Field Types
|
FieldConstraints.Builder |
setEnum(EnumRules value)
Complex Field Types
|
FieldConstraints.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FieldConstraints.Builder |
setFixed32(Fixed32Rules.Builder builderForValue)
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; |
FieldConstraints.Builder |
setFixed32(Fixed32Rules value)
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"]; |
FieldConstraints.Builder |
setFixed64(Fixed64Rules.Builder builderForValue)
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; |
FieldConstraints.Builder |
setFixed64(Fixed64Rules value)
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"]; |
FieldConstraints.Builder |
setFloat(FloatRules.Builder builderForValue)
Scalar Field Types
|
FieldConstraints.Builder |
setFloat(FloatRules value)
Scalar Field Types
|
FieldConstraints.Builder |
setIgnore(Ignore value)
Skip validation on the field if its value matches the specified criteria.
|
FieldConstraints.Builder |
setIgnoreEmpty(boolean value)
Deprecated.
buf.validate.FieldConstraints.ignore_empty is deprecated.
See buf/validate/validate.proto;l=198
|
FieldConstraints.Builder |
setIgnoreValue(int value)
Skip validation on the field if its value matches the specified criteria.
|
FieldConstraints.Builder |
setInt32(Int32Rules.Builder builderForValue)
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; |
FieldConstraints.Builder |
setInt32(Int32Rules value)
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"]; |
FieldConstraints.Builder |
setInt64(Int64Rules.Builder builderForValue)
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; |
FieldConstraints.Builder |
setInt64(Int64Rules value)
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"]; |
FieldConstraints.Builder |
setMap(MapRules.Builder builderForValue)
.buf.validate.MapRules map = 19 [json_name = "map"]; |
FieldConstraints.Builder |
setMap(MapRules value)
.buf.validate.MapRules map = 19 [json_name = "map"]; |
FieldConstraints.Builder |
setRepeated(RepeatedRules.Builder builderForValue)
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; |
FieldConstraints.Builder |
setRepeated(RepeatedRules value)
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"]; |
FieldConstraints.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FieldConstraints.Builder |
setRequired(boolean value)
If `required` is true, the field must be populated.
|
FieldConstraints.Builder |
setSfixed32(SFixed32Rules.Builder builderForValue)
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; |
FieldConstraints.Builder |
setSfixed32(SFixed32Rules value)
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"]; |
FieldConstraints.Builder |
setSfixed64(SFixed64Rules.Builder builderForValue)
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; |
FieldConstraints.Builder |
setSfixed64(SFixed64Rules value)
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"]; |
FieldConstraints.Builder |
setSint32(SInt32Rules.Builder builderForValue)
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; |
FieldConstraints.Builder |
setSint32(SInt32Rules value)
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"]; |
FieldConstraints.Builder |
setSint64(SInt64Rules.Builder builderForValue)
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; |
FieldConstraints.Builder |
setSint64(SInt64Rules value)
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"]; |
FieldConstraints.Builder |
setSkipped(boolean value)
Deprecated.
buf.validate.FieldConstraints.skipped is deprecated.
See buf/validate/validate.proto;l=196
|
FieldConstraints.Builder |
setString(StringRules.Builder builderForValue)
.buf.validate.StringRules string = 14 [json_name = "string"]; |
FieldConstraints.Builder |
setString(StringRules value)
.buf.validate.StringRules string = 14 [json_name = "string"]; |
FieldConstraints.Builder |
setTimestamp(TimestampRules.Builder builderForValue)
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; |
FieldConstraints.Builder |
setTimestamp(TimestampRules value)
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; |
FieldConstraints.Builder |
setUint32(UInt32Rules.Builder builderForValue)
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; |
FieldConstraints.Builder |
setUint32(UInt32Rules value)
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"]; |
FieldConstraints.Builder |
setUint64(UInt64Rules.Builder builderForValue)
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; |
FieldConstraints.Builder |
setUint64(UInt64Rules value)
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"]; |
FieldConstraints.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<FieldConstraints.Builder>public FieldConstraints.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<FieldConstraints.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<FieldConstraints.Builder>public FieldConstraints getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic FieldConstraints build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic FieldConstraints buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic FieldConstraints.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<FieldConstraints.Builder>public FieldConstraints.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<FieldConstraints.Builder>public FieldConstraints.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<FieldConstraints.Builder>public FieldConstraints.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<FieldConstraints.Builder>public FieldConstraints.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FieldConstraints.Builder>public FieldConstraints.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FieldConstraints.Builder>public FieldConstraints.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FieldConstraints.Builder>public FieldConstraints.Builder mergeFrom(FieldConstraints other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<FieldConstraints.Builder>public FieldConstraints.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FieldConstraints.Builder>IOExceptionpublic FieldConstraints.TypeCase getTypeCase()
getTypeCase in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder clearType()
public List<Constraint> getCelList()
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax. For more information on
CEL, [see our documentation](https://github.com/bufbuild/protovalidate/blob/main/docs/cel.md).
```proto
message MyMessage {
// The field `value` must be greater than 42.
optional int32 value = 1 [(buf.validate.field).cel = {
id: "my_message.value",
message: "value must be greater than 42",
expression: "this > 42",
}];
}
```
repeated .buf.validate.Constraint cel = 23 [json_name = "cel"];getCelList in interface FieldConstraintsOrBuilderpublic int getCelCount()
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax. For more information on
CEL, [see our documentation](https://github.com/bufbuild/protovalidate/blob/main/docs/cel.md).
```proto
message MyMessage {
// The field `value` must be greater than 42.
optional int32 value = 1 [(buf.validate.field).cel = {
id: "my_message.value",
message: "value must be greater than 42",
expression: "this > 42",
}];
}
```
repeated .buf.validate.Constraint cel = 23 [json_name = "cel"];getCelCount in interface FieldConstraintsOrBuilderpublic Constraint getCel(int index)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax. For more information on
CEL, [see our documentation](https://github.com/bufbuild/protovalidate/blob/main/docs/cel.md).
```proto
message MyMessage {
// The field `value` must be greater than 42.
optional int32 value = 1 [(buf.validate.field).cel = {
id: "my_message.value",
message: "value must be greater than 42",
expression: "this > 42",
}];
}
```
repeated .buf.validate.Constraint cel = 23 [json_name = "cel"];getCel in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setCel(int index, Constraint value)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax. For more information on
CEL, [see our documentation](https://github.com/bufbuild/protovalidate/blob/main/docs/cel.md).
```proto
message MyMessage {
// The field `value` must be greater than 42.
optional int32 value = 1 [(buf.validate.field).cel = {
id: "my_message.value",
message: "value must be greater than 42",
expression: "this > 42",
}];
}
```
repeated .buf.validate.Constraint cel = 23 [json_name = "cel"];public FieldConstraints.Builder setCel(int index, Constraint.Builder builderForValue)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax. For more information on
CEL, [see our documentation](https://github.com/bufbuild/protovalidate/blob/main/docs/cel.md).
```proto
message MyMessage {
// The field `value` must be greater than 42.
optional int32 value = 1 [(buf.validate.field).cel = {
id: "my_message.value",
message: "value must be greater than 42",
expression: "this > 42",
}];
}
```
repeated .buf.validate.Constraint cel = 23 [json_name = "cel"];public FieldConstraints.Builder addCel(Constraint value)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax. For more information on
CEL, [see our documentation](https://github.com/bufbuild/protovalidate/blob/main/docs/cel.md).
```proto
message MyMessage {
// The field `value` must be greater than 42.
optional int32 value = 1 [(buf.validate.field).cel = {
id: "my_message.value",
message: "value must be greater than 42",
expression: "this > 42",
}];
}
```
repeated .buf.validate.Constraint cel = 23 [json_name = "cel"];public FieldConstraints.Builder addCel(int index, Constraint value)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax. For more information on
CEL, [see our documentation](https://github.com/bufbuild/protovalidate/blob/main/docs/cel.md).
```proto
message MyMessage {
// The field `value` must be greater than 42.
optional int32 value = 1 [(buf.validate.field).cel = {
id: "my_message.value",
message: "value must be greater than 42",
expression: "this > 42",
}];
}
```
repeated .buf.validate.Constraint cel = 23 [json_name = "cel"];public FieldConstraints.Builder addCel(Constraint.Builder builderForValue)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax. For more information on
CEL, [see our documentation](https://github.com/bufbuild/protovalidate/blob/main/docs/cel.md).
```proto
message MyMessage {
// The field `value` must be greater than 42.
optional int32 value = 1 [(buf.validate.field).cel = {
id: "my_message.value",
message: "value must be greater than 42",
expression: "this > 42",
}];
}
```
repeated .buf.validate.Constraint cel = 23 [json_name = "cel"];public FieldConstraints.Builder addCel(int index, Constraint.Builder builderForValue)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax. For more information on
CEL, [see our documentation](https://github.com/bufbuild/protovalidate/blob/main/docs/cel.md).
```proto
message MyMessage {
// The field `value` must be greater than 42.
optional int32 value = 1 [(buf.validate.field).cel = {
id: "my_message.value",
message: "value must be greater than 42",
expression: "this > 42",
}];
}
```
repeated .buf.validate.Constraint cel = 23 [json_name = "cel"];public FieldConstraints.Builder addAllCel(Iterable<? extends Constraint> values)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax. For more information on
CEL, [see our documentation](https://github.com/bufbuild/protovalidate/blob/main/docs/cel.md).
```proto
message MyMessage {
// The field `value` must be greater than 42.
optional int32 value = 1 [(buf.validate.field).cel = {
id: "my_message.value",
message: "value must be greater than 42",
expression: "this > 42",
}];
}
```
repeated .buf.validate.Constraint cel = 23 [json_name = "cel"];public FieldConstraints.Builder clearCel()
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax. For more information on
CEL, [see our documentation](https://github.com/bufbuild/protovalidate/blob/main/docs/cel.md).
```proto
message MyMessage {
// The field `value` must be greater than 42.
optional int32 value = 1 [(buf.validate.field).cel = {
id: "my_message.value",
message: "value must be greater than 42",
expression: "this > 42",
}];
}
```
repeated .buf.validate.Constraint cel = 23 [json_name = "cel"];public FieldConstraints.Builder removeCel(int index)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax. For more information on
CEL, [see our documentation](https://github.com/bufbuild/protovalidate/blob/main/docs/cel.md).
```proto
message MyMessage {
// The field `value` must be greater than 42.
optional int32 value = 1 [(buf.validate.field).cel = {
id: "my_message.value",
message: "value must be greater than 42",
expression: "this > 42",
}];
}
```
repeated .buf.validate.Constraint cel = 23 [json_name = "cel"];public Constraint.Builder getCelBuilder(int index)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax. For more information on
CEL, [see our documentation](https://github.com/bufbuild/protovalidate/blob/main/docs/cel.md).
```proto
message MyMessage {
// The field `value` must be greater than 42.
optional int32 value = 1 [(buf.validate.field).cel = {
id: "my_message.value",
message: "value must be greater than 42",
expression: "this > 42",
}];
}
```
repeated .buf.validate.Constraint cel = 23 [json_name = "cel"];public ConstraintOrBuilder getCelOrBuilder(int index)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax. For more information on
CEL, [see our documentation](https://github.com/bufbuild/protovalidate/blob/main/docs/cel.md).
```proto
message MyMessage {
// The field `value` must be greater than 42.
optional int32 value = 1 [(buf.validate.field).cel = {
id: "my_message.value",
message: "value must be greater than 42",
expression: "this > 42",
}];
}
```
repeated .buf.validate.Constraint cel = 23 [json_name = "cel"];getCelOrBuilder in interface FieldConstraintsOrBuilderpublic List<? extends ConstraintOrBuilder> getCelOrBuilderList()
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax. For more information on
CEL, [see our documentation](https://github.com/bufbuild/protovalidate/blob/main/docs/cel.md).
```proto
message MyMessage {
// The field `value` must be greater than 42.
optional int32 value = 1 [(buf.validate.field).cel = {
id: "my_message.value",
message: "value must be greater than 42",
expression: "this > 42",
}];
}
```
repeated .buf.validate.Constraint cel = 23 [json_name = "cel"];getCelOrBuilderList in interface FieldConstraintsOrBuilderpublic Constraint.Builder addCelBuilder()
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax. For more information on
CEL, [see our documentation](https://github.com/bufbuild/protovalidate/blob/main/docs/cel.md).
```proto
message MyMessage {
// The field `value` must be greater than 42.
optional int32 value = 1 [(buf.validate.field).cel = {
id: "my_message.value",
message: "value must be greater than 42",
expression: "this > 42",
}];
}
```
repeated .buf.validate.Constraint cel = 23 [json_name = "cel"];public Constraint.Builder addCelBuilder(int index)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax. For more information on
CEL, [see our documentation](https://github.com/bufbuild/protovalidate/blob/main/docs/cel.md).
```proto
message MyMessage {
// The field `value` must be greater than 42.
optional int32 value = 1 [(buf.validate.field).cel = {
id: "my_message.value",
message: "value must be greater than 42",
expression: "this > 42",
}];
}
```
repeated .buf.validate.Constraint cel = 23 [json_name = "cel"];public List<Constraint.Builder> getCelBuilderList()
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax. For more information on
CEL, [see our documentation](https://github.com/bufbuild/protovalidate/blob/main/docs/cel.md).
```proto
message MyMessage {
// The field `value` must be greater than 42.
optional int32 value = 1 [(buf.validate.field).cel = {
id: "my_message.value",
message: "value must be greater than 42",
expression: "this > 42",
}];
}
```
repeated .buf.validate.Constraint cel = 23 [json_name = "cel"];public boolean getRequired()
If `required` is true, the field must be populated. A populated field can be
described as "serialized in the wire format," which includes:
- the following "nullable" fields must be explicitly set to be considered populated:
- singular message fields (whose fields may be unpopulated/default values)
- member fields of a oneof (may be their default value)
- proto3 optional fields (may be their default value)
- proto2 scalar fields (both optional and required)
- proto3 scalar fields must be non-zero to be considered populated
- repeated and map fields must be non-empty to be considered populated
```proto
message MyMessage {
// The field `value` must be set to a non-null value.
optional MyOtherMessage value = 1 [(buf.validate.field).required = true];
}
```
bool required = 25 [json_name = "required"];getRequired in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setRequired(boolean value)
If `required` is true, the field must be populated. A populated field can be
described as "serialized in the wire format," which includes:
- the following "nullable" fields must be explicitly set to be considered populated:
- singular message fields (whose fields may be unpopulated/default values)
- member fields of a oneof (may be their default value)
- proto3 optional fields (may be their default value)
- proto2 scalar fields (both optional and required)
- proto3 scalar fields must be non-zero to be considered populated
- repeated and map fields must be non-empty to be considered populated
```proto
message MyMessage {
// The field `value` must be set to a non-null value.
optional MyOtherMessage value = 1 [(buf.validate.field).required = true];
}
```
bool required = 25 [json_name = "required"];value - The required to set.public FieldConstraints.Builder clearRequired()
If `required` is true, the field must be populated. A populated field can be
described as "serialized in the wire format," which includes:
- the following "nullable" fields must be explicitly set to be considered populated:
- singular message fields (whose fields may be unpopulated/default values)
- member fields of a oneof (may be their default value)
- proto3 optional fields (may be their default value)
- proto2 scalar fields (both optional and required)
- proto3 scalar fields must be non-zero to be considered populated
- repeated and map fields must be non-empty to be considered populated
```proto
message MyMessage {
// The field `value` must be set to a non-null value.
optional MyOtherMessage value = 1 [(buf.validate.field).required = true];
}
```
bool required = 25 [json_name = "required"];public int getIgnoreValue()
Skip validation on the field if its value matches the specified criteria.
See Ignore enum for details.
```proto
message UpdateRequest {
// The uri rule only applies if the field is populated and not an empty
// string.
optional string url = 1 [
(buf.validate.field).ignore = IGNORE_IF_DEFAULT_VALUE,
(buf.validate.field).string.uri = true,
];
}
```
.buf.validate.Ignore ignore = 27 [json_name = "ignore"];getIgnoreValue in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setIgnoreValue(int value)
Skip validation on the field if its value matches the specified criteria.
See Ignore enum for details.
```proto
message UpdateRequest {
// The uri rule only applies if the field is populated and not an empty
// string.
optional string url = 1 [
(buf.validate.field).ignore = IGNORE_IF_DEFAULT_VALUE,
(buf.validate.field).string.uri = true,
];
}
```
.buf.validate.Ignore ignore = 27 [json_name = "ignore"];value - The enum numeric value on the wire for ignore to set.public Ignore getIgnore()
Skip validation on the field if its value matches the specified criteria.
See Ignore enum for details.
```proto
message UpdateRequest {
// The uri rule only applies if the field is populated and not an empty
// string.
optional string url = 1 [
(buf.validate.field).ignore = IGNORE_IF_DEFAULT_VALUE,
(buf.validate.field).string.uri = true,
];
}
```
.buf.validate.Ignore ignore = 27 [json_name = "ignore"];getIgnore in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setIgnore(Ignore value)
Skip validation on the field if its value matches the specified criteria.
See Ignore enum for details.
```proto
message UpdateRequest {
// The uri rule only applies if the field is populated and not an empty
// string.
optional string url = 1 [
(buf.validate.field).ignore = IGNORE_IF_DEFAULT_VALUE,
(buf.validate.field).string.uri = true,
];
}
```
.buf.validate.Ignore ignore = 27 [json_name = "ignore"];value - The ignore to set.public FieldConstraints.Builder clearIgnore()
Skip validation on the field if its value matches the specified criteria.
See Ignore enum for details.
```proto
message UpdateRequest {
// The uri rule only applies if the field is populated and not an empty
// string.
optional string url = 1 [
(buf.validate.field).ignore = IGNORE_IF_DEFAULT_VALUE,
(buf.validate.field).string.uri = true,
];
}
```
.buf.validate.Ignore ignore = 27 [json_name = "ignore"];public boolean hasFloat()
Scalar Field Types
.buf.validate.FloatRules float = 1 [json_name = "float"];hasFloat in interface FieldConstraintsOrBuilderpublic FloatRules getFloat()
Scalar Field Types
.buf.validate.FloatRules float = 1 [json_name = "float"];getFloat in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setFloat(FloatRules value)
Scalar Field Types
.buf.validate.FloatRules float = 1 [json_name = "float"];public FieldConstraints.Builder setFloat(FloatRules.Builder builderForValue)
Scalar Field Types
.buf.validate.FloatRules float = 1 [json_name = "float"];public FieldConstraints.Builder mergeFloat(FloatRules value)
Scalar Field Types
.buf.validate.FloatRules float = 1 [json_name = "float"];public FieldConstraints.Builder clearFloat()
Scalar Field Types
.buf.validate.FloatRules float = 1 [json_name = "float"];public FloatRules.Builder getFloatBuilder()
Scalar Field Types
.buf.validate.FloatRules float = 1 [json_name = "float"];public FloatRulesOrBuilder getFloatOrBuilder()
Scalar Field Types
.buf.validate.FloatRules float = 1 [json_name = "float"];getFloatOrBuilder in interface FieldConstraintsOrBuilderpublic boolean hasDouble()
.buf.validate.DoubleRules double = 2 [json_name = "double"];hasDouble in interface FieldConstraintsOrBuilderpublic DoubleRules getDouble()
.buf.validate.DoubleRules double = 2 [json_name = "double"];getDouble in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setDouble(DoubleRules value)
.buf.validate.DoubleRules double = 2 [json_name = "double"];public FieldConstraints.Builder setDouble(DoubleRules.Builder builderForValue)
.buf.validate.DoubleRules double = 2 [json_name = "double"];public FieldConstraints.Builder mergeDouble(DoubleRules value)
.buf.validate.DoubleRules double = 2 [json_name = "double"];public FieldConstraints.Builder clearDouble()
.buf.validate.DoubleRules double = 2 [json_name = "double"];public DoubleRules.Builder getDoubleBuilder()
.buf.validate.DoubleRules double = 2 [json_name = "double"];public DoubleRulesOrBuilder getDoubleOrBuilder()
.buf.validate.DoubleRules double = 2 [json_name = "double"];getDoubleOrBuilder in interface FieldConstraintsOrBuilderpublic boolean hasInt32()
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"];hasInt32 in interface FieldConstraintsOrBuilderpublic Int32Rules getInt32()
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"];getInt32 in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setInt32(Int32Rules value)
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"];public FieldConstraints.Builder setInt32(Int32Rules.Builder builderForValue)
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"];public FieldConstraints.Builder mergeInt32(Int32Rules value)
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"];public FieldConstraints.Builder clearInt32()
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"];public Int32Rules.Builder getInt32Builder()
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"];public Int32RulesOrBuilder getInt32OrBuilder()
.buf.validate.Int32Rules int32 = 3 [json_name = "int32"];getInt32OrBuilder in interface FieldConstraintsOrBuilderpublic boolean hasInt64()
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"];hasInt64 in interface FieldConstraintsOrBuilderpublic Int64Rules getInt64()
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"];getInt64 in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setInt64(Int64Rules value)
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"];public FieldConstraints.Builder setInt64(Int64Rules.Builder builderForValue)
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"];public FieldConstraints.Builder mergeInt64(Int64Rules value)
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"];public FieldConstraints.Builder clearInt64()
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"];public Int64Rules.Builder getInt64Builder()
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"];public Int64RulesOrBuilder getInt64OrBuilder()
.buf.validate.Int64Rules int64 = 4 [json_name = "int64"];getInt64OrBuilder in interface FieldConstraintsOrBuilderpublic boolean hasUint32()
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"];hasUint32 in interface FieldConstraintsOrBuilderpublic UInt32Rules getUint32()
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"];getUint32 in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setUint32(UInt32Rules value)
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"];public FieldConstraints.Builder setUint32(UInt32Rules.Builder builderForValue)
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"];public FieldConstraints.Builder mergeUint32(UInt32Rules value)
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"];public FieldConstraints.Builder clearUint32()
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"];public UInt32Rules.Builder getUint32Builder()
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"];public UInt32RulesOrBuilder getUint32OrBuilder()
.buf.validate.UInt32Rules uint32 = 5 [json_name = "uint32"];getUint32OrBuilder in interface FieldConstraintsOrBuilderpublic boolean hasUint64()
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"];hasUint64 in interface FieldConstraintsOrBuilderpublic UInt64Rules getUint64()
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"];getUint64 in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setUint64(UInt64Rules value)
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"];public FieldConstraints.Builder setUint64(UInt64Rules.Builder builderForValue)
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"];public FieldConstraints.Builder mergeUint64(UInt64Rules value)
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"];public FieldConstraints.Builder clearUint64()
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"];public UInt64Rules.Builder getUint64Builder()
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"];public UInt64RulesOrBuilder getUint64OrBuilder()
.buf.validate.UInt64Rules uint64 = 6 [json_name = "uint64"];getUint64OrBuilder in interface FieldConstraintsOrBuilderpublic boolean hasSint32()
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"];hasSint32 in interface FieldConstraintsOrBuilderpublic SInt32Rules getSint32()
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"];getSint32 in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setSint32(SInt32Rules value)
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"];public FieldConstraints.Builder setSint32(SInt32Rules.Builder builderForValue)
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"];public FieldConstraints.Builder mergeSint32(SInt32Rules value)
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"];public FieldConstraints.Builder clearSint32()
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"];public SInt32Rules.Builder getSint32Builder()
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"];public SInt32RulesOrBuilder getSint32OrBuilder()
.buf.validate.SInt32Rules sint32 = 7 [json_name = "sint32"];getSint32OrBuilder in interface FieldConstraintsOrBuilderpublic boolean hasSint64()
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"];hasSint64 in interface FieldConstraintsOrBuilderpublic SInt64Rules getSint64()
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"];getSint64 in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setSint64(SInt64Rules value)
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"];public FieldConstraints.Builder setSint64(SInt64Rules.Builder builderForValue)
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"];public FieldConstraints.Builder mergeSint64(SInt64Rules value)
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"];public FieldConstraints.Builder clearSint64()
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"];public SInt64Rules.Builder getSint64Builder()
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"];public SInt64RulesOrBuilder getSint64OrBuilder()
.buf.validate.SInt64Rules sint64 = 8 [json_name = "sint64"];getSint64OrBuilder in interface FieldConstraintsOrBuilderpublic boolean hasFixed32()
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"];hasFixed32 in interface FieldConstraintsOrBuilderpublic Fixed32Rules getFixed32()
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"];getFixed32 in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setFixed32(Fixed32Rules value)
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"];public FieldConstraints.Builder setFixed32(Fixed32Rules.Builder builderForValue)
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"];public FieldConstraints.Builder mergeFixed32(Fixed32Rules value)
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"];public FieldConstraints.Builder clearFixed32()
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"];public Fixed32Rules.Builder getFixed32Builder()
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"];public Fixed32RulesOrBuilder getFixed32OrBuilder()
.buf.validate.Fixed32Rules fixed32 = 9 [json_name = "fixed32"];getFixed32OrBuilder in interface FieldConstraintsOrBuilderpublic boolean hasFixed64()
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"];hasFixed64 in interface FieldConstraintsOrBuilderpublic Fixed64Rules getFixed64()
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"];getFixed64 in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setFixed64(Fixed64Rules value)
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"];public FieldConstraints.Builder setFixed64(Fixed64Rules.Builder builderForValue)
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"];public FieldConstraints.Builder mergeFixed64(Fixed64Rules value)
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"];public FieldConstraints.Builder clearFixed64()
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"];public Fixed64Rules.Builder getFixed64Builder()
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"];public Fixed64RulesOrBuilder getFixed64OrBuilder()
.buf.validate.Fixed64Rules fixed64 = 10 [json_name = "fixed64"];getFixed64OrBuilder in interface FieldConstraintsOrBuilderpublic boolean hasSfixed32()
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"];hasSfixed32 in interface FieldConstraintsOrBuilderpublic SFixed32Rules getSfixed32()
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"];getSfixed32 in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setSfixed32(SFixed32Rules value)
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"];public FieldConstraints.Builder setSfixed32(SFixed32Rules.Builder builderForValue)
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"];public FieldConstraints.Builder mergeSfixed32(SFixed32Rules value)
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"];public FieldConstraints.Builder clearSfixed32()
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"];public SFixed32Rules.Builder getSfixed32Builder()
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"];public SFixed32RulesOrBuilder getSfixed32OrBuilder()
.buf.validate.SFixed32Rules sfixed32 = 11 [json_name = "sfixed32"];getSfixed32OrBuilder in interface FieldConstraintsOrBuilderpublic boolean hasSfixed64()
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"];hasSfixed64 in interface FieldConstraintsOrBuilderpublic SFixed64Rules getSfixed64()
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"];getSfixed64 in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setSfixed64(SFixed64Rules value)
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"];public FieldConstraints.Builder setSfixed64(SFixed64Rules.Builder builderForValue)
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"];public FieldConstraints.Builder mergeSfixed64(SFixed64Rules value)
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"];public FieldConstraints.Builder clearSfixed64()
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"];public SFixed64Rules.Builder getSfixed64Builder()
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"];public SFixed64RulesOrBuilder getSfixed64OrBuilder()
.buf.validate.SFixed64Rules sfixed64 = 12 [json_name = "sfixed64"];getSfixed64OrBuilder in interface FieldConstraintsOrBuilderpublic boolean hasBool()
.buf.validate.BoolRules bool = 13 [json_name = "bool"];hasBool in interface FieldConstraintsOrBuilderpublic BoolRules getBool()
.buf.validate.BoolRules bool = 13 [json_name = "bool"];getBool in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setBool(BoolRules value)
.buf.validate.BoolRules bool = 13 [json_name = "bool"];public FieldConstraints.Builder setBool(BoolRules.Builder builderForValue)
.buf.validate.BoolRules bool = 13 [json_name = "bool"];public FieldConstraints.Builder mergeBool(BoolRules value)
.buf.validate.BoolRules bool = 13 [json_name = "bool"];public FieldConstraints.Builder clearBool()
.buf.validate.BoolRules bool = 13 [json_name = "bool"];public BoolRules.Builder getBoolBuilder()
.buf.validate.BoolRules bool = 13 [json_name = "bool"];public BoolRulesOrBuilder getBoolOrBuilder()
.buf.validate.BoolRules bool = 13 [json_name = "bool"];getBoolOrBuilder in interface FieldConstraintsOrBuilderpublic boolean hasString()
.buf.validate.StringRules string = 14 [json_name = "string"];hasString in interface FieldConstraintsOrBuilderpublic StringRules getString()
.buf.validate.StringRules string = 14 [json_name = "string"];getString in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setString(StringRules value)
.buf.validate.StringRules string = 14 [json_name = "string"];public FieldConstraints.Builder setString(StringRules.Builder builderForValue)
.buf.validate.StringRules string = 14 [json_name = "string"];public FieldConstraints.Builder mergeString(StringRules value)
.buf.validate.StringRules string = 14 [json_name = "string"];public FieldConstraints.Builder clearString()
.buf.validate.StringRules string = 14 [json_name = "string"];public StringRules.Builder getStringBuilder()
.buf.validate.StringRules string = 14 [json_name = "string"];public StringRulesOrBuilder getStringOrBuilder()
.buf.validate.StringRules string = 14 [json_name = "string"];getStringOrBuilder in interface FieldConstraintsOrBuilderpublic boolean hasBytes()
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"];hasBytes in interface FieldConstraintsOrBuilderpublic BytesRules getBytes()
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"];getBytes in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setBytes(BytesRules value)
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"];public FieldConstraints.Builder setBytes(BytesRules.Builder builderForValue)
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"];public FieldConstraints.Builder mergeBytes(BytesRules value)
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"];public FieldConstraints.Builder clearBytes()
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"];public BytesRules.Builder getBytesBuilder()
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"];public BytesRulesOrBuilder getBytesOrBuilder()
.buf.validate.BytesRules bytes = 15 [json_name = "bytes"];getBytesOrBuilder in interface FieldConstraintsOrBuilderpublic boolean hasEnum()
Complex Field Types
.buf.validate.EnumRules enum = 16 [json_name = "enum"];hasEnum in interface FieldConstraintsOrBuilderpublic EnumRules getEnum()
Complex Field Types
.buf.validate.EnumRules enum = 16 [json_name = "enum"];getEnum in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setEnum(EnumRules value)
Complex Field Types
.buf.validate.EnumRules enum = 16 [json_name = "enum"];public FieldConstraints.Builder setEnum(EnumRules.Builder builderForValue)
Complex Field Types
.buf.validate.EnumRules enum = 16 [json_name = "enum"];public FieldConstraints.Builder mergeEnum(EnumRules value)
Complex Field Types
.buf.validate.EnumRules enum = 16 [json_name = "enum"];public FieldConstraints.Builder clearEnum()
Complex Field Types
.buf.validate.EnumRules enum = 16 [json_name = "enum"];public EnumRules.Builder getEnumBuilder()
Complex Field Types
.buf.validate.EnumRules enum = 16 [json_name = "enum"];public EnumRulesOrBuilder getEnumOrBuilder()
Complex Field Types
.buf.validate.EnumRules enum = 16 [json_name = "enum"];getEnumOrBuilder in interface FieldConstraintsOrBuilderpublic boolean hasRepeated()
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"];hasRepeated in interface FieldConstraintsOrBuilderpublic RepeatedRules getRepeated()
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"];getRepeated in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setRepeated(RepeatedRules value)
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"];public FieldConstraints.Builder setRepeated(RepeatedRules.Builder builderForValue)
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"];public FieldConstraints.Builder mergeRepeated(RepeatedRules value)
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"];public FieldConstraints.Builder clearRepeated()
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"];public RepeatedRules.Builder getRepeatedBuilder()
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"];public RepeatedRulesOrBuilder getRepeatedOrBuilder()
.buf.validate.RepeatedRules repeated = 18 [json_name = "repeated"];getRepeatedOrBuilder in interface FieldConstraintsOrBuilderpublic boolean hasMap()
.buf.validate.MapRules map = 19 [json_name = "map"];hasMap in interface FieldConstraintsOrBuilderpublic MapRules getMap()
.buf.validate.MapRules map = 19 [json_name = "map"];getMap in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setMap(MapRules value)
.buf.validate.MapRules map = 19 [json_name = "map"];public FieldConstraints.Builder setMap(MapRules.Builder builderForValue)
.buf.validate.MapRules map = 19 [json_name = "map"];public FieldConstraints.Builder mergeMap(MapRules value)
.buf.validate.MapRules map = 19 [json_name = "map"];public FieldConstraints.Builder clearMap()
.buf.validate.MapRules map = 19 [json_name = "map"];public MapRules.Builder getMapBuilder()
.buf.validate.MapRules map = 19 [json_name = "map"];public MapRulesOrBuilder getMapOrBuilder()
.buf.validate.MapRules map = 19 [json_name = "map"];getMapOrBuilder in interface FieldConstraintsOrBuilderpublic boolean hasAny()
Well-Known Field Types
.buf.validate.AnyRules any = 20 [json_name = "any"];hasAny in interface FieldConstraintsOrBuilderpublic AnyRules getAny()
Well-Known Field Types
.buf.validate.AnyRules any = 20 [json_name = "any"];getAny in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setAny(AnyRules value)
Well-Known Field Types
.buf.validate.AnyRules any = 20 [json_name = "any"];public FieldConstraints.Builder setAny(AnyRules.Builder builderForValue)
Well-Known Field Types
.buf.validate.AnyRules any = 20 [json_name = "any"];public FieldConstraints.Builder mergeAny(AnyRules value)
Well-Known Field Types
.buf.validate.AnyRules any = 20 [json_name = "any"];public FieldConstraints.Builder clearAny()
Well-Known Field Types
.buf.validate.AnyRules any = 20 [json_name = "any"];public AnyRules.Builder getAnyBuilder()
Well-Known Field Types
.buf.validate.AnyRules any = 20 [json_name = "any"];public AnyRulesOrBuilder getAnyOrBuilder()
Well-Known Field Types
.buf.validate.AnyRules any = 20 [json_name = "any"];getAnyOrBuilder in interface FieldConstraintsOrBuilderpublic boolean hasDuration()
.buf.validate.DurationRules duration = 21 [json_name = "duration"];hasDuration in interface FieldConstraintsOrBuilderpublic DurationRules getDuration()
.buf.validate.DurationRules duration = 21 [json_name = "duration"];getDuration in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setDuration(DurationRules value)
.buf.validate.DurationRules duration = 21 [json_name = "duration"];public FieldConstraints.Builder setDuration(DurationRules.Builder builderForValue)
.buf.validate.DurationRules duration = 21 [json_name = "duration"];public FieldConstraints.Builder mergeDuration(DurationRules value)
.buf.validate.DurationRules duration = 21 [json_name = "duration"];public FieldConstraints.Builder clearDuration()
.buf.validate.DurationRules duration = 21 [json_name = "duration"];public DurationRules.Builder getDurationBuilder()
.buf.validate.DurationRules duration = 21 [json_name = "duration"];public DurationRulesOrBuilder getDurationOrBuilder()
.buf.validate.DurationRules duration = 21 [json_name = "duration"];getDurationOrBuilder in interface FieldConstraintsOrBuilderpublic boolean hasTimestamp()
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"];hasTimestamp in interface FieldConstraintsOrBuilderpublic TimestampRules getTimestamp()
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"];getTimestamp in interface FieldConstraintsOrBuilderpublic FieldConstraints.Builder setTimestamp(TimestampRules value)
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"];public FieldConstraints.Builder setTimestamp(TimestampRules.Builder builderForValue)
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"];public FieldConstraints.Builder mergeTimestamp(TimestampRules value)
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"];public FieldConstraints.Builder clearTimestamp()
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"];public TimestampRules.Builder getTimestampBuilder()
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"];public TimestampRulesOrBuilder getTimestampOrBuilder()
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"];getTimestampOrBuilder in interface FieldConstraintsOrBuilder@Deprecated public boolean getSkipped()
DEPRECATED: use ignore=IGNORE_ALWAYS instead. TODO: remove this field pre-v1.
bool skipped = 24 [json_name = "skipped", deprecated = true];getSkipped in interface FieldConstraintsOrBuilder@Deprecated public FieldConstraints.Builder setSkipped(boolean value)
DEPRECATED: use ignore=IGNORE_ALWAYS instead. TODO: remove this field pre-v1.
bool skipped = 24 [json_name = "skipped", deprecated = true];value - The skipped to set.@Deprecated public FieldConstraints.Builder clearSkipped()
DEPRECATED: use ignore=IGNORE_ALWAYS instead. TODO: remove this field pre-v1.
bool skipped = 24 [json_name = "skipped", deprecated = true];@Deprecated public boolean getIgnoreEmpty()
DEPRECATED: use ignore=IGNORE_IF_UNPOPULATED instead. TODO: remove this field pre-v1.
bool ignore_empty = 26 [json_name = "ignoreEmpty", deprecated = true];getIgnoreEmpty in interface FieldConstraintsOrBuilder@Deprecated public FieldConstraints.Builder setIgnoreEmpty(boolean value)
DEPRECATED: use ignore=IGNORE_IF_UNPOPULATED instead. TODO: remove this field pre-v1.
bool ignore_empty = 26 [json_name = "ignoreEmpty", deprecated = true];value - The ignoreEmpty to set.@Deprecated public FieldConstraints.Builder clearIgnoreEmpty()
DEPRECATED: use ignore=IGNORE_IF_UNPOPULATED instead. TODO: remove this field pre-v1.
bool ignore_empty = 26 [json_name = "ignoreEmpty", deprecated = true];public final FieldConstraints.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FieldConstraints.Builder>public final FieldConstraints.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FieldConstraints.Builder>Copyright © 2024. All rights reserved.