| Package | Description |
|---|---|
| com.buf.validate |
| Modifier and Type | Method and Description |
|---|---|
OneofConstraints.Builder |
OneofConstraints.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
OneofConstraints.Builder |
OneofConstraints.Builder.clear() |
OneofConstraints.Builder |
OneofConstraints.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
OneofConstraints.Builder |
OneofConstraints.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
OneofConstraints.Builder |
OneofConstraints.Builder.clearRequired()
If `required` is true, exactly one field of the oneof must be present.
|
OneofConstraints.Builder |
OneofConstraints.Builder.clone() |
OneofConstraints.Builder |
OneofConstraints.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static OneofConstraints.Builder |
OneofConstraints.newBuilder() |
static OneofConstraints.Builder |
OneofConstraints.newBuilder(OneofConstraints prototype) |
OneofConstraints.Builder |
OneofConstraints.newBuilderForType() |
protected OneofConstraints.Builder |
OneofConstraints.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
OneofConstraints.Builder |
OneofConstraints.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
OneofConstraints.Builder |
OneofConstraints.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
OneofConstraints.Builder |
OneofConstraints.Builder.setRequired(boolean value)
If `required` is true, exactly one field of the oneof must be present.
|
OneofConstraints.Builder |
OneofConstraints.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
OneofConstraints.Builder |
OneofConstraints.toBuilder() |
Copyright © 2024. All rights reserved.