Google Cloud Api Keys V2 Client - Class GetKeyStringResponse (0.1.7)

Reference documentation and code samples for the Google Cloud Api Keys V2 Client class GetKeyStringResponse.

Response message for GetKeyString method.

Generated from protobuf message google.api.apikeys.v2.GetKeyStringResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ key_string string

An encrypted and signed value of the key.

getKeyString

An encrypted and signed value of the key.

Returns
TypeDescription
string

setKeyString

An encrypted and signed value of the key.

Parameter
NameDescription
var string
Returns
TypeDescription
$this