Uses of Class
com.google.protobuf.DescriptorProtos.OneofDescriptorProto.Builder
Packages that use DescriptorProtos.OneofDescriptorProto.Builder
-
Uses of DescriptorProtos.OneofDescriptorProto.Builder in com.google.protobuf
Subclasses with type arguments of type DescriptorProtos.OneofDescriptorProto.Builder in com.google.protobufModifier and TypeClassDescriptionstatic final classDescribes a oneof.Fields in com.google.protobuf with type parameters of type DescriptorProtos.OneofDescriptorProto.BuilderModifier and TypeFieldDescriptionprivate RepeatedFieldBuilder<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.clear()DescriptorProtos.OneofDescriptorProto.Builder.clearName()optional string name = 1;DescriptorProtos.OneofDescriptorProto.Builder.clearOptions()optional .google.protobuf.OneofOptions options = 2;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.newBuilder()DescriptorProtos.OneofDescriptorProto.newBuilder(DescriptorProtos.OneofDescriptorProto prototype) DescriptorProtos.OneofDescriptorProto.newBuilderForType()DescriptorProtos.OneofDescriptorProto.newBuilderForType(AbstractMessage.BuilderParent parent) 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.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 RepeatedFieldBuilder<DescriptorProtos.OneofDescriptorProto, DescriptorProtos.OneofDescriptorProto.Builder, DescriptorProtos.OneofDescriptorProtoOrBuilder> DescriptorProtos.DescriptorProto.Builder.internalGetOneofDeclFieldBuilder()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;