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.
Implements
IMessageListCdnKeysResponse, IEquatableListCdnKeysResponse, IDeepCloneableListCdnKeysResponse, IBufferMessage, IMessage, IPageResponseCdnKey, IEnumerableCdnKey, IEnumerableNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
ListCdnKeysResponse()
public ListCdnKeysResponse()
ListCdnKeysResponse(ListCdnKeysResponse)
public ListCdnKeysResponse(ListCdnKeysResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListCdnKeysResponse |
Properties
CdnKeys
public RepeatedField<CdnKey> CdnKeys { get; }
List of CDN keys.
Property Value | |
---|---|
Type | Description |
RepeatedFieldCdnKey |
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results the server should return.
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<CdnKey> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorCdnKey |