Send feedback
Class LivestreamServiceConnection (2.18.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.18.0 keyboard_arrow_down
Functions
virtual options()
Returns
Type
Description
Options
virtual CreateChannel(google::cloud::video::livestream::v1::CreateChannelRequest const &)
Parameter
Name
Description
request
google::cloud::video::livestream::v1::CreateChannelRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::video::livestream::v1::Channel > >
virtual ListChannels(google::cloud::video::livestream::v1::ListChannelsRequest)
Parameter
Name
Description
request
google::cloud::video::livestream::v1::ListChannelsRequest
Returns
Type
Description
StreamRange< google::cloud::video::livestream::v1::Channel >
virtual GetChannel(google::cloud::video::livestream::v1::GetChannelRequest const &)
Parameter
Name
Description
request
google::cloud::video::livestream::v1::GetChannelRequest const &
Returns
Type
Description
StatusOr< google::cloud::video::livestream::v1::Channel >
virtual DeleteChannel(google::cloud::video::livestream::v1::DeleteChannelRequest const &)
Parameter
Name
Description
request
google::cloud::video::livestream::v1::DeleteChannelRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::video::livestream::v1::OperationMetadata > >
virtual UpdateChannel(google::cloud::video::livestream::v1::UpdateChannelRequest const &)
Parameter
Name
Description
request
google::cloud::video::livestream::v1::UpdateChannelRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::video::livestream::v1::Channel > >
virtual StartChannel(google::cloud::video::livestream::v1::StartChannelRequest const &)
Parameter
Name
Description
request
google::cloud::video::livestream::v1::StartChannelRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::video::livestream::v1::ChannelOperationResponse > >
virtual StopChannel(google::cloud::video::livestream::v1::StopChannelRequest const &)
Parameter
Name
Description
request
google::cloud::video::livestream::v1::StopChannelRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::video::livestream::v1::ChannelOperationResponse > >
virtual CreateInput(google::cloud::video::livestream::v1::CreateInputRequest const &)
Parameter
Name
Description
request
google::cloud::video::livestream::v1::CreateInputRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::video::livestream::v1::Input > >
virtual ListInputs(google::cloud::video::livestream::v1::ListInputsRequest)
Parameter
Name
Description
request
google::cloud::video::livestream::v1::ListInputsRequest
Returns
Type
Description
StreamRange< google::cloud::video::livestream::v1::Input >
virtual GetInput(google::cloud::video::livestream::v1::GetInputRequest const &)
Parameter
Name
Description
request
google::cloud::video::livestream::v1::GetInputRequest const &
Returns
Type
Description
StatusOr< google::cloud::video::livestream::v1::Input >
virtual DeleteInput(google::cloud::video::livestream::v1::DeleteInputRequest const &)
Parameter
Name
Description
request
google::cloud::video::livestream::v1::DeleteInputRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::video::livestream::v1::OperationMetadata > >
virtual UpdateInput(google::cloud::video::livestream::v1::UpdateInputRequest const &)
Parameter
Name
Description
request
google::cloud::video::livestream::v1::UpdateInputRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::video::livestream::v1::Input > >
virtual CreateEvent(google::cloud::video::livestream::v1::CreateEventRequest const &)
Parameter
Name
Description
request
google::cloud::video::livestream::v1::CreateEventRequest const &
Returns
Type
Description
StatusOr< google::cloud::video::livestream::v1::Event >
virtual ListEvents(google::cloud::video::livestream::v1::ListEventsRequest)
Parameter
Name
Description
request
google::cloud::video::livestream::v1::ListEventsRequest
Returns
Type
Description
StreamRange< google::cloud::video::livestream::v1::Event >
virtual GetEvent(google::cloud::video::livestream::v1::GetEventRequest const &)
Parameter
Name
Description
request
google::cloud::video::livestream::v1::GetEventRequest const &
Returns
Type
Description
StatusOr< google::cloud::video::livestream::v1::Event >
virtual DeleteEvent(google::cloud::video::livestream::v1::DeleteEventRequest const &)
Parameter
Name
Description
request
google::cloud::video::livestream::v1::DeleteEventRequest const &
Returns
Type
Description
Status
virtual CreateAsset(google::cloud::video::livestream::v1::CreateAssetRequest const &)
Parameter
Name
Description
request
google::cloud::video::livestream::v1::CreateAssetRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::video::livestream::v1::Asset > >
virtual DeleteAsset(google::cloud::video::livestream::v1::DeleteAssetRequest const &)
Parameter
Name
Description
request
google::cloud::video::livestream::v1::DeleteAssetRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::video::livestream::v1::OperationMetadata > >
virtual GetAsset(google::cloud::video::livestream::v1::GetAssetRequest const &)
Parameter
Name
Description
request
google::cloud::video::livestream::v1::GetAssetRequest const &
Returns
Type
Description
StatusOr< google::cloud::video::livestream::v1::Asset >
virtual ListAssets(google::cloud::video::livestream::v1::ListAssetsRequest)
Parameter
Name
Description
request
google::cloud::video::livestream::v1::ListAssetsRequest
Returns
Type
Description
StreamRange< google::cloud::video::livestream::v1::Asset >
virtual GetPool(google::cloud::video::livestream::v1::GetPoolRequest const &)
Parameter
Name
Description
request
google::cloud::video::livestream::v1::GetPoolRequest const &
Returns
Type
Description
StatusOr< google::cloud::video::livestream::v1::Pool >
virtual UpdatePool(google::cloud::video::livestream::v1::UpdatePoolRequest const &)
Parameter
Name
Description
request
google::cloud::video::livestream::v1::UpdatePoolRequest const &
Returns
Type
Description
future< StatusOr< google::cloud::video::livestream::v1::Pool > >
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-14 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["This page details the `LivestreamServiceConnection` object, which acts as an interface for the `LivestreamServiceClient` and allows for the injection of custom behavior during testing."],["The `LivestreamServiceConnection` provides virtual methods that correspond to each user-facing overload set in `LivestreamServiceClient`, enabling flexibility in implementation and mocking."],["The latest version is `2.37.0-rc`, and the page contains references to various older versions of the `LivestreamServiceConnection`, dating back to version `2.11.0`, all of which reference the `classgoogle_1_1cloud_1_1video__livestream__v1_1_1LivestreamServiceConnection` class."],["The functions available on the `LivestreamServiceConnection` include methods for creating, listing, getting, deleting, updating, starting, and stopping various resources such as Channels, Inputs, Events, and Assets, with each function having specified parameters, such as `request` in most cases, and return types."],["This class also provides a mock version for testing, `video_livestream_v1_mocks::MockLivestreamServiceConnection`, and a method for creating concrete instances with `MakeLivestreamServiceConnection()`."]]],[]]