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.SourceCodeInfo
DescriptorProtos.SourceCodeInfo. DEFAULT_INSTANCE
private DescriptorProtos.SourceCodeInfo
DescriptorProtos.FileDescriptorProto.Builder. sourceCodeInfo_
private DescriptorProtos.SourceCodeInfo
DescriptorProtos.FileDescriptorProto. sourceCodeInfo_
Fields in com.google.protobuf with type parameters of type DescriptorProtos.SourceCodeInfo Modifier and Type Field Description static Parser<DescriptorProtos.SourceCodeInfo>
DescriptorProtos.SourceCodeInfo. PARSER
Deprecated.private SingleFieldBuilderV3<DescriptorProtos.SourceCodeInfo,DescriptorProtos.SourceCodeInfo.Builder,DescriptorProtos.SourceCodeInfoOrBuilder>
DescriptorProtos.FileDescriptorProto.Builder. sourceCodeInfoBuilder_
Methods in com.google.protobuf that return DescriptorProtos.SourceCodeInfo Modifier and Type Method Description DescriptorProtos.SourceCodeInfo
DescriptorProtos.SourceCodeInfo.Builder. build()
DescriptorProtos.SourceCodeInfo
DescriptorProtos.SourceCodeInfo.Builder. buildPartial()
static DescriptorProtos.SourceCodeInfo
DescriptorProtos.SourceCodeInfo. getDefaultInstance()
DescriptorProtos.SourceCodeInfo
DescriptorProtos.SourceCodeInfo.Builder. getDefaultInstanceForType()
DescriptorProtos.SourceCodeInfo
DescriptorProtos.SourceCodeInfo. getDefaultInstanceForType()
DescriptorProtos.SourceCodeInfo
DescriptorProtos.FileDescriptorProto.Builder. getSourceCodeInfo()
This field contains optional information about the original source code.DescriptorProtos.SourceCodeInfo
DescriptorProtos.FileDescriptorProto. getSourceCodeInfo()
This field contains optional information about the original source code.DescriptorProtos.SourceCodeInfo
DescriptorProtos.FileDescriptorProtoOrBuilder. getSourceCodeInfo()
This field contains optional information about the original source code.static DescriptorProtos.SourceCodeInfo
DescriptorProtos.SourceCodeInfo. parseDelimitedFrom(java.io.InputStream input)
static DescriptorProtos.SourceCodeInfo
DescriptorProtos.SourceCodeInfo. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.SourceCodeInfo
DescriptorProtos.SourceCodeInfo. parseFrom(byte[] data)
static DescriptorProtos.SourceCodeInfo
DescriptorProtos.SourceCodeInfo. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.SourceCodeInfo
DescriptorProtos.SourceCodeInfo. parseFrom(ByteString data)
static DescriptorProtos.SourceCodeInfo
DescriptorProtos.SourceCodeInfo. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.SourceCodeInfo
DescriptorProtos.SourceCodeInfo. parseFrom(CodedInputStream input)
static DescriptorProtos.SourceCodeInfo
DescriptorProtos.SourceCodeInfo. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.SourceCodeInfo
DescriptorProtos.SourceCodeInfo. parseFrom(java.io.InputStream input)
static DescriptorProtos.SourceCodeInfo
DescriptorProtos.SourceCodeInfo. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)
static DescriptorProtos.SourceCodeInfo
DescriptorProtos.SourceCodeInfo. parseFrom(java.nio.ByteBuffer data)
static DescriptorProtos.SourceCodeInfo
DescriptorProtos.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()
private SingleFieldBuilderV3<DescriptorProtos.SourceCodeInfo,DescriptorProtos.SourceCodeInfo.Builder,DescriptorProtos.SourceCodeInfoOrBuilder>
DescriptorProtos.FileDescriptorProto.Builder. getSourceCodeInfoFieldBuilder()
This field contains optional information about the original source code.static Parser<DescriptorProtos.SourceCodeInfo>
DescriptorProtos.SourceCodeInfo. parser()
Methods in com.google.protobuf with parameters of type DescriptorProtos.SourceCodeInfo Modifier and Type Method Description private void
DescriptorProtos.SourceCodeInfo.Builder. buildPartial0(DescriptorProtos.SourceCodeInfo result)
private void
DescriptorProtos.SourceCodeInfo.Builder. buildPartialRepeatedFields(DescriptorProtos.SourceCodeInfo result)
DescriptorProtos.SourceCodeInfo.Builder
DescriptorProtos.SourceCodeInfo.Builder. mergeFrom(DescriptorProtos.SourceCodeInfo other)
DescriptorProtos.FileDescriptorProto.Builder
DescriptorProtos.FileDescriptorProto.Builder. mergeSourceCodeInfo(DescriptorProtos.SourceCodeInfo value)
This field contains optional information about the original source code.static DescriptorProtos.SourceCodeInfo.Builder
DescriptorProtos.SourceCodeInfo. newBuilder(DescriptorProtos.SourceCodeInfo prototype)
DescriptorProtos.FileDescriptorProto.Builder
DescriptorProtos.FileDescriptorProto.Builder. setSourceCodeInfo(DescriptorProtos.SourceCodeInfo value)
This field contains optional information about the original source code.
-