Uses of Class
com.google.protobuf.SourceContext
Packages that use SourceContext
-
Uses of SourceContext in com.google.protobuf
Fields in com.google.protobuf declared as SourceContextModifier and TypeFieldDescriptionprivate static final SourceContext
SourceContext.DEFAULT_INSTANCE
private SourceContext
Api.sourceContext_
private SourceContext
Enum.sourceContext_
private SourceContext
Type.sourceContext_
Fields in com.google.protobuf with type parameters of type SourceContextMethods in com.google.protobuf that return SourceContextModifier and TypeMethodDescriptionstatic SourceContext
SourceContext.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 SourceContext
SourceContext.parseDelimitedFrom
(InputStream input) static SourceContext
SourceContext.parseDelimitedFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) static SourceContext
SourceContext.parseFrom
(byte[] data) static SourceContext
SourceContext.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static SourceContext
SourceContext.parseFrom
(ByteString data) static SourceContext
SourceContext.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static SourceContext
SourceContext.parseFrom
(CodedInputStream input) static SourceContext
SourceContext.parseFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static SourceContext
SourceContext.parseFrom
(InputStream input) static SourceContext
SourceContext.parseFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) static SourceContext
SourceContext.parseFrom
(ByteBuffer data) static SourceContext
SourceContext.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 void
Api.mergeSourceContext
(SourceContext value) Source context for the protocol buffer service represented by this message.Enum.Builder.mergeSourceContext
(SourceContext value) The source context.private void
Enum.mergeSourceContext
(SourceContext value) The source context.Type.Builder.mergeSourceContext
(SourceContext value) The source context.private void
Type.mergeSourceContext
(SourceContext value) The source context.static SourceContext.Builder
SourceContext.newBuilder
(SourceContext prototype) Api.Builder.setSourceContext
(SourceContext value) Source context for the protocol buffer service represented by this message.private void
Api.setSourceContext
(SourceContext value) Source context for the protocol buffer service represented by this message.Enum.Builder.setSourceContext
(SourceContext value) The source context.private void
Enum.setSourceContext
(SourceContext value) The source context.Type.Builder.setSourceContext
(SourceContext value) The source context.private void
Type.setSourceContext
(SourceContext value) The source context.