Interface SignBlobResponseOrBuilder (3.36.0)

public interface SignBlobResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKeyId() (deprecated)

public abstract String getKeyId()

Deprecated. google.iam.admin.v1.SignBlobResponse.key_id is deprecated. See google/iam/admin/v1/iam.proto;l=1001

Deprecated. Migrate to Service Account Credentials API.

The id of the key used to sign the blob.

string key_id = 1 [deprecated = true];

Returns
TypeDescription
String

The keyId.

getKeyIdBytes() (deprecated)

public abstract ByteString getKeyIdBytes()

Deprecated. google.iam.admin.v1.SignBlobResponse.key_id is deprecated. See google/iam/admin/v1/iam.proto;l=1001

Deprecated. Migrate to Service Account Credentials API.

The id of the key used to sign the blob.

string key_id = 1 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for keyId.

getSignature() (deprecated)

public abstract ByteString getSignature()

Deprecated. google.iam.admin.v1.SignBlobResponse.signature is deprecated. See google/iam/admin/v1/iam.proto;l=1007

Deprecated. Migrate to Service Account Credentials API.

The signed blob.

bytes signature = 2 [deprecated = true];

Returns
TypeDescription
ByteString

The signature.