Uses of Class
com.google.cloud.kms.v1.KeyName
-
Packages that use KeyName Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) API -
-
Uses of KeyName in com.google.cloud.kms.v1
Subclasses of KeyName in com.google.cloud.kms.v1 Modifier and Type Class Description class
CryptoKeyName
class
KeyRingName
class
UntypedKeyName
Deprecated.This resource name class will be removed in the next major version.Methods in com.google.cloud.kms.v1 that return KeyName Modifier and Type Method Description static KeyName
KeyNames. parse(String resourceNameString)
Deprecated.Methods in com.google.cloud.kms.v1 with parameters of type KeyName Modifier and Type Method Description com.google.iam.v1.Policy
KeyManagementServiceClient. getIamPolicy(KeyName resource)
Gets the access control policy for a resource.com.google.iam.v1.Policy
KeyManagementServiceClient. setIamPolicy(KeyName resource, com.google.iam.v1.Policy policy)
Sets the access control policy on the specified resource.com.google.iam.v1.TestIamPermissionsResponse
KeyManagementServiceClient. testIamPermissions(KeyName resource, List<String> permissions)
Returns permissions that a caller has on the specified resource.
-