Uses of Class
com.google.protobuf.SourceContext
Packages that use SourceContext
-
Uses of SourceContext in com.google.protobuf
Subclasses with type arguments of type SourceContext 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.Fields in com.google.protobuf declared as SourceContextModifier and TypeFieldDescriptionprivate static final SourceContextSourceContext.DEFAULT_INSTANCEprivate SourceContextApi.sourceContext_private SourceContextEnum.sourceContext_private SourceContextType.sourceContext_Fields in com.google.protobuf with type parameters of type SourceContextMethods in com.google.protobuf that return SourceContextModifier and TypeMethodDescriptionstatic SourceContextSourceContext.getDefaultInstance()Api.Builder.getSourceContext()Source context for the protocol buffer service represented by this message.Api.getSourceContext()Source context for the protocol buffer service represented by this message.ApiOrBuilder.getSourceContext()Source context for the protocol buffer service represented by this message.Enum.Builder.getSourceContext()The source context.Enum.getSourceContext()The source context.EnumOrBuilder.getSourceContext()The source context.Type.Builder.getSourceContext()The source context.Type.getSourceContext()The source context.TypeOrBuilder.getSourceContext()The source context.static SourceContextSourceContext.parseDelimitedFrom(InputStream input) static SourceContextSourceContext.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static SourceContextSourceContext.parseFrom(byte[] data) static SourceContextSourceContext.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static SourceContextSourceContext.parseFrom(ByteString data) static SourceContextSourceContext.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static SourceContextSourceContext.parseFrom(CodedInputStream input) static SourceContextSourceContext.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static SourceContextSourceContext.parseFrom(InputStream input) static SourceContextSourceContext.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static SourceContextSourceContext.parseFrom(ByteBuffer data) static SourceContextSourceContext.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type SourceContextMethods in com.google.protobuf with parameters of type SourceContextModifier and TypeMethodDescriptionApi.Builder.mergeSourceContext(SourceContext value) Source context for the protocol buffer service represented by this message.private voidApi.mergeSourceContext(SourceContext value) Source context for the protocol buffer service represented by this message.Enum.Builder.mergeSourceContext(SourceContext value) The source context.private voidEnum.mergeSourceContext(SourceContext value) The source context.Type.Builder.mergeSourceContext(SourceContext value) The source context.private voidType.mergeSourceContext(SourceContext value) The source context.static SourceContext.BuilderSourceContext.newBuilder(SourceContext prototype) Api.Builder.setSourceContext(SourceContext value) Source context for the protocol buffer service represented by this message.private voidApi.setSourceContext(SourceContext value) Source context for the protocol buffer service represented by this message.Enum.Builder.setSourceContext(SourceContext value) The source context.private voidEnum.setSourceContext(SourceContext value) The source context.Type.Builder.setSourceContext(SourceContext value) The source context.private voidType.setSourceContext(SourceContext value) The source context.