Class: Google::Cloud::ApiKeys::V2::GetKeyStringResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ApiKeys::V2::GetKeyStringResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/apikeys/v2/apikeys.rb
Overview
Response message for GetKeyString
method.
Instance Attribute Summary collapse
-
#key_string ⇒ ::String
An encrypted and signed value of the key.
Instance Attribute Details
#key_string ⇒ ::String
Returns An encrypted and signed value of the key.
102 103 104 105 |
# File 'proto_docs/google/api/apikeys/v2/apikeys.rb', line 102 class GetKeyStringResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |