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;DescriptorProtos.OneofDescriptorProto.Builder.clearOptions()optional .google.protobuf.OneofOptions options = 2;DescriptorProtos.OneofDescriptorProto.Builder.mergeOptions(DescriptorProtos.OneofOptions value) optional .google.protobuf.OneofOptions options = 2;DescriptorProtos.OneofDescriptorProto.newBuilder()DescriptorProtos.OneofDescriptorProto.newBuilder(DescriptorProtos.OneofDescriptorProto prototype) optional string name = 1;DescriptorProtos.OneofDescriptorProto.Builder.setNameBytes(ByteString value) optional string name = 1;DescriptorProtos.OneofDescriptorProto.Builder.setOptions(DescriptorProtos.OneofOptions value) optional .google.protobuf.OneofOptions options = 2;DescriptorProtos.OneofDescriptorProto.Builder.setOptions(DescriptorProtos.OneofOptions.Builder builderForValue) optional .google.protobuf.OneofOptions options = 2;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;DescriptorProtos.DescriptorProto.Builder.addOneofDecl(DescriptorProtos.OneofDescriptorProto.Builder builderForValue) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;DescriptorProtos.DescriptorProto.Builder.setOneofDecl(int index, DescriptorProtos.OneofDescriptorProto.Builder builderForValue) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;