Uses of Class
com.google.protobuf.DescriptorProtos.OneofOptions
-
Packages that use DescriptorProtos.OneofOptions Package Description com.google.protobuf -
-
Uses of DescriptorProtos.OneofOptions in com.google.protobuf
Fields in com.google.protobuf declared as DescriptorProtos.OneofOptions Modifier and Type Field Description private static DescriptorProtos.OneofOptions
DescriptorProtos.OneofOptions. DEFAULT_INSTANCE
private DescriptorProtos.OneofOptions
DescriptorProtos.OneofDescriptorProto.Builder. options_
private DescriptorProtos.OneofOptions
DescriptorProtos.OneofDescriptorProto. options_
Fields in com.google.protobuf with type parameters of type DescriptorProtos.OneofOptions Modifier and Type Field Description private SingleFieldBuilderV3<DescriptorProtos.OneofOptions,DescriptorProtos.OneofOptions.Builder,DescriptorProtos.OneofOptionsOrBuilder>
DescriptorProtos.OneofDescriptorProto.Builder. optionsBuilder_
static Parser<DescriptorProtos.OneofOptions>
DescriptorProtos.OneofOptions. PARSER
Deprecated.Methods in com.google.protobuf that return DescriptorProtos.OneofOptions Modifier and Type Method Description DescriptorProtos.OneofOptions
DescriptorProtos.OneofOptions.Builder. build()
DescriptorProtos.OneofOptions
DescriptorProtos.OneofOptions.Builder. buildPartial()
static DescriptorProtos.OneofOptions
DescriptorProtos.OneofOptions. getDefaultInstance()
DescriptorProtos.OneofOptions
DescriptorProtos.OneofOptions.Builder. getDefaultInstanceForType()
DescriptorProtos.OneofOptions
DescriptorProtos.OneofOptions. getDefaultInstanceForType()
DescriptorProtos.OneofOptions
DescriptorProtos.OneofDescriptorProto.Builder. getOptions()
optional .google.protobuf.OneofOptions options = 2;
DescriptorProtos.OneofOptions
DescriptorProtos.OneofDescriptorProto. getOptions()
optional .google.protobuf.OneofOptions options = 2;
DescriptorProtos.OneofOptions
DescriptorProtos.OneofDescriptorProtoOrBuilder. getOptions()
optional .google.protobuf.OneofOptions options = 2;
DescriptorProtos.OneofOptions
Descriptors.OneofDescriptor. getOptions()
static DescriptorProtos.OneofOptions
DescriptorProtos.OneofOptions. parseDelimitedFrom(java.io.InputStream input)
static DescriptorProtos.OneofOptions
DescriptorProtos.OneofOptions. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.OneofOptions
DescriptorProtos.OneofOptions. parseFrom(byte[] data)
static DescriptorProtos.OneofOptions
DescriptorProtos.OneofOptions. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.OneofOptions
DescriptorProtos.OneofOptions. parseFrom(ByteString data)
static DescriptorProtos.OneofOptions
DescriptorProtos.OneofOptions. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.OneofOptions
DescriptorProtos.OneofOptions. parseFrom(CodedInputStream input)
static DescriptorProtos.OneofOptions
DescriptorProtos.OneofOptions. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.OneofOptions
DescriptorProtos.OneofOptions. parseFrom(java.io.InputStream input)
static DescriptorProtos.OneofOptions
DescriptorProtos.OneofOptions. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.OneofOptions
DescriptorProtos.OneofOptions. parseFrom(java.nio.ByteBuffer data)
static DescriptorProtos.OneofOptions
DescriptorProtos.OneofOptions. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.OneofOptions Modifier and Type Method Description private SingleFieldBuilderV3<DescriptorProtos.OneofOptions,DescriptorProtos.OneofOptions.Builder,DescriptorProtos.OneofOptionsOrBuilder>
DescriptorProtos.OneofDescriptorProto.Builder. getOptionsFieldBuilder()
optional .google.protobuf.OneofOptions options = 2;
Parser<DescriptorProtos.OneofOptions>
DescriptorProtos.OneofOptions. getParserForType()
static Parser<DescriptorProtos.OneofOptions>
DescriptorProtos.OneofOptions. parser()
Methods in com.google.protobuf with parameters of type DescriptorProtos.OneofOptions Modifier and Type Method Description private void
DescriptorProtos.OneofOptions.Builder. buildPartial0(DescriptorProtos.OneofOptions result)
private void
DescriptorProtos.OneofOptions.Builder. buildPartialRepeatedFields(DescriptorProtos.OneofOptions result)
DescriptorProtos.OneofOptions.Builder
DescriptorProtos.OneofOptions.Builder. mergeFrom(DescriptorProtos.OneofOptions other)
DescriptorProtos.OneofDescriptorProto.Builder
DescriptorProtos.OneofDescriptorProto.Builder. mergeOptions(DescriptorProtos.OneofOptions value)
optional .google.protobuf.OneofOptions options = 2;
static DescriptorProtos.OneofOptions.Builder
DescriptorProtos.OneofOptions. newBuilder(DescriptorProtos.OneofOptions prototype)
DescriptorProtos.OneofDescriptorProto.Builder
DescriptorProtos.OneofDescriptorProto.Builder. setOptions(DescriptorProtos.OneofOptions value)
optional .google.protobuf.OneofOptions options = 2;
Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.OneofOptions Modifier and Type Method Description <Type> DescriptorProtos.OneofOptions.Builder
DescriptorProtos.OneofOptions.Builder. addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.OneofOptions,java.util.List<Type>> extension, Type value)
<Type> DescriptorProtos.OneofOptions.Builder
DescriptorProtos.OneofOptions.Builder. clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.OneofOptions,?> extension)
<Type> DescriptorProtos.OneofOptions.Builder
DescriptorProtos.OneofOptions.Builder. setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.OneofOptions,java.util.List<Type>> extension, int index, Type value)
<Type> DescriptorProtos.OneofOptions.Builder
DescriptorProtos.OneofOptions.Builder. setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.OneofOptions,Type> extension, Type value)
Constructor parameters in com.google.protobuf with type arguments of type DescriptorProtos.OneofOptions Constructor Description OneofOptions(GeneratedMessageV3.ExtendableBuilder<DescriptorProtos.OneofOptions,?> builder)
-