Class: Google::Cloud::ApiHub::V1::DeleteDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::DeleteDeploymentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/apihub_service.rb
Overview
The DeleteDeployment method's request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the deployment resource to delete.
Format: projects/{project}/locations/{location}/deployments/{deployment}
.
699 700 701 702 |
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 699 class DeleteDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |