Protobuf
Table of Contents
Classes
- BoolValue
- Wrapper message for `bool`.
- BytesValue
- Wrapper message for `bytes`.
- DoubleValue
- Wrapper message for `double`.
- FloatValue
- Wrapper message for `float`.
- GPBEmpty
- A generic empty message that you can re-use to avoid defining duplicated
empty messages in your APIs. A typical example is to use it as the request
or the response type of an API method. For instance:
service Foo {
rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
}
The JSON representation for `Empty` is empty JSON object `{}`.
- Int32Value
- Wrapper message for `int32`.
- Int64Value
- Wrapper message for `int64`.
- StringValue
- Wrapper message for `string`.
- Timestamp
- A Timestamp represents a point in time independent of any time zone or local
calendar, encoded as a count of seconds and fractions of seconds at
nanosecond resolution. The count is relative to an epoch at UTC midnight on
January 1, 1970, in the proleptic Gregorian calendar which extends the
Gregorian calendar backwards to year one.
- UInt32Value
- Wrapper message for `uint32`.
- UInt64Value
- Wrapper message for `uint64`.