Video Stitcher v1 API - Class ListLiveConfigsResponse (3.2.0)

public sealed class ListLiveConfigsResponse : IMessage<ListLiveConfigsResponse>, IEquatable<ListLiveConfigsResponse>, IDeepCloneable<ListLiveConfigsResponse>, IBufferMessage, IMessage, IPageResponse<LiveConfig>, IEnumerable<LiveConfig>, IEnumerable

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

Response message for VideoStitcher.ListLiveConfig.

Inheritance

object > ListLiveConfigsResponse

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

ListLiveConfigsResponse()

public ListLiveConfigsResponse()

ListLiveConfigsResponse(ListLiveConfigsResponse)

public ListLiveConfigsResponse(ListLiveConfigsResponse other)
Parameter
Name Description
other ListLiveConfigsResponse

Properties

LiveConfigs

public RepeatedField<LiveConfig> LiveConfigs { get; }

List of live configs.

Property Value
Type Description
RepeatedFieldLiveConfig

NextPageToken

public string NextPageToken { get; set; }

The pagination token.

Property Value
Type Description
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<LiveConfig> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorLiveConfig