Reference documentation and code samples for the Batch V1 API class Google::Cloud::Batch::V1::ListJobsResponse.
ListJob Response.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#jobs
def jobs() -> ::Array<::Google::Cloud::Batch::V1::Job>
Returns
- (::Array<::Google::Cloud::Batch::V1::Job>) — Jobs.
#jobs=
def jobs=(value) -> ::Array<::Google::Cloud::Batch::V1::Job>
Parameter
- value (::Array<::Google::Cloud::Batch::V1::Job>) — Jobs.
Returns
- (::Array<::Google::Cloud::Batch::V1::Job>) — Jobs.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Next page token.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Next page token.
Returns
- (::String) — Next page token.
#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.