Documentation

UInt64Value extends Message
in package

Wrapper message for `uint64`.

The JSON representation for UInt64Value is JSON string.

Generated from protobuf message google.protobuf.UInt64Value

Table of Contents

Properties

$value  : mixed
The uint64 value.

Methods

__construct()  : mixed
Constructor.
getValue()  : int|string
The uint64 value.
setValue()  : $this
The uint64 value.

Properties

$value

The uint64 value.

protected mixed $value = 0

Generated from protobuf field uint64 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 uint64 value.

}

getValue()

The uint64 value.

public getValue() : int|string

Generated from protobuf field uint64 value = 1;

Return values
int|string

setValue()

The uint64 value.

public setValue(int|string $var) : $this

Generated from protobuf field uint64 value = 1;

Parameters
$var : int|string
Return values
$this

        
On this page

Search results