GetRequest
extends Message
in package
Generated from protobuf message <code>lvcontent.uploaded_images.GetRequest</code>
Table of Contents
Properties
- $id : mixed
- Generated from protobuf field <code>int64 id = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getId() : int|string
- Generated from protobuf field <code>int64 id = 1;</code>
- setId() : $this
- Generated from protobuf field <code>int64 id = 1;</code>
Properties
$id
Generated from protobuf field <code>int64 id = 1;</code>
protected
mixed
$id
= 0
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 $id}
getId()
Generated from protobuf field <code>int64 id = 1;</code>
public
getId() : int|string
Return values
int|stringsetId()
Generated from protobuf field <code>int64 id = 1;</code>
public
setId(int|string $var) : $this
Parameters
- $var : int|string