Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SourceContext

import type { SourceContext } from "https://googleapis.deno.dev/v1/serviceconsumermanagement:v1.ts";

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

interface SourceContext {
fileName?: string;
}

§Properties

§
fileName?: string
[src]

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