Home

google.protobuf.GeneratedCodeInfo.Annotation

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.GeneratedCodeInfo.Annotation
.withBegin(1)
.withEnd(1)
.withPath([ 1 ])
.withSourceFile('string')
._validate()

Fields

Name Type One-of group Required Constraints
begin int32  
end int32  
path [] int32  
source_file string