public sealed class ListLiveConfigsRequest : IMessage<ListLiveConfigsRequest>, IEquatable<ListLiveConfigsRequest>, IDeepCloneable<ListLiveConfigsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Video Stitcher v1 API class ListLiveConfigsRequest.
Request message for VideoStitcherService.listLiveConfig.
Implements
IMessageListLiveConfigsRequest, IEquatableListLiveConfigsRequest, IDeepCloneableListLiveConfigsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
ListLiveConfigsRequest()
public ListLiveConfigsRequest()ListLiveConfigsRequest(ListLiveConfigsRequest)
public ListLiveConfigsRequest(ListLiveConfigsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListLiveConfigsRequest |
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; }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 project that contains the list of live 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 |
|