Uses of Class
com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
Packages that use DescriptorProtos.OneofDescriptorProto.Builder
-
Uses of DescriptorProtos.OneofDescriptorProto.Builder in com.google.protobuf
Fields in com.google.protobuf with type parameters of type DescriptorProtos.OneofDescriptorProto.BuilderModifier and TypeFieldDescriptionprivate RepeatedFieldBuilderV3<DescriptorProtos.OneofDescriptorProto,DescriptorProtos.OneofDescriptorProto.Builder, DescriptorProtos.OneofDescriptorProtoOrBuilder> DescriptorProtos.DescriptorProto.Builder.oneofDeclBuilder_Methods in com.google.protobuf that return DescriptorProtos.OneofDescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.addOneofDeclBuilder()repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;DescriptorProtos.DescriptorProto.Builder.addOneofDeclBuilder(int index) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;DescriptorProtos.OneofDescriptorProto.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) DescriptorProtos.OneofDescriptorProto.Builder.clear()DescriptorProtos.OneofDescriptorProto.Builder.clearField(Descriptors.FieldDescriptor field) DescriptorProtos.OneofDescriptorProto.Builder.clearName()optional string name = 1;DescriptorProtos.OneofDescriptorProto.Builder.clearOneof(Descriptors.OneofDescriptor oneof) DescriptorProtos.OneofDescriptorProto.Builder.clearOptions()optional .google.protobuf.OneofOptions options = 2;DescriptorProtos.OneofDescriptorProto.Builder.clone()DescriptorProtos.DescriptorProto.Builder.getOneofDeclBuilder(int index) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;DescriptorProtos.OneofDescriptorProto.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofDescriptorProto.Builder.mergeFrom(DescriptorProtos.OneofDescriptorProto other) DescriptorProtos.OneofDescriptorProto.Builder.mergeOptions(DescriptorProtos.OneofOptions value) optional .google.protobuf.OneofOptions options = 2;DescriptorProtos.OneofDescriptorProto.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) DescriptorProtos.OneofDescriptorProto.newBuilder()DescriptorProtos.OneofDescriptorProto.newBuilder(DescriptorProtos.OneofDescriptorProto prototype) DescriptorProtos.OneofDescriptorProto.newBuilderForType()DescriptorProtos.OneofDescriptorProto.newBuilderForType(GeneratedMessageV3.BuilderParent parent) DescriptorProtos.OneofDescriptorProto.Builder.setField(Descriptors.FieldDescriptor field, Object value) 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;DescriptorProtos.OneofDescriptorProto.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) DescriptorProtos.OneofDescriptorProto.Builder.setUnknownFields(UnknownFieldSet unknownFields) 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;private RepeatedFieldBuilderV3<DescriptorProtos.OneofDescriptorProto,DescriptorProtos.OneofDescriptorProto.Builder, DescriptorProtos.OneofDescriptorProtoOrBuilder> DescriptorProtos.DescriptorProto.Builder.getOneofDeclFieldBuilder()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;