Uses of Class
com.google.protobuf.DescriptorProtos.OneofDescriptorProto
-
Uses of DescriptorProtos.OneofDescriptorProto in com.google.protobuf
Fields in com.google.protobuf declared as DescriptorProtos.OneofDescriptorProtoModifier and TypeFieldDescriptionprivate static final DescriptorProtos.OneofDescriptorProto
DescriptorProtos.OneofDescriptorProto.DEFAULT_INSTANCE
Descriptors.OneofDescriptor.proto
Fields in com.google.protobuf with type parameters of type DescriptorProtos.OneofDescriptorProtoModifier and TypeFieldDescriptionDescriptorProtos.DescriptorProto.Builder.oneofDecl_
DescriptorProtos.DescriptorProto.oneofDecl_
private RepeatedFieldBuilder
<DescriptorProtos.OneofDescriptorProto, DescriptorProtos.OneofDescriptorProto.Builder, DescriptorProtos.OneofDescriptorProtoOrBuilder> DescriptorProtos.DescriptorProto.Builder.oneofDeclBuilder_
private static final Parser
<DescriptorProtos.OneofDescriptorProto> DescriptorProtos.OneofDescriptorProto.PARSER
Methods in com.google.protobuf that return DescriptorProtos.OneofDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.OneofDescriptorProto.Builder.build()
DescriptorProtos.OneofDescriptorProto.Builder.buildPartial()
DescriptorProtos.OneofDescriptorProto.getDefaultInstance()
DescriptorProtos.OneofDescriptorProto.Builder.getDefaultInstanceForType()
DescriptorProtos.OneofDescriptorProto.getDefaultInstanceForType()
DescriptorProtos.DescriptorProto.Builder.getOneofDecl
(int index) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
DescriptorProtos.DescriptorProto.getOneofDecl
(int index) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
DescriptorProtos.DescriptorProtoOrBuilder.getOneofDecl
(int index) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
DescriptorProtos.OneofDescriptorProto.parseDelimitedFrom
(InputStream input) DescriptorProtos.OneofDescriptorProto.parseDelimitedFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofDescriptorProto.parseFrom
(byte[] data) DescriptorProtos.OneofDescriptorProto.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofDescriptorProto.parseFrom
(ByteString data) DescriptorProtos.OneofDescriptorProto.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofDescriptorProto.parseFrom
(CodedInputStream input) DescriptorProtos.OneofDescriptorProto.parseFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofDescriptorProto.parseFrom
(InputStream input) DescriptorProtos.OneofDescriptorProto.parseFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofDescriptorProto.parseFrom
(ByteBuffer data) DescriptorProtos.OneofDescriptorProto.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Descriptors.OneofDescriptor.toProto()
Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.OneofDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.getOneofDeclList()
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
DescriptorProtos.DescriptorProto.getOneofDeclList()
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
DescriptorProtos.DescriptorProtoOrBuilder.getOneofDeclList()
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
DescriptorProtos.OneofDescriptorProto.getParserForType()
private RepeatedFieldBuilder
<DescriptorProtos.OneofDescriptorProto, DescriptorProtos.OneofDescriptorProto.Builder, DescriptorProtos.OneofDescriptorProtoOrBuilder> DescriptorProtos.DescriptorProto.Builder.internalGetOneofDeclFieldBuilder()
DescriptorProtos.OneofDescriptorProto.parser()
Methods in com.google.protobuf with parameters of type DescriptorProtos.OneofDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.addOneofDecl
(int index, DescriptorProtos.OneofDescriptorProto value) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
DescriptorProtos.DescriptorProto.Builder.addOneofDecl
(DescriptorProtos.OneofDescriptorProto value) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
private void
DescriptorProtos.OneofDescriptorProto.Builder.buildPartial0
(DescriptorProtos.OneofDescriptorProto result) DescriptorProtos.OneofDescriptorProto.Builder.mergeFrom
(DescriptorProtos.OneofDescriptorProto other) DescriptorProtos.OneofDescriptorProto.newBuilder
(DescriptorProtos.OneofDescriptorProto prototype) DescriptorProtos.DescriptorProto.Builder.setOneofDecl
(int index, DescriptorProtos.OneofDescriptorProto value) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
private void
Descriptors.OneofDescriptor.setProto
(DescriptorProtos.OneofDescriptorProto proto) Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.OneofDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.addAllOneofDecl
(Iterable<? extends DescriptorProtos.OneofDescriptorProto> values) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
Constructors in com.google.protobuf with parameters of type DescriptorProtos.OneofDescriptorProtoModifierConstructorDescriptionprivate
OneofDescriptor
(DescriptorProtos.OneofDescriptorProto proto, Descriptors.FileDescriptor file, Descriptors.Descriptor parent, int index)