Uses of Class
com.google.protobuf.DescriptorProtos.OneofDescriptorProto
-
Packages that use DescriptorProtos.OneofDescriptorProto Package Description com.google.protobuf -
-
Uses of DescriptorProtos.OneofDescriptorProto in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.OneofDescriptorProto Modifier and Type Method Description DescriptorProtos.OneofDescriptorProtoDescriptorProtos.OneofDescriptorProto.Builder. build()DescriptorProtos.OneofDescriptorProtoDescriptorProtos.OneofDescriptorProto.Builder. buildPartial()static DescriptorProtos.OneofDescriptorProtoDescriptorProtos.OneofDescriptorProto. getDefaultInstance()DescriptorProtos.OneofDescriptorProtoDescriptorProtos.OneofDescriptorProto.Builder. getDefaultInstanceForType()DescriptorProtos.OneofDescriptorProtoDescriptorProtos.OneofDescriptorProto. getDefaultInstanceForType()DescriptorProtos.OneofDescriptorProtoDescriptorProtos.DescriptorProto.Builder. getOneofDecl(int index)repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];DescriptorProtos.OneofDescriptorProtoDescriptorProtos.DescriptorProto. getOneofDecl(int index)repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];DescriptorProtos.OneofDescriptorProtoDescriptorProtos.DescriptorProtoOrBuilder. getOneofDecl(int index)repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];static DescriptorProtos.OneofDescriptorProtoDescriptorProtos.OneofDescriptorProto. parseDelimitedFrom(java.io.InputStream input)static DescriptorProtos.OneofDescriptorProtoDescriptorProtos.OneofDescriptorProto. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.OneofDescriptorProtoDescriptorProtos.OneofDescriptorProto. parseFrom(byte[] data)static DescriptorProtos.OneofDescriptorProtoDescriptorProtos.OneofDescriptorProto. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.OneofDescriptorProtoDescriptorProtos.OneofDescriptorProto. parseFrom(ByteString data)static DescriptorProtos.OneofDescriptorProtoDescriptorProtos.OneofDescriptorProto. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.OneofDescriptorProtoDescriptorProtos.OneofDescriptorProto. parseFrom(CodedInputStream input)static DescriptorProtos.OneofDescriptorProtoDescriptorProtos.OneofDescriptorProto. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.OneofDescriptorProtoDescriptorProtos.OneofDescriptorProto. parseFrom(java.io.InputStream input)static DescriptorProtos.OneofDescriptorProtoDescriptorProtos.OneofDescriptorProto. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.OneofDescriptorProtoDescriptorProtos.OneofDescriptorProto. parseFrom(java.nio.ByteBuffer data)static DescriptorProtos.OneofDescriptorProtoDescriptorProtos.OneofDescriptorProto. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)DescriptorProtos.OneofDescriptorProtoDescriptors.OneofDescriptor. toProto()Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.OneofDescriptorProto Modifier and Type Method Description java.util.List<DescriptorProtos.OneofDescriptorProto>DescriptorProtos.DescriptorProto.Builder. getOneofDeclList()repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];java.util.List<DescriptorProtos.OneofDescriptorProto>DescriptorProtos.DescriptorProto. getOneofDeclList()repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];java.util.List<DescriptorProtos.OneofDescriptorProto>DescriptorProtos.DescriptorProtoOrBuilder. getOneofDeclList()repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];Parser<DescriptorProtos.OneofDescriptorProto>DescriptorProtos.OneofDescriptorProto. getParserForType()static Parser<DescriptorProtos.OneofDescriptorProto>DescriptorProtos.OneofDescriptorProto. parser()Methods in com.google.protobuf with parameters of type DescriptorProtos.OneofDescriptorProto Modifier and Type Method Description DescriptorProtos.DescriptorProto.BuilderDescriptorProtos.DescriptorProto.Builder. addOneofDecl(int index, DescriptorProtos.OneofDescriptorProto value)repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];DescriptorProtos.DescriptorProto.BuilderDescriptorProtos.DescriptorProto.Builder. addOneofDecl(DescriptorProtos.OneofDescriptorProto value)repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];DescriptorProtos.OneofDescriptorProto.BuilderDescriptorProtos.OneofDescriptorProto.Builder. mergeFrom(DescriptorProtos.OneofDescriptorProto other)static DescriptorProtos.OneofDescriptorProto.BuilderDescriptorProtos.OneofDescriptorProto. newBuilder(DescriptorProtos.OneofDescriptorProto prototype)DescriptorProtos.DescriptorProto.BuilderDescriptorProtos.DescriptorProto.Builder. setOneofDecl(int index, DescriptorProtos.OneofDescriptorProto value)repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.OneofDescriptorProto Modifier and Type Method Description DescriptorProtos.DescriptorProto.BuilderDescriptorProtos.DescriptorProto.Builder. addAllOneofDecl(java.lang.Iterable<? extends DescriptorProtos.OneofDescriptorProto> values)repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8 [json_name = "oneofDecl"];
-