Int64Value
extends Message
in package
Wrapper message for `int64`.
The JSON representation for Int64Value is JSON string.
Generated from protobuf message google.protobuf.Int64Value
Table of Contents
Properties
- $value : mixed
- The int64 value.
Methods
- __construct() : mixed
- Constructor.
- getValue() : int|string
- The int64 value.
- setValue() : $this
- The int64 value.
Properties
$value
The int64 value.
protected
mixed
$value
= 0
Generated from protobuf field int64 value = 1;
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = NULL ]) : mixed
Parameters
- $data : array<string|int, mixed> = NULL
-
{ Optional. Data for populating the Message object.
@type int|string $value The int64 value.}
getValue()
The int64 value.
public
getValue() : int|string
Generated from protobuf field int64 value = 1;
Return values
int|stringsetValue()
The int64 value.
public
setValue(int|string $var) : $this
Generated from protobuf field int64 value = 1;
Parameters
- $var : int|string