Documentation

MigrateJobRequest extends Message
in package

Generated from protobuf message <code>livekit.MigrateJobRequest</code>

Table of Contents

Properties

$job_ids  : mixed
string job_id = 1 [deprecated = true];

Methods

__construct()  : mixed
Constructor.
getJobIds()  : RepeatedField
string job_id = 1 [deprecated = true];
setJobIds()  : $this
string job_id = 1 [deprecated = true];

Properties

$job_ids

string job_id = 1 [deprecated = true];

private mixed $job_ids

Generated from protobuf field repeated string job_ids = 2;

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 $job_ids
      string job_id = 1 [deprecated = true];

}

getJobIds()

string job_id = 1 [deprecated = true];

public getJobIds() : RepeatedField

Generated from protobuf field repeated string job_ids = 2;

Return values
RepeatedField

setJobIds()

string job_id = 1 [deprecated = true];

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

Generated from protobuf field repeated string job_ids = 2;

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

Search results