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
Fields in com.google.protobuf declared as DescriptorProtos.OneofDescriptorProto Modifier and Type Field Description private static DescriptorProtos.OneofDescriptorProto
DescriptorProtos.OneofDescriptorProto. DEFAULT_INSTANCE
private DescriptorProtos.OneofDescriptorProto
Descriptors.OneofDescriptor. proto
Fields in com.google.protobuf with type parameters of type DescriptorProtos.OneofDescriptorProto Modifier and Type Field Description private Internal.ProtobufList<DescriptorProtos.OneofDescriptorProto>
DescriptorProtos.DescriptorProto. oneofDecl_
private static Parser<DescriptorProtos.OneofDescriptorProto>
DescriptorProtos.OneofDescriptorProto. PARSER
Methods in com.google.protobuf that return DescriptorProtos.OneofDescriptorProto Modifier and Type Method Description static DescriptorProtos.OneofDescriptorProto
DescriptorProtos.OneofDescriptorProto. getDefaultInstance()
DescriptorProtos.OneofDescriptorProto
DescriptorProtos.DescriptorProto.Builder. getOneofDecl(int index)
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
DescriptorProtos.OneofDescriptorProto
DescriptorProtos.DescriptorProto. getOneofDecl(int index)
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
DescriptorProtos.OneofDescriptorProto
DescriptorProtos.DescriptorProtoOrBuilder. getOneofDecl(int index)
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
static DescriptorProtos.OneofDescriptorProto
DescriptorProtos.OneofDescriptorProto. parseDelimitedFrom(java.io.InputStream input)
static DescriptorProtos.OneofDescriptorProto
DescriptorProtos.OneofDescriptorProto. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.OneofDescriptorProto
DescriptorProtos.OneofDescriptorProto. parseFrom(byte[] data)
static DescriptorProtos.OneofDescriptorProto
DescriptorProtos.OneofDescriptorProto. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.OneofDescriptorProto
DescriptorProtos.OneofDescriptorProto. parseFrom(ByteString data)
static DescriptorProtos.OneofDescriptorProto
DescriptorProtos.OneofDescriptorProto. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.OneofDescriptorProto
DescriptorProtos.OneofDescriptorProto. parseFrom(CodedInputStream input)
static DescriptorProtos.OneofDescriptorProto
DescriptorProtos.OneofDescriptorProto. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.OneofDescriptorProto
DescriptorProtos.OneofDescriptorProto. parseFrom(java.io.InputStream input)
static DescriptorProtos.OneofDescriptorProto
DescriptorProtos.OneofDescriptorProto. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.OneofDescriptorProto
DescriptorProtos.OneofDescriptorProto. parseFrom(java.nio.ByteBuffer data)
static DescriptorProtos.OneofDescriptorProto
DescriptorProtos.OneofDescriptorProto. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)
DescriptorProtos.OneofDescriptorProto
Descriptors.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;
java.util.List<DescriptorProtos.OneofDescriptorProto>
DescriptorProtos.DescriptorProto. getOneofDeclList()
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
java.util.List<DescriptorProtos.OneofDescriptorProto>
DescriptorProtos.DescriptorProtoOrBuilder. getOneofDeclList()
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
static Parser<DescriptorProtos.OneofDescriptorProto>
DescriptorProtos.OneofDescriptorProto. parser()
Methods in com.google.protobuf with parameters of type DescriptorProtos.OneofDescriptorProto Modifier and Type Method Description private void
DescriptorProtos.DescriptorProto. addOneofDecl(int index, DescriptorProtos.OneofDescriptorProto value)
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
private void
DescriptorProtos.DescriptorProto. addOneofDecl(DescriptorProtos.OneofDescriptorProto value)
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
DescriptorProtos.DescriptorProto.Builder
DescriptorProtos.DescriptorProto.Builder. addOneofDecl(int index, DescriptorProtos.OneofDescriptorProto value)
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
DescriptorProtos.DescriptorProto.Builder
DescriptorProtos.DescriptorProto.Builder. addOneofDecl(DescriptorProtos.OneofDescriptorProto value)
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
static DescriptorProtos.OneofDescriptorProto.Builder
DescriptorProtos.OneofDescriptorProto. newBuilder(DescriptorProtos.OneofDescriptorProto prototype)
DescriptorProtos.DescriptorProto.Builder
DescriptorProtos.DescriptorProto.Builder. setOneofDecl(int index, DescriptorProtos.OneofDescriptorProto value)
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
private void
DescriptorProtos.DescriptorProto. setOneofDecl(int index, DescriptorProtos.OneofDescriptorProto value)
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
private void
Descriptors.OneofDescriptor. setProto(DescriptorProtos.OneofDescriptorProto proto)
Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.OneofDescriptorProto Modifier and Type Method Description private void
DescriptorProtos.DescriptorProto. addAllOneofDecl(java.lang.Iterable<? extends DescriptorProtos.OneofDescriptorProto> values)
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
DescriptorProtos.DescriptorProto.Builder
DescriptorProtos.DescriptorProto.Builder. addAllOneofDecl(java.lang.Iterable<? extends DescriptorProtos.OneofDescriptorProto> values)
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
Constructors in com.google.protobuf with parameters of type DescriptorProtos.OneofDescriptorProto Constructor Description OneofDescriptor(DescriptorProtos.OneofDescriptorProto proto, Descriptors.FileDescriptor file, Descriptors.Descriptor parent, int index)
-