Package com.google.protobuf
Class DescriptorProtos
- java.lang.Object
-
- com.google.protobuf.DescriptorProtos
-
public final class DescriptorProtos extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DescriptorProtos.DescriptorProto
Protobuf typegoogle.protobuf.DescriptorProto
static interface
DescriptorProtos.DescriptorProtoOrBuilder
static class
DescriptorProtos.EnumDescriptorProto
Protobuf typegoogle.protobuf.EnumDescriptorProto
static interface
DescriptorProtos.EnumDescriptorProtoOrBuilder
static class
DescriptorProtos.EnumOptions
Protobuf typegoogle.protobuf.EnumOptions
static interface
DescriptorProtos.EnumOptionsOrBuilder
static class
DescriptorProtos.EnumValueDescriptorProto
Protobuf typegoogle.protobuf.EnumValueDescriptorProto
static interface
DescriptorProtos.EnumValueDescriptorProtoOrBuilder
static class
DescriptorProtos.EnumValueOptions
Protobuf typegoogle.protobuf.EnumValueOptions
static interface
DescriptorProtos.EnumValueOptionsOrBuilder
static class
DescriptorProtos.ExtensionRangeOptions
Protobuf typegoogle.protobuf.ExtensionRangeOptions
static interface
DescriptorProtos.ExtensionRangeOptionsOrBuilder
static class
DescriptorProtos.FieldDescriptorProto
Protobuf typegoogle.protobuf.FieldDescriptorProto
static interface
DescriptorProtos.FieldDescriptorProtoOrBuilder
static class
DescriptorProtos.FieldOptions
Protobuf typegoogle.protobuf.FieldOptions
static interface
DescriptorProtos.FieldOptionsOrBuilder
static class
DescriptorProtos.FileDescriptorProto
Protobuf typegoogle.protobuf.FileDescriptorProto
static interface
DescriptorProtos.FileDescriptorProtoOrBuilder
static class
DescriptorProtos.FileDescriptorSet
Protobuf typegoogle.protobuf.FileDescriptorSet
static interface
DescriptorProtos.FileDescriptorSetOrBuilder
static class
DescriptorProtos.FileOptions
Protobuf typegoogle.protobuf.FileOptions
static interface
DescriptorProtos.FileOptionsOrBuilder
static class
DescriptorProtos.GeneratedCodeInfo
Protobuf typegoogle.protobuf.GeneratedCodeInfo
static interface
DescriptorProtos.GeneratedCodeInfoOrBuilder
static class
DescriptorProtos.MessageOptions
Protobuf typegoogle.protobuf.MessageOptions
static interface
DescriptorProtos.MessageOptionsOrBuilder
static class
DescriptorProtos.MethodDescriptorProto
Protobuf typegoogle.protobuf.MethodDescriptorProto
static interface
DescriptorProtos.MethodDescriptorProtoOrBuilder
static class
DescriptorProtos.MethodOptions
Protobuf typegoogle.protobuf.MethodOptions
static interface
DescriptorProtos.MethodOptionsOrBuilder
static class
DescriptorProtos.OneofDescriptorProto
Protobuf typegoogle.protobuf.OneofDescriptorProto
static interface
DescriptorProtos.OneofDescriptorProtoOrBuilder
static class
DescriptorProtos.OneofOptions
Protobuf typegoogle.protobuf.OneofOptions
static interface
DescriptorProtos.OneofOptionsOrBuilder
static class
DescriptorProtos.ServiceDescriptorProto
Protobuf typegoogle.protobuf.ServiceDescriptorProto
static interface
DescriptorProtos.ServiceDescriptorProtoOrBuilder
static class
DescriptorProtos.ServiceOptions
Protobuf typegoogle.protobuf.ServiceOptions
static interface
DescriptorProtos.ServiceOptionsOrBuilder
static class
DescriptorProtos.SourceCodeInfo
Protobuf typegoogle.protobuf.SourceCodeInfo
static interface
DescriptorProtos.SourceCodeInfoOrBuilder
static class
DescriptorProtos.UninterpretedOption
Protobuf typegoogle.protobuf.UninterpretedOption
static interface
DescriptorProtos.UninterpretedOptionOrBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Descriptors.FileDescriptor
getDescriptor()
static void
registerAllExtensions(ExtensionRegistry registry)
static void
registerAllExtensions(ExtensionRegistryLite registry)
-
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(ExtensionRegistry registry)
-
getDescriptor
public static Descriptors.FileDescriptor getDescriptor()
-
-