Class: Google::Cloud::Video::LiveStream::V1::PreviewInputResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/livestream/v1/service.rb

Overview

Response message for "LivestreamService.PreviewInput"

Instance Attribute Summary collapse

Instance Attribute Details

#bearer_token::String

Returns A bearer token used to authenticate connections that display the preview content. The token expires after one hour. For HTTP connections, this token should be included as a bearer token inside the Authorization header.

Returns:

  • (::String)

    A bearer token used to authenticate connections that display the preview content. The token expires after one hour. For HTTP connections, this token should be included as a bearer token inside the Authorization header.



1024
1025
1026
1027
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 1024

class PreviewInputResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uri::String

Returns URI to display the preview content.

Returns:

  • (::String)

    URI to display the preview content.



1024
1025
1026
1027
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 1024

class PreviewInputResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end