Class: Google::Cloud::ApiKeys::V2::GetKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiKeys::V2::GetKeyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/apikeys/v2/apikeys.rb
Overview
Request message for GetKey
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the API key to get.
84 85 86 87 |
# File 'proto_docs/google/api/apikeys/v2/apikeys.rb', line 84 class GetKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |