Documentation

AliOSSUpload extends Message
in package

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

Table of Contents

Properties

$access_key  : mixed
Generated from protobuf field <code>string access_key = 1 [(.logger.redact) = true];</code>
$bucket  : mixed
Generated from protobuf field <code>string bucket = 5;</code>
$endpoint  : mixed
Generated from protobuf field <code>string endpoint = 4;</code>
$region  : mixed
Generated from protobuf field <code>string region = 3;</code>
$secret  : mixed
Generated from protobuf field <code>string secret = 2 [(.logger.redact) = true];</code>

Methods

__construct()  : mixed
Constructor.
getAccessKey()  : string
Generated from protobuf field <code>string access_key = 1 [(.logger.redact) = true];</code>
getBucket()  : string
Generated from protobuf field <code>string bucket = 5;</code>
getEndpoint()  : string
Generated from protobuf field <code>string endpoint = 4;</code>
getRegion()  : string
Generated from protobuf field <code>string region = 3;</code>
getSecret()  : string
Generated from protobuf field <code>string secret = 2 [(.logger.redact) = true];</code>
setAccessKey()  : $this
Generated from protobuf field <code>string access_key = 1 [(.logger.redact) = true];</code>
setBucket()  : $this
Generated from protobuf field <code>string bucket = 5;</code>
setEndpoint()  : $this
Generated from protobuf field <code>string endpoint = 4;</code>
setRegion()  : $this
Generated from protobuf field <code>string region = 3;</code>
setSecret()  : $this
Generated from protobuf field <code>string secret = 2 [(.logger.redact) = true];</code>

Properties

$access_key

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

protected mixed $access_key = ''

$bucket

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

protected mixed $bucket = ''

$endpoint

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

protected mixed $endpoint = ''

$region

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

protected mixed $region = ''

$secret

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

protected mixed $secret = ''

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 $access_key
@type string $secret
@type string $region
@type string $endpoint
@type string $bucket

}

getAccessKey()

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

public getAccessKey() : string
Return values
string

getBucket()

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

public getBucket() : string
Return values
string

getEndpoint()

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

public getEndpoint() : string
Return values
string

getRegion()

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

public getRegion() : string
Return values
string

getSecret()

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

public getSecret() : string
Return values
string

setAccessKey()

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

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

setBucket()

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

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

setEndpoint()

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

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

setRegion()

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

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

setSecret()

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

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

        
On this page

Search results