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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setKeyId
The ID of the key used to sign the blob.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSignedBlob
The signed blob.
Returns | |
---|---|
Type | Description |
string |
setSignedBlob
The signed blob.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |