Uses of Class
com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
Packages that use DescriptorProtos.OneofDescriptorProto.Builder
-
Uses of DescriptorProtos.OneofDescriptorProto.Builder in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.OneofDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.addOneofDeclBuilder()
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
DescriptorProtos.DescriptorProto.Builder.addOneofDeclBuilder
(int index) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
DescriptorProtos.OneofDescriptorProto.Builder.clear()
DescriptorProtos.OneofDescriptorProto.Builder.clearName()
optional string name = 1 [json_name = "name"];
DescriptorProtos.OneofDescriptorProto.Builder.clearOptions()
optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
DescriptorProtos.DescriptorProto.Builder.getOneofDeclBuilder
(int index) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
DescriptorProtos.OneofDescriptorProto.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofDescriptorProto.Builder.mergeFrom
(DescriptorProtos.OneofDescriptorProto other) DescriptorProtos.OneofDescriptorProto.Builder.mergeOptions
(DescriptorProtos.OneofOptions value) optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
DescriptorProtos.OneofDescriptorProto.newBuilder()
DescriptorProtos.OneofDescriptorProto.newBuilder
(DescriptorProtos.OneofDescriptorProto prototype) DescriptorProtos.OneofDescriptorProto.newBuilderForType()
DescriptorProtos.OneofDescriptorProto.newBuilderForType
(AbstractMessage.BuilderParent parent) optional string name = 1 [json_name = "name"];
DescriptorProtos.OneofDescriptorProto.Builder.setNameBytes
(com.google.protobuf.ByteString value) optional string name = 1 [json_name = "name"];
DescriptorProtos.OneofDescriptorProto.Builder.setOptions
(DescriptorProtos.OneofOptions value) optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
DescriptorProtos.OneofDescriptorProto.Builder.setOptions
(DescriptorProtos.OneofOptions.Builder builderForValue) optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];
DescriptorProtos.OneofDescriptorProto.toBuilder()
Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.OneofDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.getOneofDeclBuilderList()
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
Methods in com.google.protobuf with parameters of type DescriptorProtos.OneofDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.addOneofDecl
(int index, DescriptorProtos.OneofDescriptorProto.Builder builderForValue) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
DescriptorProtos.DescriptorProto.Builder.addOneofDecl
(DescriptorProtos.OneofDescriptorProto.Builder builderForValue) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
DescriptorProtos.DescriptorProto.Builder.setOneofDecl
(int index, DescriptorProtos.OneofDescriptorProto.Builder builderForValue) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];