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.
Implements
IMessageListLiveConfigsResponse, IEquatableListLiveConfigsResponse, IDeepCloneableListLiveConfigsResponse, IBufferMessage, IMessage, IPageResponseLiveConfig, IEnumerableLiveConfig, IEnumerableNamespace
Google.Cloud.Video.Stitcher.V1Assembly
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 |