Class: Google::Cloud::Notebooks::V1::ListExecutionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::ListExecutionsResponse
- 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
-
#executions ⇒ ::Array<::Google::Cloud::Notebooks::V1::Execution>
A list of returned instances.
-
#next_page_token ⇒ ::String
Page token that can be used to continue listing from the last result in the next list call.
-
#unreachable ⇒ ::Array<::String>
Executions IDs that could not be reached.
Instance Attribute Details
#executions ⇒ ::Array<::Google::Cloud::Notebooks::V1::Execution>
Returns A list of returned instances.
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.
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'].
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 |