Packages

p

com.google.protobuf

source_context

package source_context

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class SourceContext(fileName: String = "", unknownFields: scalapb.UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends scalapb.GeneratedMessage with Updatable[SourceContext] with Product with Serializable

    SourceContext represents information about the source of a protobuf element, like the file in which it is defined.

    SourceContext represents information about the source of a protobuf element, like the file in which it is defined.

    fileName

    The path-qualified name of the .proto file that contained the associated protobuf element. For example: "google/protobuf/source_context.proto".

    Annotations
    @SerialVersionUID()

Value Members

  1. object SourceContext extends GeneratedMessageCompanion[SourceContext] with JavaProtoSupport[SourceContext, protobuf.SourceContext]
  2. object SourceContextProto extends GeneratedFileObject

Ungrouped