public sealed class ListVodStitchDetailsRequest : IMessage<ListVodStitchDetailsRequest>, IEquatable<ListVodStitchDetailsRequest>, IDeepCloneable<ListVodStitchDetailsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Video Stitcher v1 API class ListVodStitchDetailsRequest.
Request message for VideoStitcherService.listVodStitchDetails.
Implements
IMessageListVodStitchDetailsRequest, IEquatableListVodStitchDetailsRequest, IDeepCloneableListVodStitchDetailsRequest, IBufferMessage, IMessage, IPageRequestNamespace
GoogleCloudGoogle.Cloud.VideoGoogle.Cloud.Video.StitcherV1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
ListVodStitchDetailsRequest()
public ListVodStitchDetailsRequest()
ListVodStitchDetailsRequest(ListVodStitchDetailsRequest)
public ListVodStitchDetailsRequest(ListVodStitchDetailsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListVodStitchDetailsRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of items to return.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
The next_page_token value returned from a previous List request, if any.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The VOD session where the stitch details belong to, in the form
of projects/{project}/locations/{location}/vodSessions/{id}
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsVodSessionName
public VodSessionName ParentAsVodSessionName { get; set; }
VodSessionName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
VodSessionName |