public interface SignBlobResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyId()
Deprecated.
google.iam.admin.v1.SignBlobResponse.key_id is deprecated. See
google/iam/admin/v1/iam.proto;l=1001
|
com.google.protobuf.ByteString |
getKeyIdBytes()
Deprecated.
google.iam.admin.v1.SignBlobResponse.key_id is deprecated. See
google/iam/admin/v1/iam.proto;l=1001
|
com.google.protobuf.ByteString |
getSignature()
Deprecated.
google.iam.admin.v1.SignBlobResponse.signature is deprecated. See
google/iam/admin/v1/iam.proto;l=1007
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated String getKeyId()
Deprecated. [Migrate to Service Account Credentials API](https://cloud.google.com/iam/help/credentials/migrate-api). The id of the key used to sign the blob.
string key_id = 1 [deprecated = true];@Deprecated com.google.protobuf.ByteString getKeyIdBytes()
Deprecated. [Migrate to Service Account Credentials API](https://cloud.google.com/iam/help/credentials/migrate-api). The id of the key used to sign the blob.
string key_id = 1 [deprecated = true];@Deprecated com.google.protobuf.ByteString getSignature()
Deprecated. [Migrate to Service Account Credentials API](https://cloud.google.com/iam/help/credentials/migrate-api). The signed blob.
bytes signature = 2 [deprecated = true];Copyright © 2025 Google LLC. All rights reserved.