public final class Scalapb extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Scalapb.FieldOptions
Protobuf type
scalapb.FieldOptions |
static interface |
Scalapb.FieldOptionsOrBuilder |
static class |
Scalapb.MessageOptions
Protobuf type
scalapb.MessageOptions |
static interface |
Scalapb.MessageOptionsOrBuilder |
static class |
Scalapb.ScalaPbOptions
Protobuf type
scalapb.ScalaPbOptions |
static interface |
Scalapb.ScalaPbOptionsOrBuilder |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Scalapb.FieldOptions> |
field
File-level optionals for ScalaPB.
|
static int |
FIELD_FIELD_NUMBER |
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Scalapb.MessageOptions> |
message
Message-level optionals for ScalaPB.
|
static int |
MESSAGE_FIELD_NUMBER |
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,Scalapb.ScalaPbOptions> |
options
File-level optionals for ScalaPB.
|
static int |
OPTIONS_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 OPTIONS_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,Scalapb.ScalaPbOptions> options
File-level optionals for ScalaPB. Extension number officially assigned by protobuf-global-extension-registry@google.com
extend .google.protobuf.FileOptions { ... }
public static final int MESSAGE_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Scalapb.MessageOptions> message
Message-level optionals for ScalaPB. Extension number officially assigned by protobuf-global-extension-registry@google.com
extend .google.protobuf.MessageOptions { ... }
public static final int FIELD_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Scalapb.FieldOptions> field
File-level optionals for ScalaPB. Extension number officially assigned by protobuf-global-extension-registry@google.com
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 © 2018. All rights reserved.