Class ListOperationsResponse
The response message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
Inheritance
System.Object
ListOperationsResponse
Implements
System.IEquatable<ListOperationsResponse>
System.Collections.Generic.IEnumerable<Operation>
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.LongRunning
Assembly: Google.LongRunning.dll
Syntax
public sealed class ListOperationsResponse : IMessage<ListOperationsResponse>, IMessage, IEquatable<ListOperationsResponse>, IDeepCloneable<ListOperationsResponse>, IPageResponse<Operation>, IEnumerable<Operation>, IEnumerable
Constructors
ListOperationsResponse()
Declaration
public ListOperationsResponse()
ListOperationsResponse(ListOperationsResponse)
Declaration
public ListOperationsResponse(ListOperationsResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListOperationsResponse | other |
Properties
NextPageToken
The standard List next-page token.
Declaration
public string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Operations
A list of operations that matches the specified filter in the request.
Declaration
public RepeatedField<Operation> Operations { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Operation> |
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<Operation> GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<Operation> |
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Implements
System.Collections.IEnumerable.GetEnumerator()