Reference documentation and code samples for the Certificate Manager V1 API class Google::Cloud::CertificateManager::V1::DeleteTrustConfigRequest.
Request for the DeleteTrustConfig
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#etag
def etag() -> ::String
Returns
- (::String) — The current etag of the TrustConfig. If an etag is provided and does not match the current etag of the resource, deletion will be blocked and an ABORTED error will be returned.
#etag=
def etag=(value) -> ::String
Parameter
- value (::String) — The current etag of the TrustConfig. If an etag is provided and does not match the current etag of the resource, deletion will be blocked and an ABORTED error will be returned.
Returns
- (::String) — The current etag of the TrustConfig. If an etag is provided and does not match the current etag of the resource, deletion will be blocked and an ABORTED error will be returned.
#name
def name() -> ::String
Returns
-
(::String) — Required. A name of the TrustConfig to delete. Must be in the format
projects/*/locations/*/trustConfigs/*
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. A name of the TrustConfig to delete. Must be in the format
projects/*/locations/*/trustConfigs/*
.
Returns
-
(::String) — Required. A name of the TrustConfig to delete. Must be in the format
projects/*/locations/*/trustConfigs/*
.