| Package | Description |
|---|---|
| com.buf.validate.priv |
| Modifier and Type | Method and Description |
|---|---|
Constraint |
Constraint.Builder.build() |
Constraint |
Constraint.Builder.buildPartial() |
Constraint |
FieldConstraints.getCel(int index)
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; |
Constraint |
FieldConstraints.Builder.getCel(int index)
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; |
Constraint |
FieldConstraintsOrBuilder.getCel(int index)
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; |
static Constraint |
Constraint.getDefaultInstance() |
Constraint |
Constraint.getDefaultInstanceForType() |
Constraint |
Constraint.Builder.getDefaultInstanceForType() |
static Constraint |
Constraint.parseDelimitedFrom(InputStream input) |
static Constraint |
Constraint.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Constraint |
Constraint.parseFrom(byte[] data) |
static Constraint |
Constraint.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Constraint |
Constraint.parseFrom(ByteBuffer data) |
static Constraint |
Constraint.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Constraint |
Constraint.parseFrom(com.google.protobuf.ByteString data) |
static Constraint |
Constraint.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Constraint |
Constraint.parseFrom(com.google.protobuf.CodedInputStream input) |
static Constraint |
Constraint.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Constraint |
Constraint.parseFrom(InputStream input) |
static Constraint |
Constraint.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Constraint> |
FieldConstraints.getCelList()
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; |
List<Constraint> |
FieldConstraints.Builder.getCelList()
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; |
List<Constraint> |
FieldConstraintsOrBuilder.getCelList()
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; |
com.google.protobuf.Parser<Constraint> |
Constraint.getParserForType() |
static com.google.protobuf.Parser<Constraint> |
Constraint.parser() |
| Modifier and Type | Method and Description |
|---|---|
FieldConstraints.Builder |
FieldConstraints.Builder.addCel(Constraint value)
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; |
FieldConstraints.Builder |
FieldConstraints.Builder.addCel(int index,
Constraint value)
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; |
Constraint.Builder |
Constraint.Builder.mergeFrom(Constraint other) |
static Constraint.Builder |
Constraint.newBuilder(Constraint prototype) |
FieldConstraints.Builder |
FieldConstraints.Builder.setCel(int index,
Constraint value)
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; |
| Modifier and Type | Method and Description |
|---|---|
FieldConstraints.Builder |
FieldConstraints.Builder.addAllCel(Iterable<? extends Constraint> values)
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"]; |
Copyright © 2024. All rights reserved.