Package

com.google.protobuf

source_context

Permalink

package source_context

Visibility
  1. Public
  2. All

Type Members

  1. final case class SourceContext(fileName: String = "") extends scalapb.GeneratedMessage with scalapb.Message[SourceContext] with Updatable[SourceContext] with Product with Serializable

    Permalink

    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 Serializable

    Permalink
  2. object SourceContextProto extends GeneratedFileObject

    Permalink

Ungrouped