Class: Google::Cloud::Video::LiveStream::V1::PreviewInputResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::PreviewInputResponse
- 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
-
#bearer_token ⇒ ::String
A bearer token used to authenticate connections that display the preview content.
-
#uri ⇒ ::String
URI to display the preview content.
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.
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.
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 |