Class: Google::Cloud::CertificateManager::V1::DeleteTrustConfigRequest

Inherits:
Object
  • Object
show all
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

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.

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.



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/*.

Returns:

  • (::String)

    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