Class: Google::Cloud::OsConfig::V1::ListPatchDeploymentsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::ListPatchDeploymentsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/patch_deployments.rb
Overview
A request message for listing patch deployments.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. The maximum number of patch deployments to return. Default is 100.
248 249 250 251 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 248 class ListPatchDeploymentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A pagination token returned from a previous call to ListPatchDeployments that indicates where this listing should continue from.
248 249 250 251 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 248 class ListPatchDeploymentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the parent in the form projects/*
.
248 249 250 251 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 248 class ListPatchDeploymentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |