Reference documentation and code samples for the Telco Automation V1 API class Google::Cloud::TelcoAutomation::V1::UpdateHydratedDeploymentRequest.
Request object for UpdateHydratedDeployment
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#hydrated_deployment
def hydrated_deployment() -> ::Google::Cloud::TelcoAutomation::V1::HydratedDeployment
Returns
- (::Google::Cloud::TelcoAutomation::V1::HydratedDeployment) — Required. The hydrated deployment to update.
#hydrated_deployment=
def hydrated_deployment=(value) -> ::Google::Cloud::TelcoAutomation::V1::HydratedDeployment
Parameter
- value (::Google::Cloud::TelcoAutomation::V1::HydratedDeployment) — Required. The hydrated deployment to update.
Returns
- (::Google::Cloud::TelcoAutomation::V1::HydratedDeployment) — Required. The hydrated deployment to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
-
(::Google::Protobuf::FieldMask) — Required. The list of fields to update. Update mask supports a special
value
*
which fully replaces (equivalent to PUT) the resource provided.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::Google::Protobuf::FieldMask) — Required. The list of fields to update. Update mask supports a special
value
*
which fully replaces (equivalent to PUT) the resource provided.
Returns
-
(::Google::Protobuf::FieldMask) — Required. The list of fields to update. Update mask supports a special
value
*
which fully replaces (equivalent to PUT) the resource provided.