Reference documentation and code samples for the Cloud OS Config V1 API class Google::Cloud::OsConfig::V1::ListPatchDeploymentsRequest.
A request message for listing patch deployments.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Optional. The maximum number of patch deployments to return. Default is 100.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The maximum number of patch deployments to return. Default is 100.
Returns
- (::Integer) — Optional. The maximum number of patch deployments to return. Default is 100.
#page_token
def page_token() -> ::String
Returns
- (::String) — Optional. A pagination token returned from a previous call to ListPatchDeployments that indicates where this listing should continue from.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Optional. A pagination token returned from a previous call to ListPatchDeployments that indicates where this listing should continue from.
Returns
- (::String) — Optional. A pagination token returned from a previous call to ListPatchDeployments that indicates where this listing should continue from.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The resource name of the parent in the form
projects/*
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of the parent in the form
projects/*
.
Returns
-
(::String) — Required. The resource name of the parent in the form
projects/*
.