Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class Pool.
Pool resource defines the configuration of Live Stream pools for a specific location. Currently we support only one pool resource per project per location. After the creation of the first input, a default pool is created automatically at "projects/{project}/locations/{location}/pools/default".
Generated from protobuf message google.cloud.video.livestream.v1.Pool
Namespace
Google \ Cloud \ Video \ LiveStream \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
The resource name of the pool, in the form of: projects/{project}/locations/{location}/pools/{poolId}
.
↳ create_time
↳ update_time
↳ labels
↳ network_config
getName
The resource name of the pool, in the form of: projects/{project}/locations/{location}/pools/{poolId}
.
string
setName
The resource name of the pool, in the form of: projects/{project}/locations/{location}/pools/{poolId}
.
var
string
$this
getCreateTime
Output only. The creation time.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The creation time.
$this
getUpdateTime
Output only. The update time.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The update time.
$this
getLabels
User-defined key/value metadata.
setLabels
User-defined key/value metadata.
$this
getNetworkConfig
Network configuration for the pool.
hasNetworkConfig
clearNetworkConfig
setNetworkConfig
Network configuration for the pool.
$this