GetRequest
extends Message
in package
Generated from protobuf message <code>recipes.recipes.GetRequest</code>
Table of Contents
Properties
- $name : mixed
- Generated from protobuf field <code>string name = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getName() : string
- Generated from protobuf field <code>string name = 1;</code>
- setName() : $this
- Generated from protobuf field <code>string name = 1;</code>
Properties
$name
Generated from protobuf field <code>string name = 1;</code>
protected
mixed
$name
= ''
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 string $name}
getName()
Generated from protobuf field <code>string name = 1;</code>
public
getName() : string
Return values
stringsetName()
Generated from protobuf field <code>string name = 1;</code>
public
setName(string $var) : $this
Parameters
- $var : string