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