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
Implements
IMessageCreateVodSessionRequest, IEquatableCreateVodSessionRequest, IDeepCloneableCreateVodSessionRequest, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.VideoGoogle.Cloud.Video.StitcherV1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
CreateVodSessionRequest()
public CreateVodSessionRequest()
CreateVodSessionRequest(CreateVodSessionRequest)
public CreateVodSessionRequest(CreateVodSessionRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateVodSessionRequest |
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 | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
VodSession
public VodSession VodSession { get; set; }
Required. Parameters for creating a session.
Property Value | |
---|---|
Type | Description |
VodSession |