Class: Google::Cloud::TelcoAutomation::V1::ApplyHydratedDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::TelcoAutomation::V1::ApplyHydratedDeploymentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb
Overview
Request for applying a hydrated deployment.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the hydrated deployment to apply.
1187 1188 1189 1190 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1187 class ApplyHydratedDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |