Class: Google::Cloud::Notebooks::V1::ListSchedulesResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:



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'].

Returns:

  • (::Array<::String>)

    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