AWSConfig
extends Message
in package
Generated from protobuf message <code>livekit.PrivateLink.AWSConfig</code>
Table of Contents
Properties
- $endpoint : mixed
- Use the generic "endpoint" instead
Methods
- __construct() : mixed
- Constructor.
- getEndpoint() : string
- Use the generic "endpoint" instead
- setEndpoint() : $this
- Use the generic "endpoint" instead
Properties
$endpoint
Use the generic "endpoint" instead
protected
mixed
$endpoint
= ''
Generated from protobuf field string endpoint = 1 [deprecated = true];
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 $endpoint Use the generic "endpoint" instead}
getEndpoint()
Use the generic "endpoint" instead
public
getEndpoint() : string
Generated from protobuf field string endpoint = 1 [deprecated = true];
Return values
stringsetEndpoint()
Use the generic "endpoint" instead
public
setEndpoint(string $var) : $this
Generated from protobuf field string endpoint = 1 [deprecated = true];
Parameters
- $var : string