Uses of Class
com.google.protobuf.DescriptorProtos.OneofOptions
Packages that use DescriptorProtos.OneofOptions
-
Uses of DescriptorProtos.OneofOptions in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.OneofOptionsModifier and TypeMethodDescriptionDescriptorProtos.OneofOptions.getDefaultInstance()DescriptorProtos.OneofDescriptorProto.Builder.getOptions()optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];DescriptorProtos.OneofDescriptorProto.getOptions()optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];DescriptorProtos.OneofDescriptorProtoOrBuilder.getOptions()optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];DescriptorProtos.OneofOptions.parseDelimitedFrom(InputStream input) DescriptorProtos.OneofOptions.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofOptions.parseFrom(byte[] data) DescriptorProtos.OneofOptions.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofOptions.parseFrom(com.google.protobuf.ByteString data) DescriptorProtos.OneofOptions.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofOptions.parseFrom(com.google.protobuf.CodedInputStream input) DescriptorProtos.OneofOptions.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofOptions.parseFrom(InputStream input) DescriptorProtos.OneofOptions.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofOptions.parseFrom(ByteBuffer data) DescriptorProtos.OneofOptions.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.OneofOptionsModifier and TypeMethodDescriptionstatic com.google.protobuf.Parser<DescriptorProtos.OneofOptions>DescriptorProtos.OneofOptions.parser()Methods in com.google.protobuf with parameters of type DescriptorProtos.OneofOptionsModifier and TypeMethodDescriptionDescriptorProtos.OneofDescriptorProto.Builder.mergeOptions(DescriptorProtos.OneofOptions value) optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];DescriptorProtos.OneofOptions.newBuilder(DescriptorProtos.OneofOptions prototype) DescriptorProtos.OneofDescriptorProto.Builder.setOptions(DescriptorProtos.OneofOptions value) optional .google.protobuf.OneofOptions options = 2 [json_name = "options"];