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
JobRunobjects. -
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#job_runs ⇒ ::Array<::Google::Cloud::Deploy::V1::JobRun>
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
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>
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 |