Video Stitcher v1 API - Class ListCdnKeysResponse (3.0.0-beta03)

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
RepeatedFieldCdnKey

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
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<CdnKey> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorCdnKey