Class: Google::Cloud::ApiKeys::V2::GetKeyStringResponse

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

Instance Attribute Details

#key_string::String

Returns An encrypted and signed value of the key.

Returns:

  • (::String)

    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