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
IMessage<ListSlatesResponse>, IEquatable<ListSlatesResponse>, IDeepCloneable<ListSlatesResponse>, IBufferMessage, IMessage, IPageResponse<Slate>, IEnumerable<Slate>, 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 |
RepeatedField<Slate> |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
Methods
GetEnumerator()
public IEnumerator<Slate> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Slate> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |