public sealed class ListAssetsResponse : IPageResponse<Asset>, IEnumerable<Asset>, IEnumerable, IMessage<ListAssetsResponse>, IEquatable<ListAssetsResponse>, IDeepCloneable<ListAssetsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class ListAssetsResponse.
Response message for "LivestreamService.ListAssets".
Implements
IPageResponseAsset, IEnumerableAsset, IEnumerable, IMessageListAssetsResponse, IEquatableListAssetsResponse, IDeepCloneableListAssetsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
ListAssetsResponse()
public ListAssetsResponse()
ListAssetsResponse(ListAssetsResponse)
public ListAssetsResponse(ListAssetsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListAssetsResponse |
Properties
Assets
public RepeatedField<Asset> Assets { get; }
The list of Assets
Property Value | |
---|---|
Type | Description |
RepeatedFieldAsset |
NextPageToken
public string NextPageToken { get; set; }
The next_page_token value returned from a previous List request, if any.
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<Asset> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorAsset |