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

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
NameDescription
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
TypeDescription
string

setUri

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this