Home

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

Name Type One-of group Required Constraints
ctype google.protobuf.FieldOptions.CType  
deprecated bool  
jstype google.protobuf.FieldOptions.JSType  
lazy bool  
packed bool  
uninterpreted_option [] google.protobuf.UninterpretedOption  
unverified_lazy bool  
weak bool