| Package | Description |
|---|---|
| com.buf.validate |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,FieldConstraints> |
ValidateProto.field
Rules specify the validations to be performed on this field.
|
| Modifier and Type | Method and Description |
|---|---|
FieldConstraints |
FieldConstraints.Builder.build() |
FieldConstraints |
FieldConstraints.Builder.buildPartial() |
static FieldConstraints |
FieldConstraints.getDefaultInstance() |
FieldConstraints |
FieldConstraints.getDefaultInstanceForType() |
FieldConstraints |
FieldConstraints.Builder.getDefaultInstanceForType() |
FieldConstraints |
RepeatedRules.getItems()
`items` details the constraints to be applied to each item
in the field.
|
FieldConstraints |
RepeatedRules.Builder.getItems()
`items` details the constraints to be applied to each item
in the field.
|
FieldConstraints |
RepeatedRulesOrBuilder.getItems()
`items` details the constraints to be applied to each item
in the field.
|
FieldConstraints |
MapRules.getKeys()
Specifies the constraints to be applied to each key in the field.
|
FieldConstraints |
MapRules.Builder.getKeys()
Specifies the constraints to be applied to each key in the field.
|
FieldConstraints |
MapRulesOrBuilder.getKeys()
Specifies the constraints to be applied to each key in the field.
|
FieldConstraints |
MapRules.getValues()
Specifies the constraints to be applied to the value of each key in the
field.
|
FieldConstraints |
MapRules.Builder.getValues()
Specifies the constraints to be applied to the value of each key in the
field.
|
FieldConstraints |
MapRulesOrBuilder.getValues()
Specifies the constraints to be applied to the value of each key in the
field.
|
static FieldConstraints |
FieldConstraints.parseDelimitedFrom(InputStream input) |
static FieldConstraints |
FieldConstraints.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldConstraints |
FieldConstraints.parseFrom(byte[] data) |
static FieldConstraints |
FieldConstraints.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldConstraints |
FieldConstraints.parseFrom(ByteBuffer data) |
static FieldConstraints |
FieldConstraints.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldConstraints |
FieldConstraints.parseFrom(com.google.protobuf.ByteString data) |
static FieldConstraints |
FieldConstraints.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldConstraints |
FieldConstraints.parseFrom(com.google.protobuf.CodedInputStream input) |
static FieldConstraints |
FieldConstraints.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldConstraints |
FieldConstraints.parseFrom(InputStream input) |
static FieldConstraints |
FieldConstraints.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<FieldConstraints> |
FieldConstraints.getParserForType() |
static com.google.protobuf.Parser<FieldConstraints> |
FieldConstraints.parser() |
| Modifier and Type | Method and Description |
|---|---|
RepeatedRules.Builder |
RepeatedRules.Builder.mergeItems(FieldConstraints value)
`items` details the constraints to be applied to each item
in the field.
|
MapRules.Builder |
MapRules.Builder.mergeKeys(FieldConstraints value)
Specifies the constraints to be applied to each key in the field.
|
MapRules.Builder |
MapRules.Builder.mergeValues(FieldConstraints value)
Specifies the constraints to be applied to the value of each key in the
field.
|
static FieldConstraints.Builder |
FieldConstraints.newBuilder(FieldConstraints prototype) |
RepeatedRules.Builder |
RepeatedRules.Builder.setItems(FieldConstraints value)
`items` details the constraints to be applied to each item
in the field.
|
MapRules.Builder |
MapRules.Builder.setKeys(FieldConstraints value)
Specifies the constraints to be applied to each key in the field.
|
MapRules.Builder |
MapRules.Builder.setValues(FieldConstraints value)
Specifies the constraints to be applied to the value of each key in the
field.
|
Copyright © 2023. All rights reserved.