AI Platform Notebooks V1 API - Class Google::Cloud::Notebooks::V1::ListSchedulesResponse (v0.9.0)

Reference documentation and code samples for the AI Platform Notebooks V1 API class Google::Cloud::Notebooks::V1::ListSchedulesResponse.

Response for listing scheduled notebook job.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — Page token that can be used to continue listing from the last result in the next list call.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — 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.

#schedules

def schedules() -> ::Array<::Google::Cloud::Notebooks::V1::Schedule>
Returns

#schedules=

def schedules=(value) -> ::Array<::Google::Cloud::Notebooks::V1::Schedule>
Parameter
Returns

#unreachable

def unreachable() -> ::Array<::String>
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']
    

#unreachable=

def unreachable=(value) -> ::Array<::String>
Parameter
  • value (::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']
    
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']