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
Implements
IMessage<GetVodSessionRequest>, IEquatable<GetVodSessionRequest>, IDeepCloneable<GetVodSessionRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
GetVodSessionRequest()
public GetVodSessionRequest()
GetVodSessionRequest(GetVodSessionRequest)
public GetVodSessionRequest(GetVodSessionRequest other)
Parameter | |
---|---|
Name | Description |
other | GetVodSessionRequest |
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 | |
---|---|
Type | Description |
String |
VodSessionName
public VodSessionName VodSessionName { get; set; }
VodSessionName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
VodSessionName |