Class: Google::Cloud::Video::LiveStream::V1::Channel::Output

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#uri::String

Returns URI for the output file(s). For example, gs://my-bucket/outputs/.

Returns:

  • (::String)

    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