Live Stream API

Service: livestream.googleapis.com

To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.

Discovery document

A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:

Service endpoint

A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:

  • https://livestream.googleapis.com

REST Resource: v1.projects.locations

Methods
get GET /v1/{name=projects/*/locations/*}
Gets information about a location.
list GET /v1/{name=projects/*}/locations
Lists information about the supported locations for this service.

REST Resource: v1.projects.locations.assets

Methods
create POST /v1/{parent=projects/*/locations/*}/assets
Creates a Asset with the provided unique ID in the specified region.
delete DELETE /v1/{name=projects/*/locations/*/assets/*}
Deletes the specified asset if it is not used.
get GET /v1/{name=projects/*/locations/*/assets/*}
Returns the specified asset.
list GET /v1/{parent=projects/*/locations/*}/assets
Returns a list of all assets in the specified region.

REST Resource: v1.projects.locations.channels

Methods
create POST /v1/{parent=projects/*/locations/*}/channels
Creates a channel with the provided unique ID in the specified region.
delete DELETE /v1/{name=projects/*/locations/*/channels/*}
Deletes the specified channel.
get GET /v1/{name=projects/*/locations/*/channels/*}
Returns the specified channel.
list GET /v1/{parent=projects/*/locations/*}/channels
Returns a list of all channels in the specified region.
patch PATCH /v1/{channel.name=projects/*/locations/*/channels/*}
Updates the specified channel.
start POST /v1/{name=projects/*/locations/*/channels/*}:start
Starts the specified channel.
stop POST /v1/{name=projects/*/locations/*/channels/*}:stop
Stops the specified channel.

REST Resource: v1.projects.locations.channels.events

Methods
create POST /v1/{parent=projects/*/locations/*/channels/*}/events
Creates an event with the provided unique ID in the specified channel.
delete DELETE /v1/{name=projects/*/locations/*/channels/*/events/*}
Deletes the specified event.
get GET /v1/{name=projects/*/locations/*/channels/*/events/*}
Returns the specified event.
list GET /v1/{parent=projects/*/locations/*/channels/*}/events
Returns a list of all events in the specified channel.

REST Resource: v1.projects.locations.inputs

Methods
create POST /v1/{parent=projects/*/locations/*}/inputs
Creates an input with the provided unique ID in the specified region.
delete DELETE /v1/{name=projects/*/locations/*/inputs/*}
Deletes the specified input.
get GET /v1/{name=projects/*/locations/*/inputs/*}
Returns the specified input.
list GET /v1/{parent=projects/*/locations/*}/inputs
Returns a list of all inputs in the specified region.
patch PATCH /v1/{input.name=projects/*/locations/*/inputs/*}
Updates the specified input.

REST Resource: v1.projects.locations.operations

Methods
cancel POST /v1/{name=projects/*/locations/*/operations/*}:cancel
Starts asynchronous cancellation on a long-running operation.
delete DELETE /v1/{name=projects/*/locations/*/operations/*}
Deletes a long-running operation.
get GET /v1/{name=projects/*/locations/*/operations/*}
Gets the latest state of a long-running operation.
list GET /v1/{name=projects/*/locations/*}/operations
Lists operations that match the specified filter in the request.

REST Resource: v1.projects.locations.pools

Methods
get GET /v1/{name=projects/*/locations/*/pools/*}
Returns the specified pool.
patch PATCH /v1/{pool.name=projects/*/locations/*/pools/*}
Updates the specified pool.