Class: Google::Cloud::OsConfig::V1::ListPatchJobInstanceDetailsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::ListPatchJobInstanceDetailsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/patch_jobs.rb
Overview
Request to list details for all instances that are part of a patch job.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
A filter expression that filters results listed in the response.
-
#page_size ⇒ ::Integer
The maximum number of instance details records 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 A filter expression that filters results listed in the response. This
field supports filtering results by instance zone, name, state, or
failure_reason
.
86 87 88 89 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 86 class ListPatchJobInstanceDetailsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of instance details records to return. Default is 100.
86 87 88 89 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 86 class ListPatchJobInstanceDetailsRequest 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.
86 87 88 89 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 86 class ListPatchJobInstanceDetailsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent for the instances are in the form of
projects/*/patchJobs/*
.
86 87 88 89 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 86 class ListPatchJobInstanceDetailsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |