Live Stream V1 API - Class Google::Cloud::Video::LiveStream::V1::Asset::ImageAsset (v0.9.0)

Reference documentation and code samples for the Live Stream V1 API class Google::Cloud::Video::LiveStream::V1::Asset::ImageAsset.

Image represents an image. The supported format is JPEG.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#uri

def uri() -> ::String
Returns
  • (::String) — Cloud Storage URI of the image. The format is gs://my-bucket/my-object.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — Cloud Storage URI of the image. The format is gs://my-bucket/my-object.
Returns
  • (::String) — Cloud Storage URI of the image. The format is gs://my-bucket/my-object.