Protocol Buffer Types

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

Scalar Number Types

int32

uint32

sint32

fixed32

sfixed32

int64

uint64

sint64

fixed64

sfixed64

float

double

Boolean

bool some_bool = 1;

The default value is false.