Documentation

GCPUpload extends Message
in package

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

Table of Contents

Properties

$bucket  : mixed
Generated from protobuf field <code>string bucket = 2;</code>
$credentials  : mixed
service account credentials serialized in JSON "credentials.json"
$proxy  : mixed
Generated from protobuf field <code>.livekit.ProxyConfig proxy = 3;</code>

Methods

__construct()  : mixed
Constructor.
clearProxy()  : mixed
getBucket()  : string
Generated from protobuf field <code>string bucket = 2;</code>
getCredentials()  : string
service account credentials serialized in JSON "credentials.json"
getProxy()  : ProxyConfig|null
Generated from protobuf field <code>.livekit.ProxyConfig proxy = 3;</code>
hasProxy()  : mixed
setBucket()  : $this
Generated from protobuf field <code>string bucket = 2;</code>
setCredentials()  : $this
service account credentials serialized in JSON "credentials.json"
setProxy()  : $this
Generated from protobuf field <code>.livekit.ProxyConfig proxy = 3;</code>

Properties

$bucket

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

protected mixed $bucket = ''

$credentials

service account credentials serialized in JSON "credentials.json"

protected mixed $credentials = ''

Generated from protobuf field string credentials = 1 [(.logger.redact) = true];

$proxy

Generated from protobuf field <code>.livekit.ProxyConfig proxy = 3;</code>

protected mixed $proxy = null

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 $credentials
      service account credentials serialized in JSON "credentials.json"
@type string $bucket
@type \Livekit\ProxyConfig $proxy

}

getBucket()

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

public getBucket() : string
Return values
string

getCredentials()

service account credentials serialized in JSON "credentials.json"

public getCredentials() : string

Generated from protobuf field string credentials = 1 [(.logger.redact) = true];

Return values
string

getProxy()

Generated from protobuf field <code>.livekit.ProxyConfig proxy = 3;</code>

public getProxy() : ProxyConfig|null
Return values
ProxyConfig|null

setBucket()

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

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

setCredentials()

service account credentials serialized in JSON "credentials.json"

public setCredentials(string $var) : $this

Generated from protobuf field string credentials = 1 [(.logger.redact) = true];

Parameters
$var : string
Return values
$this

setProxy()

Generated from protobuf field <code>.livekit.ProxyConfig proxy = 3;</code>

public setProxy(ProxyConfig $var) : $this
Parameters
$var : ProxyConfig
Return values
$this

        
On this page

Search results