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.OneofOptionsDescriptorProtos.OneofOptions. DEFAULT_INSTANCEprivate DescriptorProtos.OneofOptionsDescriptors.OneofDescriptor. optionsprivate DescriptorProtos.OneofOptionsDescriptorProtos.OneofDescriptorProto. options_Fields in com.google.protobuf with type parameters of type DescriptorProtos.OneofOptions Modifier and Type Field Description private static Parser<DescriptorProtos.OneofOptions>DescriptorProtos.OneofOptions. PARSERMethods in com.google.protobuf that return DescriptorProtos.OneofOptions Modifier and Type Method Description static DescriptorProtos.OneofOptionsDescriptorProtos.OneofOptions. getDefaultInstance()DescriptorProtos.OneofOptionsDescriptorProtos.OneofDescriptorProto.Builder. getOptions()optional .google.protobuf.OneofOptions options = 2;DescriptorProtos.OneofOptionsDescriptorProtos.OneofDescriptorProto. getOptions()optional .google.protobuf.OneofOptions options = 2;DescriptorProtos.OneofOptionsDescriptorProtos.OneofDescriptorProtoOrBuilder. getOptions()optional .google.protobuf.OneofOptions options = 2;DescriptorProtos.OneofOptionsDescriptors.OneofDescriptor. getOptions()static DescriptorProtos.OneofOptionsDescriptorProtos.OneofOptions. parseDelimitedFrom(java.io.InputStream input)static DescriptorProtos.OneofOptionsDescriptorProtos.OneofOptions. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.OneofOptionsDescriptorProtos.OneofOptions. parseFrom(byte[] data)static DescriptorProtos.OneofOptionsDescriptorProtos.OneofOptions. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.OneofOptionsDescriptorProtos.OneofOptions. parseFrom(ByteString data)static DescriptorProtos.OneofOptionsDescriptorProtos.OneofOptions. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.OneofOptionsDescriptorProtos.OneofOptions. parseFrom(CodedInputStream input)static DescriptorProtos.OneofOptionsDescriptorProtos.OneofOptions. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.OneofOptionsDescriptorProtos.OneofOptions. parseFrom(java.io.InputStream input)static DescriptorProtos.OneofOptionsDescriptorProtos.OneofOptions. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.OneofOptionsDescriptorProtos.OneofOptions. parseFrom(java.nio.ByteBuffer data)static DescriptorProtos.OneofOptionsDescriptorProtos.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 static Parser<DescriptorProtos.OneofOptions>DescriptorProtos.OneofOptions. parser()Methods in com.google.protobuf with parameters of type DescriptorProtos.OneofOptions Modifier and Type Method Description DescriptorProtos.OneofDescriptorProto.BuilderDescriptorProtos.OneofDescriptorProto.Builder. mergeOptions(DescriptorProtos.OneofOptions value)optional .google.protobuf.OneofOptions options = 2;private voidDescriptorProtos.OneofDescriptorProto. mergeOptions(DescriptorProtos.OneofOptions value)optional .google.protobuf.OneofOptions options = 2;static DescriptorProtos.OneofOptions.BuilderDescriptorProtos.OneofOptions. newBuilder(DescriptorProtos.OneofOptions prototype)DescriptorProtos.OneofDescriptorProto.BuilderDescriptorProtos.OneofDescriptorProto.Builder. setOptions(DescriptorProtos.OneofOptions value)optional .google.protobuf.OneofOptions options = 2;private voidDescriptorProtos.OneofDescriptorProto. setOptions(DescriptorProtos.OneofOptions value)optional .google.protobuf.OneofOptions options = 2;
-