Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::ListJobRunsResponse.
ListJobRunsResponse is the response object returned by ListJobRuns
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#job_runs
def job_runs() -> ::Array<::Google::Cloud::Deploy::V1::JobRun>
Returns
-
(::Array<::Google::Cloud::Deploy::V1::JobRun>) โ The
JobRun
objects.
#job_runs=
def job_runs=(value) -> ::Array<::Google::Cloud::Deploy::V1::JobRun>
Parameter
-
value (::Array<::Google::Cloud::Deploy::V1::JobRun>) โ The
JobRun
objects.
Returns
-
(::Array<::Google::Cloud::Deploy::V1::JobRun>) โ The
JobRun
objects.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) โ A token, which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) โ A token, which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
Returns
-
(::String) โ A token, which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) โ Locations that could not be reached
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) โ Locations that could not be reached
Returns
- (::Array<::String>) โ Locations that could not be reached