| Package | Description |
|---|---|
| com.buf.validate |
| Modifier and Type | Method and Description |
|---|---|
Constraint |
Constraint.Builder.build() |
Constraint |
Constraint.Builder.buildPartial() |
Constraint |
MessageConstraintsOrBuilder.getCel(int index)
`cel` is a repeated field of type Constraint.
|
Constraint |
MessageConstraints.getCel(int index)
`cel` is a repeated field of type Constraint.
|
Constraint |
MessageConstraints.Builder.getCel(int index)
`cel` is a repeated field of type Constraint.
|
Constraint |
FieldConstraintsOrBuilder.getCel(int index)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
Constraint |
FieldConstraints.getCel(int index)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
Constraint |
FieldConstraints.Builder.getCel(int index)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
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> |
MessageConstraintsOrBuilder.getCelList()
`cel` is a repeated field of type Constraint.
|
List<Constraint> |
MessageConstraints.getCelList()
`cel` is a repeated field of type Constraint.
|
List<Constraint> |
MessageConstraints.Builder.getCelList()
`cel` is a repeated field of type Constraint.
|
List<Constraint> |
FieldConstraintsOrBuilder.getCelList()
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
List<Constraint> |
FieldConstraints.getCelList()
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
List<Constraint> |
FieldConstraints.Builder.getCelList()
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
com.google.protobuf.Parser<Constraint> |
Constraint.getParserForType() |
static com.google.protobuf.Parser<Constraint> |
Constraint.parser() |
| Modifier and Type | Method and Description |
|---|---|
MessageConstraints.Builder |
MessageConstraints.Builder.addCel(Constraint value)
`cel` is a repeated field of type Constraint.
|
FieldConstraints.Builder |
FieldConstraints.Builder.addCel(Constraint value)
`cel` is a repeated field used to represent a textual expression
in the Common Expression Language (CEL) syntax.
|
MessageConstraints.Builder |
MessageConstraints.Builder.addCel(int index,
Constraint value)
`cel` is a repeated field of type Constraint.
|
FieldConstraints.Builder |
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.
|
static Constraint.Builder |
Constraint.newBuilder(Constraint prototype) |
MessageConstraints.Builder |
MessageConstraints.Builder.setCel(int index,
Constraint value)
`cel` is a repeated field of type Constraint.
|
FieldConstraints.Builder |
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.
|
| Modifier and Type | Method and Description |
|---|---|
MessageConstraints.Builder |
MessageConstraints.Builder.addAllCel(Iterable<? extends Constraint> values)
`cel` is a repeated field of type Constraint.
|
FieldConstraints.Builder |
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.
|
Copyright © 2024. All rights reserved.