Class: Google::Cloud::Notebooks::V1::ListExecutionsResponse

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 executions

Instance Attribute Summary collapse

Instance Attribute Details

#executions::Array<::Google::Cloud::Notebooks::V1::Execution>

Returns A list of returned instances.

Returns:



678
679
680
681
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 678

class ListExecutionsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#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.



678
679
680
681
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 678

class ListExecutionsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unreachable::Array<::String>

Returns Executions IDs that could not be reached. For example:

['projects/{project_id}/location/{location}/executions/imagenet_test1',
 'projects/{project_id}/location/{location}/executions/classifier_train1'].

Returns:

  • (::Array<::String>)

    Executions IDs that could not be reached. For example:

    ['projects/{project_id}/location/{location}/executions/imagenet_test1',
     'projects/{project_id}/location/{location}/executions/classifier_train1']
    


678
679
680
681
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 678

class ListExecutionsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end