public interface SignJwtResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyId()
Deprecated.
google.iam.admin.v1.SignJwtResponse.key_id is deprecated. See
google/iam/admin/v1/iam.proto;l=1059
|
com.google.protobuf.ByteString |
getKeyIdBytes()
Deprecated.
google.iam.admin.v1.SignJwtResponse.key_id is deprecated. See
google/iam/admin/v1/iam.proto;l=1059
|
String |
getSignedJwt()
Deprecated.
google.iam.admin.v1.SignJwtResponse.signed_jwt is deprecated. See
google/iam/admin/v1/iam.proto;l=1065
|
com.google.protobuf.ByteString |
getSignedJwtBytes()
Deprecated.
google.iam.admin.v1.SignJwtResponse.signed_jwt is deprecated. See
google/iam/admin/v1/iam.proto;l=1065
|
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 JWT.
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 JWT.
string key_id = 1 [deprecated = true];@Deprecated String getSignedJwt()
Deprecated. [Migrate to Service Account Credentials API](https://cloud.google.com/iam/help/credentials/migrate-api). The signed JWT.
string signed_jwt = 2 [deprecated = true];@Deprecated com.google.protobuf.ByteString getSignedJwtBytes()
Deprecated. [Migrate to Service Account Credentials API](https://cloud.google.com/iam/help/credentials/migrate-api). The signed JWT.
string signed_jwt = 2 [deprecated = true];Copyright © 2025 Google LLC. All rights reserved.