Package com.google.iam.admin.v1
Interface SignBlobResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SignBlobResponse
,SignBlobResponse.Builder
public interface SignBlobResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getKeyId()
Deprecated.google.iam.admin.v1.SignBlobResponse.key_id is deprecated.com.google.protobuf.ByteString
getKeyIdBytes()
Deprecated.google.iam.admin.v1.SignBlobResponse.key_id is deprecated.com.google.protobuf.ByteString
getSignature()
Deprecated.google.iam.admin.v1.SignBlobResponse.signature is deprecated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKeyId
@Deprecated String getKeyId()
Deprecated.google.iam.admin.v1.SignBlobResponse.key_id is deprecated. See google/iam/admin/v1/iam.proto;l=1001Deprecated. [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];
- Returns:
- The keyId.
-
getKeyIdBytes
@Deprecated com.google.protobuf.ByteString getKeyIdBytes()
Deprecated.google.iam.admin.v1.SignBlobResponse.key_id is deprecated. See google/iam/admin/v1/iam.proto;l=1001Deprecated. [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];
- Returns:
- The bytes for keyId.
-
getSignature
@Deprecated com.google.protobuf.ByteString getSignature()
Deprecated.google.iam.admin.v1.SignBlobResponse.signature is deprecated. See google/iam/admin/v1/iam.proto;l=1007Deprecated. [Migrate to Service Account Credentials API](https://cloud.google.com/iam/help/credentials/migrate-api). The signed blob.
bytes signature = 2 [deprecated = true];
- Returns:
- The signature.
-
-