Google.LongRunning - Class ListOperationsRequest (3.2.0)

public sealed class ListOperationsRequest : IMessage<ListOperationsRequest>, IEquatable<ListOperationsRequest>, IDeepCloneable<ListOperationsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Google.LongRunning class ListOperationsRequest.

The request message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].

Inheritance

object > ListOperationsRequest

Namespace

Google.LongRunning

Assembly

Google.LongRunning.dll

Constructors

ListOperationsRequest()

public ListOperationsRequest()

ListOperationsRequest(ListOperationsRequest)

public ListOperationsRequest(ListOperationsRequest other)
Parameter
NameDescription
otherListOperationsRequest

Properties

Filter

public string Filter { get; set; }

The standard list filter.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

The name of the operation's parent resource.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

The standard list page size.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The standard list page token.

Property Value
TypeDescription
string