Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface $.google.protobuf.FieldDescriptorProto
import { type $ } from "https://deno.land/x/pbkit@v0.0.53/generated/messages/google/protobuf/FieldDescriptorProto.ts";
const { FieldDescriptorProto } = $.google.protobuf;

Properties

optional
name: string
optional
extendee: string
optional
number: number
optional
label: Label
optional
type: Type_1
optional
typeName: string
optional
defaultValue: string
optional
options: FieldOptions
optional
oneofIndex: number
optional
jsonName: string
optional
proto3Optional: boolean