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|int, string>
- 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 string[] $job_ids string job_id = 1 [deprecated = true];}
getJobIds()
string job_id = 1 [deprecated = true];
public
getJobIds() : RepeatedField<string|int, string>
Generated from protobuf field repeated string job_ids = 2;
Return values
RepeatedField<string|int, string>setJobIds()
string job_id = 1 [deprecated = true];
public
setJobIds(array<string|int, string> $var) : $this
Generated from protobuf field repeated string job_ids = 2;
Parameters
- $var : array<string|int, string>