Video Stitcher v1 API - Class ListCdnKeysResponse (1.1.0)

public sealed class ListCdnKeysResponse : IMessage<ListCdnKeysResponse>, IEquatable<ListCdnKeysResponse>, IDeepCloneable<ListCdnKeysResponse>, IBufferMessage, IMessage, IPageResponse<CdnKey>, IEnumerable<CdnKey>, IEnumerable

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

Response message for VideoStitcher.ListCdnKeys.

Inheritance

Object > ListCdnKeysResponse

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

ListCdnKeysResponse()

public ListCdnKeysResponse()

ListCdnKeysResponse(ListCdnKeysResponse)

public ListCdnKeysResponse(ListCdnKeysResponse other)
Parameter
NameDescription
otherListCdnKeysResponse

Properties

CdnKeys

public RepeatedField<CdnKey> CdnKeys { get; }

List of CDN keys.

Property Value
TypeDescription
RepeatedField<CdnKey>

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return.

Property Value
TypeDescription
String

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<CdnKey> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<CdnKey>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator