public static interface SingleTenantHsmInstanceProposal.UpgradeKeyTrustOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Required. The name of the CryptoKeyVersion to promote.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. The name of the CryptoKeyVersion to promote.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getTwoFactorPublicKeyPem()
public abstract String getTwoFactorPublicKeyPem()Required. The public key associated with the 2FA key that will sign the login nonce for this operation.
string two_factor_public_key_pem = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The twoFactorPublicKeyPem. |
getTwoFactorPublicKeyPemBytes()
public abstract ByteString getTwoFactorPublicKeyPemBytes()Required. The public key associated with the 2FA key that will sign the login nonce for this operation.
string two_factor_public_key_pem = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for twoFactorPublicKeyPem. |