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 formats are JPEG, PNG.
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.