Live Stream V1 API - Class Google::Cloud::Video::LiveStream::V1::PreviewInputResponse (v2.4.0)

Reference documentation and code samples for the Live Stream V1 API class Google::Cloud::Video::LiveStream::V1::PreviewInputResponse.

Response message for "LivestreamService.PreviewInput"

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#bearer_token

def bearer_token() -> ::String
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.

#bearer_token=

def bearer_token=(value) -> ::String
Parameter
  • value (::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.
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.

#uri

def uri() -> ::String
Returns
  • (::String) — URI to display the preview content.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — URI to display the preview content.
Returns
  • (::String) — URI to display the preview content.