public sealed class ListOperationsRequest : Api.Gax.Grpc.IPageRequest, Protobuf.IBufferMessage, Protobuf.IMessage<ListOperationsRequest>
The request message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
Namespace
Google.LongRunningAssembly
Google.LongRunning.dll
Constructors
ListOperationsRequest()
public ListOperationsRequest()
ListOperationsRequest(ListOperationsRequest)
public ListOperationsRequest(ListOperationsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListOperationsRequest |
Properties
Filter
public string Filter { get; set; }
The standard list filter.
Property Value | |
---|---|
Type | Description |
String |
Name
public string Name { get; set; }
The name of the operation's parent resource.
Property Value | |
---|---|
Type | Description |
String |
PageSize
public int PageSize { get; set; }
The standard list page size.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
The standard list page token.
Property Value | |
---|---|
Type | Description |
String |