Documentation

BatchGetRequest extends Message
in package

Generated from protobuf message <code>website.app.news.BatchGetRequest</code>

Table of Contents

Properties

$names  : mixed
Format: news/{code}

Methods

__construct()  : mixed
Constructor.
getNames()  : RepeatedField
Format: news/{code}
setNames()  : $this
Format: news/{code}

Properties

$names

Format: news/{code}

private mixed $names

Generated from protobuf field repeated string names = 1 [json_name = "names"];

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 array<string>|\Google\Protobuf\Internal\RepeatedField $names
      Format: news/{code}

}

getNames()

Format: news/{code}

public getNames() : RepeatedField

Generated from protobuf field repeated string names = 1 [json_name = "names"];

Return values
RepeatedField

setNames()

Format: news/{code}

public setNames(array<string|int, string>|RepeatedField $var) : $this

Generated from protobuf field repeated string names = 1 [json_name = "names"];

Parameters
$var : array<string|int, string>|RepeatedField
Return values
$this

        
On this page

Search results