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.MessageOptions
DescriptorProtos.MessageOptions. DEFAULT_INSTANCE
private DescriptorProtos.MessageOptions
Descriptors.Descriptor. options
private DescriptorProtos.MessageOptions
DescriptorProtos.DescriptorProto.Builder. options_
private DescriptorProtos.MessageOptions
DescriptorProtos.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. PARSER
Methods in com.google.protobuf that return DescriptorProtos.MessageOptions Modifier and Type Method Description DescriptorProtos.MessageOptions
DescriptorProtos.MessageOptions.Builder. build()
DescriptorProtos.MessageOptions
DescriptorProtos.MessageOptions.Builder. buildPartial()
static DescriptorProtos.MessageOptions
DescriptorProtos.MessageOptions. getDefaultInstance()
DescriptorProtos.MessageOptions
DescriptorProtos.MessageOptions.Builder. getDefaultInstanceForType()
DescriptorProtos.MessageOptions
DescriptorProtos.MessageOptions. getDefaultInstanceForType()
DescriptorProtos.MessageOptions
DescriptorProtos.DescriptorProto.Builder. getOptions()
optional .google.protobuf.MessageOptions options = 7;
DescriptorProtos.MessageOptions
DescriptorProtos.DescriptorProto. getOptions()
optional .google.protobuf.MessageOptions options = 7;
DescriptorProtos.MessageOptions
DescriptorProtos.DescriptorProtoOrBuilder. getOptions()
optional .google.protobuf.MessageOptions options = 7;
DescriptorProtos.MessageOptions
Descriptors.Descriptor. getOptions()
Get theMessageOptions
, defined indescriptor.proto
.static DescriptorProtos.MessageOptions
DescriptorProtos.MessageOptions. parseDelimitedFrom(java.io.InputStream input)
static DescriptorProtos.MessageOptions
DescriptorProtos.MessageOptions. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.MessageOptions
DescriptorProtos.MessageOptions. parseFrom(byte[] data)
static DescriptorProtos.MessageOptions
DescriptorProtos.MessageOptions. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.MessageOptions
DescriptorProtos.MessageOptions. parseFrom(ByteString data)
static DescriptorProtos.MessageOptions
DescriptorProtos.MessageOptions. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.MessageOptions
DescriptorProtos.MessageOptions. parseFrom(CodedInputStream input)
static DescriptorProtos.MessageOptions
DescriptorProtos.MessageOptions. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.MessageOptions
DescriptorProtos.MessageOptions. parseFrom(java.io.InputStream input)
static DescriptorProtos.MessageOptions
DescriptorProtos.MessageOptions. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.MessageOptions
DescriptorProtos.MessageOptions. parseFrom(java.nio.ByteBuffer data)
static DescriptorProtos.MessageOptions
DescriptorProtos.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 void
DescriptorProtos.MessageOptions.Builder. buildPartial0(DescriptorProtos.MessageOptions result)
private void
DescriptorProtos.MessageOptions.Builder. buildPartialRepeatedFields(DescriptorProtos.MessageOptions result)
DescriptorProtos.MessageOptions.Builder
DescriptorProtos.MessageOptions.Builder. mergeFrom(DescriptorProtos.MessageOptions other)
DescriptorProtos.DescriptorProto.Builder
DescriptorProtos.DescriptorProto.Builder. mergeOptions(DescriptorProtos.MessageOptions value)
optional .google.protobuf.MessageOptions options = 7;
static DescriptorProtos.MessageOptions.Builder
DescriptorProtos.MessageOptions. newBuilder(DescriptorProtos.MessageOptions prototype)
DescriptorProtos.DescriptorProto.Builder
DescriptorProtos.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)
-