public final class Rustproto extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CARLLERCHE_BYTES_FOR_BYTES_ALL_FIELD_NUMBER |
static int |
CARLLERCHE_BYTES_FOR_BYTES_FIELD_FIELD_NUMBER |
static int |
CARLLERCHE_BYTES_FOR_BYTES_FIELD_NUMBER |
static int |
CARLLERCHE_BYTES_FOR_STRING_ALL_FIELD_NUMBER |
static int |
CARLLERCHE_BYTES_FOR_STRING_FIELD_FIELD_NUMBER |
static int |
CARLLERCHE_BYTES_FOR_STRING_FIELD_NUMBER |
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Boolean> |
carllercheBytesForBytes
Use `bytes::Bytes` for `bytes` fields
|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,Boolean> |
carllercheBytesForBytesAll
Use `bytes::Bytes` for `bytes` fields
|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Boolean> |
carllercheBytesForBytesField
Use `bytes::Bytes` for `bytes` fields
|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Boolean> |
carllercheBytesForString
Use `bytes::Bytes` for `string` fields
|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,Boolean> |
carllercheBytesForStringAll
Use `bytes::Bytes` for `string` fields
|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Boolean> |
carllercheBytesForStringField
Use `bytes::Bytes` for `string` fields
|
static int |
EXPOSE_FIELDS_ALL_FIELD_NUMBER |
static int |
EXPOSE_FIELDS_FIELD_FIELD_NUMBER |
static int |
EXPOSE_FIELDS_FIELD_NUMBER |
static int |
EXPOSE_ONEOF_ALL_FIELD_NUMBER |
static int |
EXPOSE_ONEOF_FIELD_NUMBER |
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Boolean> |
exposeFields
When true all fields are public, and not accessors generated
|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,Boolean> |
exposeFieldsAll
When true all fields are public, and not accessors generated
|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Boolean> |
exposeFieldsField
When true all fields are public, and not accessors generated
|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Boolean> |
exposeOneof
When true, oneof field is generated public
|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,Boolean> |
exposeOneofAll
When true, oneof field is generated public
|
static int |
GENERATE_ACCESSORS_ALL_FIELD_NUMBER |
static int |
GENERATE_ACCESSORS_FIELD_FIELD_NUMBER |
static int |
GENERATE_ACCESSORS_FIELD_NUMBER |
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Boolean> |
generateAccessors
When false, `get_`, `set_`, `mut_` etc.
|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,Boolean> |
generateAccessorsAll
When false, `get_`, `set_`, `mut_` etc.
|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Boolean> |
generateAccessorsField
When false, `get_`, `set_`, `mut_` etc.
|
static int |
LITE_RUNTIME_ALL_FIELD_NUMBER |
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,Boolean> |
liteRuntimeAll
When true, will only generate codes that works with lite runtime.
|
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 EXPOSE_ONEOF_ALL_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,Boolean> exposeOneofAll
When true, oneof field is generated public
extend .google.protobuf.FileOptions { ... }
public static final int EXPOSE_FIELDS_ALL_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,Boolean> exposeFieldsAll
When true all fields are public, and not accessors generated
extend .google.protobuf.FileOptions { ... }
public static final int GENERATE_ACCESSORS_ALL_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,Boolean> generateAccessorsAll
When false, `get_`, `set_`, `mut_` etc. accessors are not generated
extend .google.protobuf.FileOptions { ... }
public static final int CARLLERCHE_BYTES_FOR_BYTES_ALL_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,Boolean> carllercheBytesForBytesAll
Use `bytes::Bytes` for `bytes` fields
extend .google.protobuf.FileOptions { ... }
public static final int CARLLERCHE_BYTES_FOR_STRING_ALL_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,Boolean> carllercheBytesForStringAll
Use `bytes::Bytes` for `string` fields
extend .google.protobuf.FileOptions { ... }
public static final int LITE_RUNTIME_ALL_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,Boolean> liteRuntimeAll
When true, will only generate codes that works with lite runtime.
extend .google.protobuf.FileOptions { ... }
public static final int EXPOSE_ONEOF_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Boolean> exposeOneof
When true, oneof field is generated public
extend .google.protobuf.MessageOptions { ... }
public static final int EXPOSE_FIELDS_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Boolean> exposeFields
When true all fields are public, and not accessors generated
extend .google.protobuf.MessageOptions { ... }
public static final int GENERATE_ACCESSORS_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Boolean> generateAccessors
When false, `get_`, `set_`, `mut_` etc. accessors are not generated
extend .google.protobuf.MessageOptions { ... }
public static final int CARLLERCHE_BYTES_FOR_BYTES_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Boolean> carllercheBytesForBytes
Use `bytes::Bytes` for `bytes` fields
extend .google.protobuf.MessageOptions { ... }
public static final int CARLLERCHE_BYTES_FOR_STRING_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Boolean> carllercheBytesForString
Use `bytes::Bytes` for `string` fields
extend .google.protobuf.MessageOptions { ... }
public static final int EXPOSE_FIELDS_FIELD_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Boolean> exposeFieldsField
When true all fields are public, and not accessors generated
extend .google.protobuf.FieldOptions { ... }
public static final int GENERATE_ACCESSORS_FIELD_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Boolean> generateAccessorsField
When false, `get_`, `set_`, `mut_` etc. accessors are not generated
extend .google.protobuf.FieldOptions { ... }
public static final int CARLLERCHE_BYTES_FOR_BYTES_FIELD_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Boolean> carllercheBytesForBytesField
Use `bytes::Bytes` for `bytes` fields
extend .google.protobuf.FieldOptions { ... }
public static final int CARLLERCHE_BYTES_FOR_STRING_FIELD_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Boolean> carllercheBytesForStringField
Use `bytes::Bytes` for `string` fields
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 © 2024 PingCAP. All rights reserved.