Class: Google::Cloud::Notebooks::V1::ListExecutionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::ListExecutionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1/service.rb
Overview
Request for listing scheduled notebook executions.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Filter applied to resulting executions.
-
#order_by ⇒ ::String
Sort by field.
-
#page_size ⇒ ::Integer
Maximum return size of the list call.
-
#page_token ⇒ ::String
A previous returned page token that can be used to continue listing from the last result.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Filter applied to resulting executions. Currently only supports filtering
executions by a specified schedule_id
.
Format: schedule_id=<Schedule_ID>
.
659 660 661 662 |
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 659 class ListExecutionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Sort by field.
659 660 661 662 |
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 659 class ListExecutionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Maximum return size of the list call.
659 660 661 662 |
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 659 class ListExecutionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A previous returned page token that can be used to continue listing from the last result.
659 660 661 662 |
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 659 class ListExecutionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Format:
parent=projects/{project_id}/locations/{location}
.
659 660 661 662 |
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 659 class ListExecutionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |