Class: Google::Longrunning::ListOperationsRequest
- Inherits:
-
Object
- Object
- Google::Longrunning::ListOperationsRequest
- Defined in:
- lib/google/cloud/spanner/admin/database/v1/doc/google/longrunning/operations.rb,
lib/google/cloud/spanner/admin/instance/v1/doc/google/longrunning/operations.rb
Overview
The request message for Operations::ListOperations.
Instance Attribute Summary collapse
-
#filter ⇒ String
The standard list filter.
-
#name ⇒ String
The name of the operation collection.
-
#page_size ⇒ Integer
The standard list page size.
-
#page_token ⇒ String
The standard list page token.
Instance Attribute Details
#filter ⇒ String
Returns The standard list filter.
69 |
# File 'lib/google/cloud/spanner/admin/database/v1/doc/google/longrunning/operations.rb', line 69 class ListOperationsRequest; end |
#name ⇒ String
Returns The name of the operation collection.
69 |
# File 'lib/google/cloud/spanner/admin/database/v1/doc/google/longrunning/operations.rb', line 69 class ListOperationsRequest; end |
#page_size ⇒ Integer
Returns The standard list page size.
69 |
# File 'lib/google/cloud/spanner/admin/database/v1/doc/google/longrunning/operations.rb', line 69 class ListOperationsRequest; end |
#page_token ⇒ String
Returns The standard list page token.
69 |
# File 'lib/google/cloud/spanner/admin/database/v1/doc/google/longrunning/operations.rb', line 69 class ListOperationsRequest; end |