public sealed class ListSlatesResponse : IMessage<ListSlatesResponse>, IEquatable<ListSlatesResponse>, IDeepCloneable<ListSlatesResponse>, IBufferMessage, IMessage, IPageResponse<Slate>, IEnumerable<Slate>, IEnumerable
Reference documentation and code samples for the Video Stitcher v1 API class ListSlatesResponse.
Response message for VideoStitcherService.listSlates.
Implements
IMessageListSlatesResponse, IEquatableListSlatesResponse, IDeepCloneableListSlatesResponse, IBufferMessage, IMessage, IPageResponseSlate, IEnumerableSlate, IEnumerableNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
ListSlatesResponse()
public ListSlatesResponse()
ListSlatesResponse(ListSlatesResponse)
public ListSlatesResponse(ListSlatesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListSlatesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
Slates
public RepeatedField<Slate> Slates { get; }
The list of slates
Property Value | |
---|---|
Type | Description |
RepeatedFieldSlate |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Slate> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorSlate |