Google Cloud Video Live Stream V1 Client - Class ImageAsset (0.7.5)

Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class ImageAsset.

Image represents an image. The supported format is JPEG.

Generated from protobuf message google.cloud.video.livestream.v1.Asset.ImageAsset

Namespace

Google \ Cloud \ Video \ LiveStream \ V1 \ Asset

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ uri string

Cloud Storage URI of the image. The format is gs://my-bucket/my-object.

getUri

Cloud Storage URI of the image. The format is gs://my-bucket/my-object.

Returns
Type Description
string

setUri

Cloud Storage URI of the image. The format is gs://my-bucket/my-object.

Parameter
Name Description
var string
Returns
Type Description
$this