Class: Google::Cloud::OsConfig::V1::GetPatchDeploymentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/osconfig/v1/patch_deployments.rb

Overview

A request message for retrieving a patch deployment.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the patch deployment in the form projects/*/patchDeployments/*.

Returns:

  • (::String)

    Required. The resource name of the patch deployment in the form projects/*/patchDeployments/*.



205
206
207
208
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 205

class GetPatchDeploymentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end