Class: Google::Cloud::Notebooks::V1::ListSchedulesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::ListSchedulesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1/service.rb
Overview
Response for listing scheduled notebook job.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Page token that can be used to continue listing from the last result in the next list call.
-
#schedules ⇒ ::Array<::Google::Cloud::Notebooks::V1::Schedule>
A list of returned instances.
-
#unreachable ⇒ ::Array<::String>
Schedules that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Page token that can be used to continue listing from the last result in the next list call.
588 589 590 591 |
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 588 class ListSchedulesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schedules ⇒ ::Array<::Google::Cloud::Notebooks::V1::Schedule>
Returns A list of returned instances.
588 589 590 591 |
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 588 class ListSchedulesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Schedules that could not be reached. For example:
['projects/{project_id}/location/{location}/schedules/monthly_digest',
'projects/{project_id}/location/{location}/schedules/weekly_sentiment'].
588 589 590 591 |
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 588 class ListSchedulesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |