Class CreateLiveSessionRequest (0.1.1)

CreateLiveSessionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for VideoStitcherService.createLiveSession.

Attributes

NameDescription
parent str
Required. The project and location in which the live session should be created, in the form of ``projects/{project_number}/locations/{location}``. Valid locations: - ``-`` (Video Stitcher API will pick a location that is closest to the caller.) - ``us-east1`` - ``us-west1`` - ``us-central1`` - ``europe-west1``
live_session google.cloud.video.stitcher_v1.types.LiveSession
Required. Parameters for creating a live session.

Inheritance

builtins.object > proto.message.Message > CreateLiveSessionRequest