public sealed class ListVodConfigsRequest : IMessage<ListVodConfigsRequest>, IEquatable<ListVodConfigsRequest>, IDeepCloneable<ListVodConfigsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Video Stitcher v1 API class ListVodConfigsRequest.
Request message for VideoStitcherService.listVodConfig.
Implements
IMessageListVodConfigsRequest, IEquatableListVodConfigsRequest, IDeepCloneableListVodConfigsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
ListVodConfigsRequest()
public ListVodConfigsRequest()
ListVodConfigsRequest(ListVodConfigsRequest)
public ListVodConfigsRequest(ListVodConfigsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListVodConfigsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. The filter to apply to list results (see Filtering).
Property Value | |
---|---|
Type | Description |
string |
OrderBy
public string OrderBy { get; set; }
Optional. Specifies the ordering of results following Cloud API syntax.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. The maximum number of items to return.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. 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 project that contains the list of VOD configs, in the
form of projects/{project_number}/locations/{location}
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |