A request message for creating a patch deployment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The project to apply this patch deployment to in the form
projects/*
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The project to apply this patch deployment to in the form
projects/*
.
Returns
-
(::String) — Required. The project to apply this patch deployment to in the form
projects/*
.
#patch_deployment
def patch_deployment() -> ::Google::Cloud::OsConfig::V1::PatchDeployment
Returns
- (::Google::Cloud::OsConfig::V1::PatchDeployment) — Required. The patch deployment to create.
#patch_deployment=
def patch_deployment=(value) -> ::Google::Cloud::OsConfig::V1::PatchDeployment
Parameter
- value (::Google::Cloud::OsConfig::V1::PatchDeployment) — Required. The patch deployment to create.
Returns
- (::Google::Cloud::OsConfig::V1::PatchDeployment) — Required. The patch deployment to create.
#patch_deployment_id
def patch_deployment_id() -> ::String
Returns
-
(::String) —
Required. A name for the patch deployment in the project. When creating a name the following rules apply:
- Must contain only lowercase letters, numbers, and hyphens.
- Must start with a letter.
- Must be between 1-63 characters.
- Must end with a number or a letter.
- Must be unique within the project.
#patch_deployment_id=
def patch_deployment_id=(value) -> ::String
Parameter
-
value (::String) —
Required. A name for the patch deployment in the project. When creating a name the following rules apply:
- Must contain only lowercase letters, numbers, and hyphens.
- Must start with a letter.
- Must be between 1-63 characters.
- Must end with a number or a letter.
- Must be unique within the project.
Returns
-
(::String) —
Required. A name for the patch deployment in the project. When creating a name the following rules apply:
- Must contain only lowercase letters, numbers, and hyphens.
- Must start with a letter.
- Must be between 1-63 characters.
- Must end with a number or a letter.
- Must be unique within the project.