Reference documentation and code samples for the Google Workspace Add-ons V1 API class Google::Cloud::GSuiteAddOns::V1::DeleteDeploymentRequest.
Request message to delete a deployment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#etag
def etag() -> ::String
    Returns
    
  - (::String) — The etag of the deployment to delete. If this is provided, it must match the server's etag.
#etag=
def etag=(value) -> ::String
    Parameter
    
  - value (::String) — The etag of the deployment to delete. If this is provided, it must match the server's etag.
    Returns
    
  - (::String) — The etag of the deployment to delete. If this is provided, it must match the server's etag.
#name
def name() -> ::String
    Returns
    
  - 
        (::String) — Required. The full resource name of the deployment to delete.Example: projects/my_project/deployments/my_deployment.
#name=
def name=(value) -> ::String
    Parameter
    
  - 
        value (::String) — Required. The full resource name of the deployment to delete.Example: projects/my_project/deployments/my_deployment.
    Returns
    
- 
        (::String) — Required. The full resource name of the deployment to delete.Example: projects/my_project/deployments/my_deployment.