| 1 | <?php |
||
| 14 | class Response extends \Google\Protobuf\Internal\Message |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Generated from protobuf field <code>repeated .MeadSteve.DiceApi.Protos.V1.Dice dice = 1;</code> |
||
| 18 | */ |
||
| 19 | private $dice; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Constructor. |
||
| 23 | * |
||
| 24 | * @param array $data { |
||
| 25 | * Optional. Data for populating the Message object. |
||
| 26 | * |
||
| 27 | * @type \MeadSteve\DiceApi\Protos\V1\Dice[]|\Google\Protobuf\Internal\RepeatedField $dice |
||
| 28 | * } |
||
| 29 | */ |
||
| 30 | public function __construct($data = NULL) { |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Generated from protobuf field <code>repeated .MeadSteve.DiceApi.Protos.V1.Dice dice = 1;</code> |
||
| 37 | * @return \Google\Protobuf\Internal\RepeatedField |
||
| 38 | */ |
||
| 39 | public function getDice() |
||
| 43 | |||
| 44 | /** |
||
| 45 | * Generated from protobuf field <code>repeated .MeadSteve.DiceApi.Protos.V1.Dice dice = 1;</code> |
||
| 46 | * @param \MeadSteve\DiceApi\Protos\V1\Dice[]|\Google\Protobuf\Internal\RepeatedField $var |
||
| 47 | * @return $this |
||
| 48 | */ |
||
| 49 | public function setDice($var) |
||
| 56 | |||
| 57 | } |
||
| 58 | |||
| 59 |