public sealed class ListOperationsResponse : IMessage<ListOperationsResponse>, IEquatable<ListOperationsResponse>, IDeepCloneable<ListOperationsResponse>, IBufferMessage, IMessage, IPageResponse<Operation>, IEnumerable<Operation>, IEnumerableReference documentation and code samples for the Google.LongRunning class ListOperationsResponse.
The response message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
Implements
IMessageListOperationsResponse, IEquatableListOperationsResponse, IDeepCloneableListOperationsResponse, IBufferMessage, IMessage, IPageResponseOperation, IEnumerableOperation, IEnumerableNamespace
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 RepeatedField<Operation> Operations { get; }A list of operations that matches the specified filter in the request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldOperation |
|
Methods
GetEnumerator()
public IEnumerator<Operation> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorOperation |
|