Google.LongRunning - Class ListOperationsResponse (3.2.0)

public sealed class ListOperationsResponse : IMessage<ListOperationsResponse>, IEquatable<ListOperationsResponse>, IDeepCloneable<ListOperationsResponse>, IBufferMessage, IMessage, IPageResponse<Operation>, IEnumerable<Operation>, IEnumerable

Reference documentation and code samples for the Google.LongRunning class ListOperationsResponse.

The response message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].

Inheritance

object > ListOperationsResponse

Namespace

Google.LongRunning

Assembly

Google.LongRunning.dll

Constructors

ListOperationsResponse()

public ListOperationsResponse()

ListOperationsResponse(ListOperationsResponse)

public ListOperationsResponse(ListOperationsResponse other)
Parameter
NameDescription
otherListOperationsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

The standard List next-page token.

Property Value
TypeDescription
string

Operations

public RepeatedField<Operation> Operations { get; }

A list of operations that matches the specified filter in the request.

Property Value
TypeDescription
RepeatedFieldOperation

Methods

GetEnumerator()

public IEnumerator<Operation> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorOperation