Namespace google::cloud::video_livestream_v1 (2.18.0)

Classes

LivestreamServiceClient

Using Live Stream API, you can generate live streams in the various renditions and streaming formats.

LivestreamServiceConnection

The LivestreamServiceConnection object for LivestreamServiceClient.

LivestreamServiceConnectionIdempotencyPolicy

LivestreamServiceLimitedErrorCountRetryPolicy

A retry policy for LivestreamServiceConnection based on counting errors.

LivestreamServiceLimitedTimeRetryPolicy

A retry policy for LivestreamServiceConnection based on elapsed time.

LivestreamServiceRetryPolicy

The retry policy for LivestreamServiceConnection.

Structs

LivestreamServiceBackoffPolicyOption

Use with google::cloud::Options to configure the backoff policy.

LivestreamServiceConnectionIdempotencyPolicyOption

Use with google::cloud::Options to configure which operations are retried.

LivestreamServicePollingPolicyOption

Use with google::cloud::Options to configure the long-running operations polling policy.

LivestreamServiceRetryPolicyOption

Use with google::cloud::Options to configure the retry policy.

Functions

MakeLivestreamServiceConnection(Options)

A factory function to construct an object of type LivestreamServiceConnection.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of LivestreamServiceClient.

The optional options argument may be used to configure aspects of the returned LivestreamServiceConnection. Expected options are any of the types in the following option lists:

Parameter
Name Description
options

(optional) Configure the LivestreamServiceConnection created by this function.

Returns
Type Description
std::shared_ptr< LivestreamServiceConnection >

MakeDefaultLivestreamServiceConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< LivestreamServiceConnectionIdempotencyPolicy >

Type Aliases

LivestreamServicePolicyOptionList

Alias Of: OptionList< LivestreamServiceRetryPolicyOption, LivestreamServiceBackoffPolicyOption, LivestreamServicePollingPolicyOption, LivestreamServiceConnectionIdempotencyPolicyOption >

The options applicable to LivestreamService.