public sealed class ListOperationsRequest : IMessage<ListOperationsRequest>, IEquatable<ListOperationsRequest>, IDeepCloneable<ListOperationsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Google.LongRunning class ListOperationsRequest.
The request message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
Implements
IMessageListOperationsRequest, IEquatableListOperationsRequest, IDeepCloneableListOperationsRequest, IBufferMessage, IMessage, IPageRequestNamespace
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 |
int |
|
PageToken
public string PageToken { get; set; }The standard list page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ReturnPartialSuccess
public bool ReturnPartialSuccess { get; set; }When set to true, operations that are reachable are returned as normal,
and those that are unreachable are returned in the
[ListOperationsResponse.unreachable] field.
This can only be true when reading across collections e.g. when parent
is set to "projects/example/locations/-".
This field is not by default supported and will result in an
UNIMPLEMENTED error if set unless explicitly documented otherwise in
service or product specific documentation.
| Property Value | |
|---|---|
| Type | Description |
bool |
|