Reference documentation and code samples for the Telco Automation V1 API class Google::Cloud::TelcoAutomation::V1::UpdateDeploymentRequest.
Request object for UpdateDeployment
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deployment
def deployment() -> ::Google::Cloud::TelcoAutomation::V1::Deployment
Returns
-
(::Google::Cloud::TelcoAutomation::V1::Deployment) — Required. The
deployment
to update.
#deployment=
def deployment=(value) -> ::Google::Cloud::TelcoAutomation::V1::Deployment
Parameter
-
value (::Google::Cloud::TelcoAutomation::V1::Deployment) — Required. The
deployment
to update.
Returns
-
(::Google::Cloud::TelcoAutomation::V1::Deployment) — Required. The
deployment
to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
-
(::Google::Protobuf::FieldMask) — Required. Update mask is used to specify the fields to be overwritten in
the
deployment
resource by the update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::Google::Protobuf::FieldMask) — Required. Update mask is used to specify the fields to be overwritten in
the
deployment
resource by the update.
Returns
-
(::Google::Protobuf::FieldMask) — Required. Update mask is used to specify the fields to be overwritten in
the
deployment
resource by the update.