Class: Google::Cloud::ApiKeys::V2::UndeleteKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiKeys::V2::UndeleteKeyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/apikeys/v2/apikeys.rb
Overview
Request message for UndeleteKey method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the API key to be undeleted.
144 145 146 147 |
# File 'proto_docs/google/api/apikeys/v2/apikeys.rb', line 144 class UndeleteKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |