Home

google.protobuf.UninterpretedOption

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.UninterpretedOption
.withAggregateValue('string')
.withDoubleValue(1)
.withIdentifierValue('string')
.withName([ types.google.protobuf.UninterpretedOption.NamePart ])
.withNegativeIntValue(1)
.withPositiveIntValue(1)
.withStringValue('c3RyaW5n')
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
aggregate_value string  
double_value double  
identifier_value string  
name [] google.protobuf.UninterpretedOption.NamePart  
negative_int_value int64  
positive_int_value uint64  
string_value bytes