IngressFeatures
extends Message
in package
Generated from protobuf message <code>plugnmeet.IngressFeatures</code>
Table of Contents
Properties
- $input_type : mixed
- Generated from protobuf field <code>.plugnmeet.IngressInput input_type = 2;</code>
- $is_allow : mixed
- Generated from protobuf field <code>bool is_allow = 1;</code>
- $stream_key : mixed
- Generated from protobuf field <code>string stream_key = 4 [(.buf.validate.field) = {</code>
- $url : mixed
- Generated from protobuf field <code>string url = 3 [(.buf.validate.field) = {</code>
Methods
- __construct() : mixed
- Constructor.
- getInputType() : int
- Generated from protobuf field <code>.plugnmeet.IngressInput input_type = 2;</code>
- getIsAllow() : bool
- Generated from protobuf field <code>bool is_allow = 1;</code>
- getStreamKey() : string
- Generated from protobuf field <code>string stream_key = 4 [(.buf.validate.field) = {</code>
- getUrl() : string
- Generated from protobuf field <code>string url = 3 [(.buf.validate.field) = {</code>
- setInputType() : $this
- Generated from protobuf field <code>.plugnmeet.IngressInput input_type = 2;</code>
- setIsAllow() : $this
- Generated from protobuf field <code>bool is_allow = 1;</code>
- setStreamKey() : $this
- Generated from protobuf field <code>string stream_key = 4 [(.buf.validate.field) = {</code>
- setUrl() : $this
- Generated from protobuf field <code>string url = 3 [(.buf.validate.field) = {</code>
Properties
$input_type
Generated from protobuf field <code>.plugnmeet.IngressInput input_type = 2;</code>
protected
mixed
$input_type
= 0
$is_allow
Generated from protobuf field <code>bool is_allow = 1;</code>
protected
mixed
$is_allow
= false
$stream_key
Generated from protobuf field <code>string stream_key = 4 [(.buf.validate.field) = {</code>
protected
mixed
$stream_key
= ''
$url
Generated from protobuf field <code>string url = 3 [(.buf.validate.field) = {</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 $is_allow @type int $input_type @type string $url @type string $stream_key}
getInputType()
Generated from protobuf field <code>.plugnmeet.IngressInput input_type = 2;</code>
public
getInputType() : int
Return values
intgetIsAllow()
Generated from protobuf field <code>bool is_allow = 1;</code>
public
getIsAllow() : bool
Return values
boolgetStreamKey()
Generated from protobuf field <code>string stream_key = 4 [(.buf.validate.field) = {</code>
public
getStreamKey() : string
Return values
stringgetUrl()
Generated from protobuf field <code>string url = 3 [(.buf.validate.field) = {</code>
public
getUrl() : string
Return values
stringsetInputType()
Generated from protobuf field <code>.plugnmeet.IngressInput input_type = 2;</code>
public
setInputType(int $var) : $this
Parameters
- $var : int
Return values
$thissetIsAllow()
Generated from protobuf field <code>bool is_allow = 1;</code>
public
setIsAllow(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetStreamKey()
Generated from protobuf field <code>string stream_key = 4 [(.buf.validate.field) = {</code>
public
setStreamKey(string $var) : $this
Parameters
- $var : string
Return values
$thissetUrl()
Generated from protobuf field <code>string url = 3 [(.buf.validate.field) = {</code>
public
setUrl(string $var) : $this
Parameters
- $var : string