Class: Google::Cloud::Notebooks::V1::ListSchedulesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::ListSchedulesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1/service.rb
Overview
Request for listing scheduled notebook job.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Filter applied to resulting schedules.
-
#order_by ⇒ ::String
Field to order results by.
-
#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 schedules.
569 570 571 572 |
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 569 class ListSchedulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Field to order results by.
569 570 571 572 |
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 569 class ListSchedulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Maximum return size of the list call.
569 570 571 572 |
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 569 class ListSchedulesRequest 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.
569 570 571 572 |
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 569 class ListSchedulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Format:
parent=projects/{project_id}/locations/{location}
.
569 570 571 572 |
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 569 class ListSchedulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |