public interface SignBlobRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getBytesToSign()
Deprecated.
google.iam.admin.v1.SignBlobRequest.bytes_to_sign is deprecated. See
google/iam/admin/v1/iam.proto;l=986
|
String |
getName()
Deprecated.
google.iam.admin.v1.SignBlobRequest.name is deprecated. See
google/iam/admin/v1/iam.proto;l=974
|
com.google.protobuf.ByteString |
getNameBytes()
Deprecated.
google.iam.admin.v1.SignBlobRequest.name is deprecated. See
google/iam/admin/v1/iam.proto;l=974
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated String getName()
Required. Deprecated. [Migrate to Service Account Credentials
API](https://cloud.google.com/iam/help/credentials/migrate-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) = { ... }
@Deprecated com.google.protobuf.ByteString getNameBytes()
Required. Deprecated. [Migrate to Service Account Credentials
API](https://cloud.google.com/iam/help/credentials/migrate-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) = { ... }
@Deprecated com.google.protobuf.ByteString getBytesToSign()
Required. Deprecated. [Migrate to Service Account Credentials API](https://cloud.google.com/iam/help/credentials/migrate-api). The bytes to sign.
bytes bytes_to_sign = 2 [deprecated = true, (.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.