Class ListOperationsResponse (2.3.0)

public sealed class ListOperationsResponse : Api.Gax.Grpc.IPageResponse<Operation>, Protobuf.IBufferMessage, Protobuf.IMessage<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 Protobuf.Collections.RepeatedField<Operation> Operations { get; }

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

Property Value
TypeDescription
Protobuf.Collections.RepeatedField<Operation>

Methods

GetEnumerator()

public System.Collections.Generic.IEnumerator<Operation> GetEnumerator()

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

Returns
TypeDescription
System.Collections.Generic.IEnumerator<Operation>