Uses of Class
com.google.protobuf.DescriptorProtos.MessageOptions
-
Packages that use DescriptorProtos.MessageOptions Package Description com.google.protobuf -
-
Uses of DescriptorProtos.MessageOptions in com.google.protobuf
Fields in com.google.protobuf with type parameters of type DescriptorProtos.MessageOptions Modifier and Type Field Description static Parser<DescriptorProtos.MessageOptions>DescriptorProtos.MessageOptions. PARSERDeprecated.Methods in com.google.protobuf that return DescriptorProtos.MessageOptions Modifier and Type Method Description DescriptorProtos.MessageOptionsDescriptorProtos.MessageOptions.Builder. build()DescriptorProtos.MessageOptionsDescriptorProtos.MessageOptions.Builder. buildPartial()static DescriptorProtos.MessageOptionsDescriptorProtos.MessageOptions. getDefaultInstance()DescriptorProtos.MessageOptionsDescriptorProtos.MessageOptions.Builder. getDefaultInstanceForType()DescriptorProtos.MessageOptionsDescriptorProtos.MessageOptions. getDefaultInstanceForType()DescriptorProtos.MessageOptionsDescriptorProtos.DescriptorProto.Builder. getOptions()optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];DescriptorProtos.MessageOptionsDescriptorProtos.DescriptorProto. getOptions()optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];DescriptorProtos.MessageOptionsDescriptorProtos.DescriptorProtoOrBuilder. getOptions()optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];DescriptorProtos.MessageOptionsDescriptors.Descriptor. getOptions()Get theMessageOptions, defined indescriptor.proto.static DescriptorProtos.MessageOptionsDescriptorProtos.MessageOptions. parseDelimitedFrom(java.io.InputStream input)static DescriptorProtos.MessageOptionsDescriptorProtos.MessageOptions. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.MessageOptionsDescriptorProtos.MessageOptions. parseFrom(byte[] data)static DescriptorProtos.MessageOptionsDescriptorProtos.MessageOptions. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.MessageOptionsDescriptorProtos.MessageOptions. parseFrom(ByteString data)static DescriptorProtos.MessageOptionsDescriptorProtos.MessageOptions. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.MessageOptionsDescriptorProtos.MessageOptions. parseFrom(CodedInputStream input)static DescriptorProtos.MessageOptionsDescriptorProtos.MessageOptions. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.MessageOptionsDescriptorProtos.MessageOptions. parseFrom(java.io.InputStream input)static DescriptorProtos.MessageOptionsDescriptorProtos.MessageOptions. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.MessageOptionsDescriptorProtos.MessageOptions. parseFrom(java.nio.ByteBuffer data)static DescriptorProtos.MessageOptionsDescriptorProtos.MessageOptions. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.MessageOptions Modifier and Type Method Description Parser<DescriptorProtos.MessageOptions>DescriptorProtos.MessageOptions. getParserForType()static Parser<DescriptorProtos.MessageOptions>DescriptorProtos.MessageOptions. parser()Methods in com.google.protobuf with parameters of type DescriptorProtos.MessageOptions Modifier and Type Method Description DescriptorProtos.MessageOptions.BuilderDescriptorProtos.MessageOptions.Builder. mergeFrom(DescriptorProtos.MessageOptions other)DescriptorProtos.DescriptorProto.BuilderDescriptorProtos.DescriptorProto.Builder. mergeOptions(DescriptorProtos.MessageOptions value)optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];static DescriptorProtos.MessageOptions.BuilderDescriptorProtos.MessageOptions. newBuilder(DescriptorProtos.MessageOptions prototype)DescriptorProtos.DescriptorProto.BuilderDescriptorProtos.DescriptorProto.Builder. setOptions(DescriptorProtos.MessageOptions value)optional .google.protobuf.MessageOptions options = 7 [json_name = "options"];Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.MessageOptions Modifier and Type Method Description <Type> DescriptorProtos.MessageOptions.BuilderDescriptorProtos.MessageOptions.Builder. addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MessageOptions,java.util.List<Type>> extension, Type value)<Type> DescriptorProtos.MessageOptions.BuilderDescriptorProtos.MessageOptions.Builder. clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MessageOptions,?> extension)<Type> DescriptorProtos.MessageOptions.BuilderDescriptorProtos.MessageOptions.Builder. setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MessageOptions,java.util.List<Type>> extension, int index, Type value)<Type> DescriptorProtos.MessageOptions.BuilderDescriptorProtos.MessageOptions.Builder. setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MessageOptions,Type> extension, Type value)
-