Uses of Class
com.google.protobuf.DescriptorProtos.SourceCodeInfo
-
Packages that use DescriptorProtos.SourceCodeInfo Package Description com.google.protobuf -
-
Uses of DescriptorProtos.SourceCodeInfo in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.SourceCodeInfo Modifier and Type Method Description DescriptorProtos.SourceCodeInfoDescriptorProtos.SourceCodeInfo.Builder. build()DescriptorProtos.SourceCodeInfoDescriptorProtos.SourceCodeInfo.Builder. buildPartial()static DescriptorProtos.SourceCodeInfoDescriptorProtos.SourceCodeInfo. getDefaultInstance()DescriptorProtos.SourceCodeInfoDescriptorProtos.SourceCodeInfo.Builder. getDefaultInstanceForType()DescriptorProtos.SourceCodeInfoDescriptorProtos.SourceCodeInfo. getDefaultInstanceForType()DescriptorProtos.SourceCodeInfoDescriptorProtos.FileDescriptorProto.Builder. getSourceCodeInfo()optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];DescriptorProtos.SourceCodeInfoDescriptorProtos.FileDescriptorProto. getSourceCodeInfo()optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];DescriptorProtos.SourceCodeInfoDescriptorProtos.FileDescriptorProtoOrBuilder. getSourceCodeInfo()optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];static DescriptorProtos.SourceCodeInfoDescriptorProtos.SourceCodeInfo. parseDelimitedFrom(java.io.InputStream input)static DescriptorProtos.SourceCodeInfoDescriptorProtos.SourceCodeInfo. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.SourceCodeInfoDescriptorProtos.SourceCodeInfo. parseFrom(byte[] data)static DescriptorProtos.SourceCodeInfoDescriptorProtos.SourceCodeInfo. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.SourceCodeInfoDescriptorProtos.SourceCodeInfo. parseFrom(ByteString data)static DescriptorProtos.SourceCodeInfoDescriptorProtos.SourceCodeInfo. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.SourceCodeInfoDescriptorProtos.SourceCodeInfo. parseFrom(CodedInputStream input)static DescriptorProtos.SourceCodeInfoDescriptorProtos.SourceCodeInfo. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.SourceCodeInfoDescriptorProtos.SourceCodeInfo. parseFrom(java.io.InputStream input)static DescriptorProtos.SourceCodeInfoDescriptorProtos.SourceCodeInfo. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.SourceCodeInfoDescriptorProtos.SourceCodeInfo. parseFrom(java.nio.ByteBuffer data)static DescriptorProtos.SourceCodeInfoDescriptorProtos.SourceCodeInfo. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.SourceCodeInfo Modifier and Type Method Description Parser<DescriptorProtos.SourceCodeInfo>DescriptorProtos.SourceCodeInfo. getParserForType()static Parser<DescriptorProtos.SourceCodeInfo>DescriptorProtos.SourceCodeInfo. parser()Methods in com.google.protobuf with parameters of type DescriptorProtos.SourceCodeInfo Modifier and Type Method Description DescriptorProtos.SourceCodeInfo.BuilderDescriptorProtos.SourceCodeInfo.Builder. mergeFrom(DescriptorProtos.SourceCodeInfo other)DescriptorProtos.FileDescriptorProto.BuilderDescriptorProtos.FileDescriptorProto.Builder. mergeSourceCodeInfo(DescriptorProtos.SourceCodeInfo value)optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];static DescriptorProtos.SourceCodeInfo.BuilderDescriptorProtos.SourceCodeInfo. newBuilder(DescriptorProtos.SourceCodeInfo prototype)DescriptorProtos.FileDescriptorProto.BuilderDescriptorProtos.FileDescriptorProto.Builder. setSourceCodeInfo(DescriptorProtos.SourceCodeInfo value)optional .google.protobuf.SourceCodeInfo source_code_info = 9 [json_name = "sourceCodeInfo"];Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.SourceCodeInfo Modifier and Type Method Description <Type> DescriptorProtos.SourceCodeInfo.BuilderDescriptorProtos.SourceCodeInfo.Builder. addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.SourceCodeInfo,java.util.List<Type>> extension, Type value)<Type> DescriptorProtos.SourceCodeInfo.BuilderDescriptorProtos.SourceCodeInfo.Builder. clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.SourceCodeInfo,Type> extension)<Type> DescriptorProtos.SourceCodeInfo.BuilderDescriptorProtos.SourceCodeInfo.Builder. setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.SourceCodeInfo,java.util.List<Type>> extension, int index, Type value)<Type> DescriptorProtos.SourceCodeInfo.BuilderDescriptorProtos.SourceCodeInfo.Builder. setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.SourceCodeInfo,Type> extension, Type value)
-