Class: Google::Cloud::OsConfig::V1::ListPatchJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::ListPatchJobsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/patch_jobs.rb
Overview
A response message for listing patch jobs.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A pagination token that can be used to get the next page of results.
-
#patch_jobs ⇒ ::Array<::Google::Cloud::OsConfig::V1::PatchJob>
The list of patch jobs.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A pagination token that can be used to get the next page of results.
156 157 158 159 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 156 class ListPatchJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#patch_jobs ⇒ ::Array<::Google::Cloud::OsConfig::V1::PatchJob>
Returns The list of patch jobs.
156 157 158 159 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 156 class ListPatchJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |