Documentation

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
int

getMsg()

Generated from protobuf field <code>string msg = 2;</code>

public getMsg() : string
Return values
string

getStatus()

Generated from protobuf field <code>bool status = 1;</code>

public getStatus() : bool
Return values
bool

getStreamKey()

Generated from protobuf field <code>string stream_key = 5;</code>

public getStreamKey() : string
Return values
string

getUrl()

Generated from protobuf field <code>string url = 4;</code>

public getUrl() : string
Return values
string

setInputType()

Generated from protobuf field <code>.plugnmeet.IngressInput input_type = 3;</code>

public setInputType(int $var) : $this
Parameters
$var : int
Return values
$this

setMsg()

Generated from protobuf field <code>string msg = 2;</code>

public setMsg(string $var) : $this
Parameters
$var : string
Return values
$this

setStatus()

Generated from protobuf field <code>bool status = 1;</code>

public setStatus(bool $var) : $this
Parameters
$var : bool
Return values
$this

setStreamKey()

Generated from protobuf field <code>string stream_key = 5;</code>

public setStreamKey(string $var) : $this
Parameters
$var : string
Return values
$this

setUrl()

Generated from protobuf field <code>string url = 4;</code>

public setUrl(string $var) : $this
Parameters
$var : string
Return values
$this

        
On this page

Search results