Reference documentation and code samples for the Cloud OS Config V1 API class Google::Cloud::OsConfig::V1::ListPatchDeploymentsResponse.
A response message for listing patch deployments.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A pagination token that can be used to get the next page of patch deployments.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A pagination token that can be used to get the next page of patch deployments.
Returns
- (::String) — A pagination token that can be used to get the next page of patch deployments.
#patch_deployments
def patch_deployments() -> ::Array<::Google::Cloud::OsConfig::V1::PatchDeployment>
Returns
- (::Array<::Google::Cloud::OsConfig::V1::PatchDeployment>) — The list of patch deployments.
#patch_deployments=
def patch_deployments=(value) -> ::Array<::Google::Cloud::OsConfig::V1::PatchDeployment>
Parameter
- value (::Array<::Google::Cloud::OsConfig::V1::PatchDeployment>) — The list of patch deployments.
Returns
- (::Array<::Google::Cloud::OsConfig::V1::PatchDeployment>) — The list of patch deployments.