Class: Google::Cloud::Video::LiveStream::V1::Channel::Output
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::Channel::Output
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
Location of output file(s) in a Google Cloud Storage bucket.
Instance Attribute Summary collapse
-
#uri ⇒ ::String
URI for the output file(s).
Instance Attribute Details
#uri ⇒ ::String
Returns URI for the output file(s). For example, gs://my-bucket/outputs/.
207 208 209 210 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 207 class Output include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |