UInt64Value

Type Alias UInt64Value 

Source
pub type UInt64Value = u64;
Expand description

Implements the google.cloud.UInt64Value well-known type.

In early versions of the proto3 syntax optional primitive types were represented by well-known messages, with a single field, that contained the value. In Rust, we represent these with Option of the correct type. The aliases are introduced here to simplify the code generator and resolve any references in code or documentation.

The JSON representation for UInt64Value is JSON string.

Trait Implementations§

Source§

impl Message for UInt64Value

Source§

fn typename() -> &'static str

The typename of this message.