Documentation

AzureBlobUpload extends Message
in package

Generated from protobuf message <code>livekit.AzureBlobUpload</code>

Table of Contents

Properties

$account_key  : mixed
Generated from protobuf field <code>string account_key = 2 [(.logger.redact) = true];</code>
$account_name  : mixed
Generated from protobuf field <code>string account_name = 1 [(.logger.redact) = true];</code>
$container_name  : mixed
Generated from protobuf field <code>string container_name = 3;</code>

Methods

__construct()  : mixed
Constructor.
getAccountKey()  : string
Generated from protobuf field <code>string account_key = 2 [(.logger.redact) = true];</code>
getAccountName()  : string
Generated from protobuf field <code>string account_name = 1 [(.logger.redact) = true];</code>
getContainerName()  : string
Generated from protobuf field <code>string container_name = 3;</code>
setAccountKey()  : $this
Generated from protobuf field <code>string account_key = 2 [(.logger.redact) = true];</code>
setAccountName()  : $this
Generated from protobuf field <code>string account_name = 1 [(.logger.redact) = true];</code>
setContainerName()  : $this
Generated from protobuf field <code>string container_name = 3;</code>

Properties

$account_key

Generated from protobuf field <code>string account_key = 2 [(.logger.redact) = true];</code>

protected mixed $account_key = ''

$account_name

Generated from protobuf field <code>string account_name = 1 [(.logger.redact) = true];</code>

protected mixed $account_name = ''

$container_name

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

protected mixed $container_name = ''

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 $account_name
@type string $account_key
@type string $container_name

}

getAccountKey()

Generated from protobuf field <code>string account_key = 2 [(.logger.redact) = true];</code>

public getAccountKey() : string
Return values
string

getAccountName()

Generated from protobuf field <code>string account_name = 1 [(.logger.redact) = true];</code>

public getAccountName() : string
Return values
string

getContainerName()

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

public getContainerName() : string
Return values
string

setAccountKey()

Generated from protobuf field <code>string account_key = 2 [(.logger.redact) = true];</code>

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

setAccountName()

Generated from protobuf field <code>string account_name = 1 [(.logger.redact) = true];</code>

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

setContainerName()

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

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

        
On this page

Search results