Class: Google::Cloud::TelcoAutomation::V1::ComputeDeploymentStatusRequest
- Inherits:
-
Object
- Object
- Google::Cloud::TelcoAutomation::V1::ComputeDeploymentStatusRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb
Overview
Request object for ComputeDeploymentStatus.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the deployment without revisionID.
1066 1067 1068 1069 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1066 class ComputeDeploymentStatusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |