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

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

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

Request message for VideoStitcherService.getVodStitchDetail.

Inheritance

object > GetVodStitchDetailRequest

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

GetVodStitchDetailRequest()

public GetVodStitchDetailRequest()

GetVodStitchDetailRequest(GetVodStitchDetailRequest)

public GetVodStitchDetailRequest(GetVodStitchDetailRequest other)
Parameter
NameDescription
otherGetVodStitchDetailRequest

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
TypeDescription
string

VodStitchDetailName

public VodStitchDetailName VodStitchDetailName { get; set; }

VodStitchDetailName-typed view over the Name resource name property.

Property Value
TypeDescription
VodStitchDetailName