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
IMessage<ListCdnKeysResponse>, IEquatable<ListCdnKeysResponse>, IDeepCloneable<ListCdnKeysResponse>, IBufferMessage, IMessage, IPageResponse<CdnKey>, IEnumerable<CdnKey>, 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 |
RepeatedField<CdnKey> |
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 |
RepeatedField<String> |
Methods
GetEnumerator()
public IEnumerator<CdnKey> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<CdnKey> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |