Interface protos.google.longrunning.IListOperationsRequest

Properties of a ListOperationsRequest.

@google-cloud/channel!
See more code actions.
filter?: (string|null);

ListOperationsRequest filter

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

ListOperationsRequest name

Property Value
TypeDescription
(string|null)

pageSize

pageSize?: (number|null);

ListOperationsRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListOperationsRequest pageToken

Property Value
TypeDescription
(string|null)