public sealed class GetVodStitchDetailRequest : IMessage<GetVodStitchDetailRequest>, IEquatable<GetVodStitchDetailRequest>, IDeepCloneable<GetVodStitchDetailRequest>, IBufferMessage, IMessageReference documentation and code samples for the Video Stitcher v1 API class GetVodStitchDetailRequest.
Request message for VideoStitcherService.getVodStitchDetail.
Implements
IMessageGetVodStitchDetailRequest, IEquatableGetVodStitchDetailRequest, IDeepCloneableGetVodStitchDetailRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
GetVodStitchDetailRequest()
public GetVodStitchDetailRequest()GetVodStitchDetailRequest(GetVodStitchDetailRequest)
public GetVodStitchDetailRequest(GetVodStitchDetailRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetVodStitchDetailRequest |
Properties
Name
public string Name { get; set; }Required. The name of the stitch detail in the specified VOD session, in
the form of
projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodStitchDetails/{id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
VodStitchDetailName
public VodStitchDetailName VodStitchDetailName { get; set; }VodStitchDetailName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
VodStitchDetailName |
|