Interface SignBlobRequestOrBuilder (1.1.8)

public interface SignBlobRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBytesToSign() (deprecated)

public abstract ByteString getBytesToSign()

Deprecated.

Required. Deprecated. Migrate to Service Account Credentials API. The bytes to sign.

bytes bytes_to_sign = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytesToSign.

getName() (deprecated)

public abstract String getName()

Deprecated.

Required. Deprecated. Migrate to Service Account Credentials API. The resource name of the service account in the following format: projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}. Using - as a wildcard for the PROJECT_ID will infer the project from the account. The ACCOUNT value can be the email address or the unique_id of the service account.

string name = 1 [deprecated = true, (.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes() (deprecated)

public abstract ByteString getNameBytes()

Deprecated.

Required. Deprecated. Migrate to Service Account Credentials API. The resource name of the service account in the following format: projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}. Using - as a wildcard for the PROJECT_ID will infer the project from the account. The ACCOUNT value can be the email address or the unique_id of the service account.

string name = 1 [deprecated = true, (.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.