CreateIngressReq
extends Message
in package
Generated from protobuf message <code>plugnmeet.CreateIngressReq</code>
Table of Contents
Properties
- $input_type : mixed
- Generated from protobuf field <code>.plugnmeet.IngressInput input_type = 1;</code>
- $participant_name : mixed
- Generated from protobuf field <code>string participant_name = 2;</code>
- $room_id : mixed
- Generated from protobuf field <code>string room_id = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- getInputType() : int
- Generated from protobuf field <code>.plugnmeet.IngressInput input_type = 1;</code>
- getParticipantName() : string
- Generated from protobuf field <code>string participant_name = 2;</code>
- getRoomId() : string
- Generated from protobuf field <code>string room_id = 3;</code>
- setInputType() : $this
- Generated from protobuf field <code>.plugnmeet.IngressInput input_type = 1;</code>
- setParticipantName() : $this
- Generated from protobuf field <code>string participant_name = 2;</code>
- setRoomId() : $this
- Generated from protobuf field <code>string room_id = 3;</code>
Properties
$input_type
Generated from protobuf field <code>.plugnmeet.IngressInput input_type = 1;</code>
protected
mixed
$input_type
= 0
$participant_name
Generated from protobuf field <code>string participant_name = 2;</code>
protected
mixed
$participant_name
= ''
$room_id
Generated from protobuf field <code>string room_id = 3;</code>
protected
mixed
$room_id
= ''
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 int $input_type @type string $participant_name @type string $room_id}
getInputType()
Generated from protobuf field <code>.plugnmeet.IngressInput input_type = 1;</code>
public
getInputType() : int
Return values
intgetParticipantName()
Generated from protobuf field <code>string participant_name = 2;</code>
public
getParticipantName() : string
Return values
stringgetRoomId()
Generated from protobuf field <code>string room_id = 3;</code>
public
getRoomId() : string
Return values
stringsetInputType()
Generated from protobuf field <code>.plugnmeet.IngressInput input_type = 1;</code>
public
setInputType(int $var) : $this
Parameters
- $var : int
Return values
$thissetParticipantName()
Generated from protobuf field <code>string participant_name = 2;</code>
public
setParticipantName(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomId()
Generated from protobuf field <code>string room_id = 3;</code>
public
setRoomId(string $var) : $this
Parameters
- $var : string