public sealed class ListOperationsResponse : IMessage<ListOperationsResponse>, IEquatable<ListOperationsResponse>, IDeepCloneable<ListOperationsResponse>, IBufferMessage, IMessage, IPageResponse<Operation>, IEnumerable<Operation>, IEnumerableThe response message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
Implements
IMessage<ListOperationsResponse>, IEquatable<ListOperationsResponse>, IDeepCloneable<ListOperationsResponse>, IBufferMessage, IMessage, IPageResponse<Operation>, IEnumerable<Operation>, 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 |
RepeatedField<Operation> |
|
Methods
GetEnumerator()
public IEnumerator<Operation> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Operation> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|