Uses of Class
com.google.protobuf.SourceContext.Builder
Packages that use SourceContext.Builder
-
Uses of SourceContext.Builder in com.google.protobuf
Subclasses with type arguments of type SourceContext.Builder in com.google.protobufModifier and TypeClassDescriptionfinal class`SourceContext` represents information about the source of a protobuf element, like the file in which it is defined.static final class`SourceContext` represents information about the source of a protobuf element, like the file in which it is defined.Methods in com.google.protobuf that return SourceContext.BuilderModifier and TypeMethodDescriptionSourceContext.Builder.clearFileName()The path-qualified name of the .proto file that contained the associated protobuf element.static SourceContext.BuilderSourceContext.newBuilder()static SourceContext.BuilderSourceContext.newBuilder(SourceContext prototype) SourceContext.Builder.setFileName(String value) The path-qualified name of the .proto file that contained the associated protobuf element.SourceContext.Builder.setFileNameBytes(ByteString value) The path-qualified name of the .proto file that contained the associated protobuf element.Methods in com.google.protobuf with parameters of type SourceContext.BuilderModifier and TypeMethodDescriptionApi.Builder.setSourceContext(SourceContext.Builder builderForValue) Source context for the protocol buffer service represented by this message.Enum.Builder.setSourceContext(SourceContext.Builder builderForValue) The source context.Type.Builder.setSourceContext(SourceContext.Builder builderForValue) The source context.