public final class ValidateProto extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,FieldConstraints> |
field
Rules specify the validations to be performed on this field.
|
static int |
FIELD_FIELD_NUMBER |
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,MessageConstraints> |
message
Rules specify the validations to be performed on this message.
|
static int |
MESSAGE_FIELD_NUMBER |
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.OneofOptions,OneofConstraints> |
oneof
Rules specify the validations to be performed on this oneof.
|
static int |
ONEOF_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.FileDescriptor |
getDescriptor() |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) |
public static final int MESSAGE_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,MessageConstraints> message
Rules specify the validations to be performed on this message. By default, no validation is performed against a message.
extend .google.protobuf.MessageOptions { ... }public static final int ONEOF_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.OneofOptions,OneofConstraints> oneof
Rules specify the validations to be performed on this oneof. By default, no validation is performed against a oneof.
extend .google.protobuf.OneofOptions { ... }public static final int FIELD_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,FieldConstraints> field
Rules specify the validations to be performed on this field. By default, no validation is performed against a field.
extend .google.protobuf.FieldOptions { ... }public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
Copyright © 2023. All rights reserved.