Video Stitcher v1 API - Class ListSlatesResponse (3.1.0)

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.

Inheritance

object > ListSlatesResponse

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

ListSlatesResponse()

public ListSlatesResponse()

ListSlatesResponse(ListSlatesResponse)

public ListSlatesResponse(ListSlatesResponse other)
Parameter
NameDescription
otherListSlatesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return.

Property Value
TypeDescription
string

Slates

public RepeatedField<Slate> Slates { get; }

The list of slates

Property Value
TypeDescription
RepeatedFieldSlate

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Slate> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorSlate