Google Cloud Iam Credentials V1 Client - Class SignBlobResponse (1.1.2)

Reference documentation and code samples for the Google Cloud Iam Credentials V1 Client class SignBlobResponse.

Generated from protobuf message google.iam.credentials.v1.SignBlobResponse

Namespace

Google \ Cloud \ Iam \ Credentials \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ key_id string

The ID of the key used to sign the blob.

↳ signed_blob string

The signed blob.

getKeyId

The ID of the key used to sign the blob.

Returns
TypeDescription
string

setKeyId

The ID of the key used to sign the blob.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSignedBlob

The signed blob.

Returns
TypeDescription
string

setSignedBlob

The signed blob.

Parameter
NameDescription
var string
Returns
TypeDescription
$this