Class DescriptorProtos
java.lang.Object
com.google.protobuf.generated.DescriptorProtos
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Describes a message type.static interface
static enum
The full set of known editions.static final class
Describes an enum type.static interface
static final class
Protobuf typegoogle.protobuf.EnumOptions
static interface
static final class
Describes a value within an enum.static interface
static final class
Protobuf typegoogle.protobuf.EnumValueOptions
static interface
static final class
Protobuf typegoogle.protobuf.ExtensionRangeOptions
static interface
static final class
TODO Enums in C++ gencode (and potentially other languages) are not well scoped.static final class
A compiled specification for the defaults of a set of features.static interface
static interface
static final class
Describes a field within a message.static interface
static final class
Protobuf typegoogle.protobuf.FieldOptions
static interface
static final class
Describes a complete .proto file.static interface
static final class
The protocol compiler can output a FileDescriptorSet containing the .proto files it parses.static interface
static final class
Protobuf typegoogle.protobuf.FileOptions
static interface
static final class
Describes the relationship between generated code and its original source file.static interface
static final class
Protobuf typegoogle.protobuf.MessageOptions
static interface
static final class
Describes a method of a service.static interface
static final class
Protobuf typegoogle.protobuf.MethodOptions
static interface
static final class
Describes a oneof.static interface
static final class
Protobuf typegoogle.protobuf.OneofOptions
static interface
static final class
Describes a service.static interface
static final class
Protobuf typegoogle.protobuf.ServiceOptions
static interface
static final class
Encapsulates information about the original source file from which a FileDescriptorProto was generated.static interface
static final class
A message representing a option the parser does not recognize.static interface
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.protobuf.Descriptors.FileDescriptor
static void
registerAllExtensions
(com.google.protobuf.ExtensionRegistry registry) static void
registerAllExtensions
(com.google.protobuf.ExtensionRegistryLite registry)
-
Method Details
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) -
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) -
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-