Documentation

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

$endpoint

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

protected mixed $endpoint = ''

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

}

getCloudRegion()

Generated from protobuf field <code>optional string cloud_region = 6;</code>

public getCloudRegion() : string
Return values
string

getEndpoint()

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

public getEndpoint() : string
Return values
string

getName()

Generated from protobuf field <code>string name = 1;</code>

public getName() : string
Return values
string

getPort()

Generated from protobuf field <code>uint32 port = 4;</code>

public getPort() : int
Return values
int

getRegion()

Generated from protobuf field <code>string region = 3;</code>

public getRegion() : string
Return values
string

setCloudRegion()

Generated from protobuf field <code>optional string cloud_region = 6;</code>

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

setEndpoint()

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

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

setName()

Generated from protobuf field <code>string name = 1;</code>

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

setPort()

Generated from protobuf field <code>uint32 port = 4;</code>

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

setRegion()

Generated from protobuf field <code>string region = 3;</code>

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

        
On this page

Search results