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