Packages

p

com.google.protobuf

source_context

package source_context

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class SourceContext(fileName: String = "", unknownFields: scalapb.UnknownFieldSet = ...) 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()

Ungrouped