Class: Google::Cloud::Deploy::V1::ListJobRunsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::ListJobRunsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
ListJobRunsResponse is the response object returned by ListJobRuns
.
Instance Attribute Summary collapse
-
#job_runs ⇒ ::Array<::Google::Cloud::Deploy::V1::JobRun>
The
JobRun
objects. -
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#job_runs ⇒ ::Array<::Google::Cloud::Deploy::V1::JobRun>
Returns The JobRun
objects.
3000 3001 3002 3003 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3000 class ListJobRunsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page. If
this field is omitted, there are no subsequent pages.
3000 3001 3002 3003 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3000 class ListJobRunsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
3000 3001 3002 3003 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3000 class ListJobRunsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |