google.protobuf.FieldOptions
Example
Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working
code.
local types = import 'types.libsonnet';
types.google.protobuf.FieldOptions
.withCtype(types.google.protobuf.FieldOptions.CType.STRING)
.withDeprecated(false)
.withJstype(types.google.protobuf.FieldOptions.JSType.JS_NORMAL)
.withLazy(false)
.withPacked(false)
.withUninterpretedOption([ types.google.protobuf.UninterpretedOption ])
.withUnverifiedLazy(false)
.withWeak(false)
._validate()
Nested Enums
Fields