google.protobufgithub.com/solo-io/solo-kit/api/external/google/protobuf/wrappers.proto

Package : google.protobuf

Top

github.com/solo-io/solo-kit/api/external/google/protobuf/wrappers.proto

Table of Contents

BoolValue

Wrapper message for bool.

The JSON representation for BoolValue is JSON true and false.

Field Type Label Description
value bool The bool value.

BytesValue

Wrapper message for bytes.

The JSON representation for BytesValue is JSON string.

Field Type Label Description
value bytes The bytes value.

DoubleValue

Wrapper message for double.

The JSON representation for DoubleValue is JSON number.

Field Type Label Description
value double The double value.

FloatValue

Wrapper message for float.

The JSON representation for FloatValue is JSON number.

Field Type Label Description
value float The float value.

Int32Value

Wrapper message for int32.

The JSON representation for Int32Value is JSON number.

Field Type Label Description
value int32 The int32 value.

Int64Value

Wrapper message for int64.

The JSON representation for Int64Value is JSON string.

Field Type Label Description
value int64 The int64 value.

StringValue

Wrapper message for string.

The JSON representation for StringValue is JSON string.

Field Type Label Description
value string The string value.

UInt32Value

Wrapper message for uint32.

The JSON representation for UInt32Value is JSON number.

Field Type Label Description
value uint32 The uint32 value.

UInt64Value

Wrapper message for uint64.

The JSON representation for UInt64Value is JSON string.

Field Type Label Description
value uint64 The uint64 value.