CreateIngressRes
extends Message
in package
Generated from protobuf message <code>plugnmeet.CreateIngressRes</code>
Table of Contents
Properties
- $input_type : mixed
- Generated from protobuf field <code>.plugnmeet.IngressInput input_type = 3;</code>
- $msg : mixed
- Generated from protobuf field <code>string msg = 2;</code>
- $status : mixed
- Generated from protobuf field <code>bool status = 1;</code>
- $stream_key : mixed
- Generated from protobuf field <code>string stream_key = 5;</code>
- $url : mixed
- Generated from protobuf field <code>string url = 4;</code>
Methods
- __construct() : mixed
- Constructor.
- getInputType() : int
- Generated from protobuf field <code>.plugnmeet.IngressInput input_type = 3;</code>
- getMsg() : string
- Generated from protobuf field <code>string msg = 2;</code>
- getStatus() : bool
- Generated from protobuf field <code>bool status = 1;</code>
- getStreamKey() : string
- Generated from protobuf field <code>string stream_key = 5;</code>
- getUrl() : string
- Generated from protobuf field <code>string url = 4;</code>
- setInputType() : $this
- Generated from protobuf field <code>.plugnmeet.IngressInput input_type = 3;</code>
- setMsg() : $this
- Generated from protobuf field <code>string msg = 2;</code>
- setStatus() : $this
- Generated from protobuf field <code>bool status = 1;</code>
- setStreamKey() : $this
- Generated from protobuf field <code>string stream_key = 5;</code>
- setUrl() : $this
- Generated from protobuf field <code>string url = 4;</code>
Properties
$input_type
Generated from protobuf field <code>.plugnmeet.IngressInput input_type = 3;</code>
protected
mixed
$input_type
= 0
$msg
Generated from protobuf field <code>string msg = 2;</code>
protected
mixed
$msg
= ''
$status
Generated from protobuf field <code>bool status = 1;</code>
protected
mixed
$status
= false
$stream_key
Generated from protobuf field <code>string stream_key = 5;</code>
protected
mixed
$stream_key
= ''
$url
Generated from protobuf field <code>string url = 4;</code>
protected
mixed
$url
= ''
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 bool $status @type string $msg @type int $input_type @type string $url @type string $stream_key}
getInputType()
Generated from protobuf field <code>.plugnmeet.IngressInput input_type = 3;</code>
public
getInputType() : int
Return values
intgetMsg()
Generated from protobuf field <code>string msg = 2;</code>
public
getMsg() : string
Return values
stringgetStatus()
Generated from protobuf field <code>bool status = 1;</code>
public
getStatus() : bool
Return values
boolgetStreamKey()
Generated from protobuf field <code>string stream_key = 5;</code>
public
getStreamKey() : string
Return values
stringgetUrl()
Generated from protobuf field <code>string url = 4;</code>
public
getUrl() : string
Return values
stringsetInputType()
Generated from protobuf field <code>.plugnmeet.IngressInput input_type = 3;</code>
public
setInputType(int $var) : $this
Parameters
- $var : int
Return values
$thissetMsg()
Generated from protobuf field <code>string msg = 2;</code>
public
setMsg(string $var) : $this
Parameters
- $var : string
Return values
$thissetStatus()
Generated from protobuf field <code>bool status = 1;</code>
public
setStatus(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetStreamKey()
Generated from protobuf field <code>string stream_key = 5;</code>
public
setStreamKey(string $var) : $this
Parameters
- $var : string
Return values
$thissetUrl()
Generated from protobuf field <code>string url = 4;</code>
public
setUrl(string $var) : $this
Parameters
- $var : string