Type
import type { Type } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";
A protocol buffer message type.New usages of this message as an alternative to DescriptorProto are strongly discouraged. This message does not reliability preserve all information necessary to model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves the necessary information.
interface Type {
edition?: string;
fields?: Field[];
name?: string;
oneofs?: string[];
options?: Option[];
sourceContext?: SourceContext;
syntax?: "SYNTAX_PROTO2" | "SYNTAX_PROTO3" | "SYNTAX_EDITIONS";
}§Properties
§
sourceContext?: SourceContext
[src]The source context.