Class: Google::Cloud::Video::LiveStream::V1::Asset::ImageAsset
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::Asset::ImageAsset
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
Image represents an image. The supported formats are JPEG, PNG.
Instance Attribute Summary collapse
-
#uri ⇒ ::String
Cloud Storage URI of the image.
Instance Attribute Details
#uri ⇒ ::String
Returns Cloud Storage URI of the image. The format is gs://my-bucket/my-object
.
840 841 842 843 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 840 class ImageAsset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |