Uses of Class
com.google.iam.admin.v1.KeyName
-
Packages that use KeyName Package Description com.google.cloud.iam.admin.v1 A client to Identity and Access Management (IAM) APIcom.google.iam.admin.v1 -
-
Uses of KeyName in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 with parameters of type KeyName Modifier and Type Method Description void
IAMClient. deleteServiceAccountKey(KeyName name)
Deletes a [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey].void
IAMClient. disableServiceAccountKey(KeyName name)
Disable a [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey].void
IAMClient. enableServiceAccountKey(KeyName name)
Enable a [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey].ServiceAccountKey
IAMClient. getServiceAccountKey(KeyName name, ServiceAccountPublicKeyType publicKeyType)
Gets a [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey]. -
Uses of KeyName in com.google.iam.admin.v1
Methods in com.google.iam.admin.v1 that return KeyName Modifier and Type Method Description KeyName
KeyName.Builder. build()
static KeyName
KeyName. of(String project, String serviceAccount, String key)
static KeyName
KeyName. parse(String formattedString)
Methods in com.google.iam.admin.v1 that return types with arguments of type KeyName Modifier and Type Method Description static List<KeyName>
KeyName. parseList(List<String> formattedStrings)
Method parameters in com.google.iam.admin.v1 with type arguments of type KeyName Modifier and Type Method Description static List<String>
KeyName. toStringList(List<KeyName> values)
-