Video Stitcher v1 API - Class CreateVodSessionRequest (3.0.0-beta03)

public sealed class CreateVodSessionRequest : IMessage<CreateVodSessionRequest>, IEquatable<CreateVodSessionRequest>, IDeepCloneable<CreateVodSessionRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Video Stitcher v1 API class CreateVodSessionRequest.

Request message for VideoStitcherService.createVodSession

Inheritance

object > CreateVodSessionRequest

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

CreateVodSessionRequest()

public CreateVodSessionRequest()

CreateVodSessionRequest(CreateVodSessionRequest)

public CreateVodSessionRequest(CreateVodSessionRequest other)
Parameter
NameDescription
otherCreateVodSessionRequest

Properties

Parent

public string Parent { get; set; }

Required. The project and location in which the VOD session should be created, in the form of projects/{project_number}/locations/{location}.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

VodSession

public VodSession VodSession { get; set; }

Required. Parameters for creating a session.

Property Value
TypeDescription
VodSession