Class: Google::Cloud::OsConfig::V1::ListPatchJobsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::ListPatchJobsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/patch_jobs.rb
Overview
A request message for listing patch jobs.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
If provided, this field specifies the criteria that must be met by patch jobs to be included in the response.
-
#page_size ⇒ ::Integer
The maximum number of instance status to return.
-
#page_token ⇒ ::String
A pagination token returned from a previous call that indicates where this listing should continue from.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns If provided, this field specifies the criteria that must be met by patch jobs to be included in the response. Currently, filtering is only available on the patch_deployment field.
144 145 146 147 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 144 class ListPatchJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of instance status to return.
144 145 146 147 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 144 class ListPatchJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A pagination token returned from a previous call that indicates where this listing should continue from.
144 145 146 147 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 144 class ListPatchJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. In the form of projects/*
.
144 145 146 147 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 144 class ListPatchJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |