Video Stitcher v1 API - Class GetVodSessionRequest (3.1.0)

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

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

Request message for VideoStitcherService.getVodSession

Inheritance

object > GetVodSessionRequest

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

GetVodSessionRequest()

public GetVodSessionRequest()

GetVodSessionRequest(GetVodSessionRequest)

public GetVodSessionRequest(GetVodSessionRequest other)
Parameter
NameDescription
otherGetVodSessionRequest

Properties

Name

public string Name { get; set; }

Required. The name of the VOD session to be retrieved, in the form of projects/{project_number}/locations/{location}/vodSessions/{id}.

Property Value
TypeDescription
string

VodSessionName

public VodSessionName VodSessionName { get; set; }

VodSessionName-typed view over the Name resource name property.

Property Value
TypeDescription
VodSessionName