CreatePrivateLinkRequest
extends Message
in package
Generated from protobuf message <code>livekit.CreatePrivateLinkRequest</code>
Table of Contents
Properties
- $cloud_region : mixed
- Generated from protobuf field <code>optional string cloud_region = 6;</code>
- $config : mixed
- $endpoint : mixed
- Generated from protobuf field <code>string endpoint = 5;</code>
- $name : mixed
- Generated from protobuf field <code>string name = 1;</code>
- $port : mixed
- Generated from protobuf field <code>uint32 port = 4;</code>
- $region : mixed
- Generated from protobuf field <code>string region = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- clearCloudRegion() : mixed
- getAws() : AWSCreateConfig|null
- Generated from protobuf field <code>.livekit.CreatePrivateLinkRequest.AWSCreateConfig aws = 2 [deprecated = true];</code>
- getCloudRegion() : string
- Generated from protobuf field <code>optional string cloud_region = 6;</code>
- getConfig() : string
- getEndpoint() : string
- Generated from protobuf field <code>string endpoint = 5;</code>
- getName() : string
- Generated from protobuf field <code>string name = 1;</code>
- getPort() : int
- Generated from protobuf field <code>uint32 port = 4;</code>
- getRegion() : string
- Generated from protobuf field <code>string region = 3;</code>
- hasAws() : mixed
- hasCloudRegion() : mixed
- setAws() : $this
- Generated from protobuf field <code>.livekit.CreatePrivateLinkRequest.AWSCreateConfig aws = 2 [deprecated = true];</code>
- setCloudRegion() : $this
- Generated from protobuf field <code>optional string cloud_region = 6;</code>
- setEndpoint() : $this
- Generated from protobuf field <code>string endpoint = 5;</code>
- setName() : $this
- Generated from protobuf field <code>string name = 1;</code>
- setPort() : $this
- Generated from protobuf field <code>uint32 port = 4;</code>
- setRegion() : $this
- Generated from protobuf field <code>string region = 3;</code>
Properties
$cloud_region
Generated from protobuf field <code>optional string cloud_region = 6;</code>
protected
mixed
$cloud_region
= null
$config
protected
mixed
$config
$endpoint
Generated from protobuf field <code>string endpoint = 5;</code>
protected
mixed
$endpoint
= ''
$name
Generated from protobuf field <code>string name = 1;</code>
protected
mixed
$name
= ''
$port
Generated from protobuf field <code>uint32 port = 4;</code>
protected
mixed
$port
= 0
$region
Generated from protobuf field <code>string region = 3;</code>
protected
mixed
$region
= ''
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 $name @type string $region @type int $port @type string $endpoint @type string $cloud_region @type \Livekit\CreatePrivateLinkRequest\AWSCreateConfig $aws}
clearCloudRegion()
public
clearCloudRegion() : mixed
getAws()
Generated from protobuf field <code>.livekit.CreatePrivateLinkRequest.AWSCreateConfig aws = 2 [deprecated = true];</code>
public
getAws() : AWSCreateConfig|null
Return values
AWSCreateConfig|nullgetCloudRegion()
Generated from protobuf field <code>optional string cloud_region = 6;</code>
public
getCloudRegion() : string
Return values
stringgetConfig()
public
getConfig() : string
Return values
stringgetEndpoint()
Generated from protobuf field <code>string endpoint = 5;</code>
public
getEndpoint() : string
Return values
stringgetName()
Generated from protobuf field <code>string name = 1;</code>
public
getName() : string
Return values
stringgetPort()
Generated from protobuf field <code>uint32 port = 4;</code>
public
getPort() : int
Return values
intgetRegion()
Generated from protobuf field <code>string region = 3;</code>
public
getRegion() : string
Return values
stringhasAws()
public
hasAws() : mixed
hasCloudRegion()
public
hasCloudRegion() : mixed
setAws()
Generated from protobuf field <code>.livekit.CreatePrivateLinkRequest.AWSCreateConfig aws = 2 [deprecated = true];</code>
public
setAws(AWSCreateConfig $var) : $this
Parameters
- $var : AWSCreateConfig
Return values
$thissetCloudRegion()
Generated from protobuf field <code>optional string cloud_region = 6;</code>
public
setCloudRegion(string $var) : $this
Parameters
- $var : string
Return values
$thissetEndpoint()
Generated from protobuf field <code>string endpoint = 5;</code>
public
setEndpoint(string $var) : $this
Parameters
- $var : string
Return values
$thissetName()
Generated from protobuf field <code>string name = 1;</code>
public
setName(string $var) : $this
Parameters
- $var : string
Return values
$thissetPort()
Generated from protobuf field <code>uint32 port = 4;</code>
public
setPort(int $var) : $this
Parameters
- $var : int
Return values
$thissetRegion()
Generated from protobuf field <code>string region = 3;</code>
public
setRegion(string $var) : $this
Parameters
- $var : string