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
Fields in com.google.protobuf declared as DescriptorProtos.SourceCodeInfo Modifier and Type Field Description private static DescriptorProtos.SourceCodeInfoDescriptorProtos.SourceCodeInfo. DEFAULT_INSTANCEprivate DescriptorProtos.SourceCodeInfoDescriptorProtos.FileDescriptorProto. sourceCodeInfo_Fields in com.google.protobuf with type parameters of type DescriptorProtos.SourceCodeInfo Modifier and Type Field Description private static Parser<DescriptorProtos.SourceCodeInfo>DescriptorProtos.SourceCodeInfo. PARSERMethods in com.google.protobuf that return DescriptorProtos.SourceCodeInfo Modifier and Type Method Description static DescriptorProtos.SourceCodeInfoDescriptorProtos.SourceCodeInfo. getDefaultInstance()DescriptorProtos.SourceCodeInfoDescriptorProtos.FileDescriptorProto.Builder. getSourceCodeInfo()This field contains optional information about the original source code.DescriptorProtos.SourceCodeInfoDescriptorProtos.FileDescriptorProto. getSourceCodeInfo()This field contains optional information about the original source code.DescriptorProtos.SourceCodeInfoDescriptorProtos.FileDescriptorProtoOrBuilder. getSourceCodeInfo()This field contains optional information about the original source code.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 static Parser<DescriptorProtos.SourceCodeInfo>DescriptorProtos.SourceCodeInfo. parser()Methods in com.google.protobuf with parameters of type DescriptorProtos.SourceCodeInfo Modifier and Type Method Description DescriptorProtos.FileDescriptorProto.BuilderDescriptorProtos.FileDescriptorProto.Builder. mergeSourceCodeInfo(DescriptorProtos.SourceCodeInfo value)This field contains optional information about the original source code.private voidDescriptorProtos.FileDescriptorProto. mergeSourceCodeInfo(DescriptorProtos.SourceCodeInfo value)This field contains optional information about the original source code.static DescriptorProtos.SourceCodeInfo.BuilderDescriptorProtos.SourceCodeInfo. newBuilder(DescriptorProtos.SourceCodeInfo prototype)DescriptorProtos.FileDescriptorProto.BuilderDescriptorProtos.FileDescriptorProto.Builder. setSourceCodeInfo(DescriptorProtos.SourceCodeInfo value)This field contains optional information about the original source code.private voidDescriptorProtos.FileDescriptorProto. setSourceCodeInfo(DescriptorProtos.SourceCodeInfo value)This field contains optional information about the original source code.
-