Video Stitcher v1 API - Class ListLiveConfigsRequest (3.1.0)

public sealed class ListLiveConfigsRequest : IMessage<ListLiveConfigsRequest>, IEquatable<ListLiveConfigsRequest>, IDeepCloneable<ListLiveConfigsRequest>, IBufferMessage, IMessage, IPageRequest

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

Request message for VideoStitcherService.listLiveConfig.

Inheritance

object > ListLiveConfigsRequest

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

ListLiveConfigsRequest()

public ListLiveConfigsRequest()

ListLiveConfigsRequest(ListLiveConfigsRequest)

public ListLiveConfigsRequest(ListLiveConfigsRequest other)
Parameter
NameDescription
otherListLiveConfigsRequest

Properties

Filter

public string Filter { get; set; }

Optional. The filter to apply to list results (see Filtering).

Property Value
TypeDescription
string

OrderBy

public string OrderBy { get; set; }

Optional. Specifies the ordering of results following Cloud API syntax.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

The maximum number of items to return.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The next_page_token value returned from a previous List request, if any.

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

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName