class Int64Value extends Message

Wrapper message for int64.

The JSON representation for Int64Value is JSON string.

Protobuf type Google\Protobuf\Int64Value

Methods

__construct()

No description

int|string
getValue()

The int64 value.

setValue(int|string $var)

The int64 value.

Details

at line 26
__construct()

at line 37
int|string getValue()

The int64 value.

Generated from protobuf field int64 value = 1;

Return Value

int|string

at line 48
setValue(int|string $var)

The int64 value.

Generated from protobuf field int64 value = 1;

Parameters

int|string $var