Class CreateVodSessionRequest (0.2.0)

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

Request message for VideoStitcherService.createVodSession

Attributes

NameDescription
parent str
Required. The project and location in which the VOD session should be created, in the form of ``projects/{project_number}/locations/{location}``.
vod_session google.cloud.video.stitcher_v1.types.VodSession
Required. Parameters for creating a session.

Inheritance

builtins.object > proto.message.Message > CreateVodSessionRequest