Class: Google::Cloud::TelcoAutomation::V1::RollbackDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::TelcoAutomation::V1::RollbackDeploymentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb
Overview
Request object for RollbackDeployment.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#revision_id ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the deployment.
1093 1094 1095 1096 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1093 class RollbackDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#revision_id ⇒ ::String
Returns Required. The revision id of deployment to roll back to.
1093 1094 1095 1096 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1093 class RollbackDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |