Class: Google::Cloud::CertificateManager::V1::DeleteTrustConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CertificateManager::V1::DeleteTrustConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/trust_config.rb
Overview
Request for the DeleteTrustConfig
method.
Instance Attribute Summary collapse
-
#etag ⇒ ::String
The current etag of the TrustConfig.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#etag ⇒ ::String
Returns 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.
118 119 120 121 |
# File 'proto_docs/google/cloud/certificatemanager/v1/trust_config.rb', line 118 class DeleteTrustConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. A name of the TrustConfig to delete. Must be in the format
projects/*/locations/*/trustConfigs/*
.
118 119 120 121 |
# File 'proto_docs/google/cloud/certificatemanager/v1/trust_config.rb', line 118 class DeleteTrustConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |