Reference documentation and code samples for the Cloud OS Config V1 API class Google::Cloud::OsConfig::V1::ListPatchJobsResponse.
A response message for listing patch jobs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A pagination token that can be used to get the next page of results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A pagination token that can be used to get the next page of results.
Returns
- (::String) — A pagination token that can be used to get the next page of results.
#patch_jobs
def patch_jobs() -> ::Array<::Google::Cloud::OsConfig::V1::PatchJob>
Returns
- (::Array<::Google::Cloud::OsConfig::V1::PatchJob>) — The list of patch jobs.
#patch_jobs=
def patch_jobs=(value) -> ::Array<::Google::Cloud::OsConfig::V1::PatchJob>
Parameter
- value (::Array<::Google::Cloud::OsConfig::V1::PatchJob>) — The list of patch jobs.
Returns
- (::Array<::Google::Cloud::OsConfig::V1::PatchJob>) — The list of patch jobs.