Class: Google::Cloud::GSuiteAddOns::V1::DeleteDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GSuiteAddOns::V1::DeleteDeploymentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb
Overview
Request message to delete a deployment.
Instance Attribute Summary collapse
-
#etag ⇒ ::String
The etag of the deployment to delete.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#etag ⇒ ::String
Returns The etag of the deployment to delete. If this is provided, it must match the server's etag.
139 140 141 142 |
# File 'proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb', line 139 class DeleteDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The full resource name of the deployment to delete.
Example: projects/my_project/deployments/my_deployment
.
139 140 141 142 |
# File 'proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb', line 139 class DeleteDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |