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 declared as DescriptorProtos.MessageOptions Modifier and Type Field Description private static DescriptorProtos.MessageOptionsDescriptorProtos.MessageOptions. DEFAULT_INSTANCEprivate DescriptorProtos.MessageOptionsDescriptors.Descriptor. optionsprivate DescriptorProtos.MessageOptionsDescriptorProtos.DescriptorProto.Builder. options_private DescriptorProtos.MessageOptionsDescriptorProtos.DescriptorProto. options_Fields in com.google.protobuf with type parameters of type DescriptorProtos.MessageOptions Modifier and Type Field Description private SingleFieldBuilder<DescriptorProtos.MessageOptions,DescriptorProtos.MessageOptions.Builder,DescriptorProtos.MessageOptionsOrBuilder>DescriptorProtos.DescriptorProto.Builder. optionsBuilder_private static Parser<DescriptorProtos.MessageOptions>DescriptorProtos.MessageOptions. PARSERMethods 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;DescriptorProtos.MessageOptionsDescriptorProtos.DescriptorProto. getOptions()optional .google.protobuf.MessageOptions options = 7;DescriptorProtos.MessageOptionsDescriptorProtos.DescriptorProtoOrBuilder. getOptions()optional .google.protobuf.MessageOptions options = 7;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 private SingleFieldBuilder<DescriptorProtos.MessageOptions,DescriptorProtos.MessageOptions.Builder,DescriptorProtos.MessageOptionsOrBuilder>DescriptorProtos.DescriptorProto.Builder. getOptionsFieldBuilder()optional .google.protobuf.MessageOptions options = 7;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 private voidDescriptorProtos.MessageOptions.Builder. buildPartial0(DescriptorProtos.MessageOptions result)private voidDescriptorProtos.MessageOptions.Builder. buildPartialRepeatedFields(DescriptorProtos.MessageOptions result)DescriptorProtos.MessageOptions.BuilderDescriptorProtos.MessageOptions.Builder. mergeFrom(DescriptorProtos.MessageOptions other)DescriptorProtos.DescriptorProto.BuilderDescriptorProtos.DescriptorProto.Builder. mergeOptions(DescriptorProtos.MessageOptions value)optional .google.protobuf.MessageOptions options = 7;static DescriptorProtos.MessageOptions.BuilderDescriptorProtos.MessageOptions. newBuilder(DescriptorProtos.MessageOptions prototype)DescriptorProtos.DescriptorProto.BuilderDescriptorProtos.DescriptorProto.Builder. setOptions(DescriptorProtos.MessageOptions value)optional .google.protobuf.MessageOptions options = 7;Constructor parameters in com.google.protobuf with type arguments of type DescriptorProtos.MessageOptions Constructor Description MessageOptions(GeneratedMessage.ExtendableBuilder<DescriptorProtos.MessageOptions,?> builder)
-