Live Stream v1 API - Class ListInputsResponse (1.5.0)

public sealed class ListInputsResponse : IPageResponse<Input>, IEnumerable<Input>, IEnumerable, IMessage<ListInputsResponse>, IEquatable<ListInputsResponse>, IDeepCloneable<ListInputsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Live Stream v1 API class ListInputsResponse.

Response message for "LivestreamService.ListInputs".

Inheritance

object > ListInputsResponse

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

ListInputsResponse()

public ListInputsResponse()

ListInputsResponse(ListInputsResponse)

public ListInputsResponse(ListInputsResponse other)
Parameter
NameDescription
otherListInputsResponse

Properties

Inputs

public RepeatedField<Input> Inputs { get; }

A list of inputs.

Property Value
TypeDescription
RepeatedFieldInput

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results in the list.

Property Value
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Input> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorInput