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.OneofDescriptorProto.Builder.clearName()optional string name = 1 [json_name = "name"];DescriptorProtos.OneofDescriptorProto.Builder.clearOptions()optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];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) 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"];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"];