public sealed class ListOperationsResponse : Api.Gax.Grpc.IPageResponse<Operation>, Protobuf.IBufferMessage, Protobuf.IMessage<ListOperationsResponse>The response message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
Namespace
Google.LongRunningAssembly
Google.LongRunning.dll
Constructors
ListOperationsResponse()
public ListOperationsResponse()ListOperationsResponse(ListOperationsResponse)
public ListOperationsResponse(ListOperationsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListOperationsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }The standard List next-page token.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Operations
public Protobuf.Collections.RepeatedField<Operation> Operations { get; }A list of operations that matches the specified filter in the request.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
System.Collections.Generic.IEnumerator<Operation> |
|