Uses of Interface
com.google.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder
-
Packages that use DescriptorProtos.SourceCodeInfoOrBuilder Package Description com.google.protobuf -
-
Uses of DescriptorProtos.SourceCodeInfoOrBuilder in com.google.protobuf
Classes in com.google.protobuf that implement DescriptorProtos.SourceCodeInfoOrBuilder Modifier and Type Class Description static class
DescriptorProtos.SourceCodeInfo
Encapsulates information about the original source file from which a FileDescriptorProto was generated.static class
DescriptorProtos.SourceCodeInfo.Builder
Encapsulates information about the original source file from which a FileDescriptorProto was generated.Fields in com.google.protobuf with type parameters of type DescriptorProtos.SourceCodeInfoOrBuilder Modifier and Type Field Description private SingleFieldBuilder<DescriptorProtos.SourceCodeInfo,DescriptorProtos.SourceCodeInfo.Builder,DescriptorProtos.SourceCodeInfoOrBuilder>
DescriptorProtos.FileDescriptorProto.Builder. sourceCodeInfoBuilder_
Methods in com.google.protobuf that return DescriptorProtos.SourceCodeInfoOrBuilder Modifier and Type Method Description DescriptorProtos.SourceCodeInfoOrBuilder
DescriptorProtos.FileDescriptorProto.Builder. getSourceCodeInfoOrBuilder()
This field contains optional information about the original source code.DescriptorProtos.SourceCodeInfoOrBuilder
DescriptorProtos.FileDescriptorProto. getSourceCodeInfoOrBuilder()
This field contains optional information about the original source code.DescriptorProtos.SourceCodeInfoOrBuilder
DescriptorProtos.FileDescriptorProtoOrBuilder. getSourceCodeInfoOrBuilder()
This field contains optional information about the original source code.Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.SourceCodeInfoOrBuilder Modifier and Type Method Description private SingleFieldBuilder<DescriptorProtos.SourceCodeInfo,DescriptorProtos.SourceCodeInfo.Builder,DescriptorProtos.SourceCodeInfoOrBuilder>
DescriptorProtos.FileDescriptorProto.Builder. getSourceCodeInfoFieldBuilder()
This field contains optional information about the original source code.
-