public interface SignBlobRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBytesToSign() (deprecated)
public abstract ByteString getBytesToSign()Deprecated. google.iam.admin.v1.SignBlobRequest.bytes_to_sign is deprecated. See google/iam/admin/v1/iam.proto;l=868
Required. Deprecated. Migrate to Service Account Credentials API. The bytes to sign.
bytes bytes_to_sign = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytesToSign. |
getName() (deprecated)
public abstract String getName()Deprecated. google.iam.admin.v1.SignBlobRequest.name is deprecated. See google/iam/admin/v1/iam.proto;l=856
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) = { ... }
| Type | Description |
| String | The name. |
getNameBytes() (deprecated)
public abstract ByteString getNameBytes()Deprecated. google.iam.admin.v1.SignBlobRequest.name is deprecated. See google/iam/admin/v1/iam.proto;l=856
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) = { ... }
| Type | Description |
| ByteString | The bytes for name. |