Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::DeleteDeploymentRequest.
Request message for AgentService.DeleteDeployment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#etag
def etag() -> ::String
Returns
- (::String) — Optional. The etag of the deployment. If an etag is provided and does not match the current etag of the deployment, deletion will be blocked and an ABORTED error will be returned.
#etag=
def etag=(value) -> ::String
Parameter
- value (::String) — Optional. The etag of the deployment. If an etag is provided and does not match the current etag of the deployment, deletion will be blocked and an ABORTED error will be returned.
Returns
- (::String) — Optional. The etag of the deployment. If an etag is provided and does not match the current etag of the deployment, deletion will be blocked and an ABORTED error will be returned.
#name
def name() -> ::String
Returns
-
(::String) — Required. The name of the deployment to delete.
Format:
projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the deployment to delete.
Format:
projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}
Returns
-
(::String) — Required. The name of the deployment to delete.
Format:
projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}