Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class PreviewInputResponse.
Response message for "LivestreamService.PreviewInput"
Generated from protobuf message google.cloud.video.livestream.v1.PreviewInputResponse
Namespace
Google \ Cloud \ Video \ LiveStream \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ uri
string
URI to display the preview content.
↳ bearer_token
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.
getUri
URI to display the preview content.
string
setUri
URI to display the preview content.
var
string
$this
getBearerToken
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.
string
setBearerToken
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.
var
string
$this

