Uses of Class
com.google.iam.admin.v1.ServiceAccountName
-
Packages that use ServiceAccountName Package Description com.google.cloud.iam.admin.v1 A client to Identity and Access Management (IAM) APIcom.google.iam.admin.v1 -
-
Uses of ServiceAccountName in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 with parameters of type ServiceAccountName Modifier and Type Method Description ServiceAccountKeyIAMClient. createServiceAccountKey(ServiceAccountName name, ServiceAccountPrivateKeyType privateKeyType, ServiceAccountKeyAlgorithm keyAlgorithm)Creates a [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey].voidIAMClient. deleteServiceAccount(ServiceAccountName name)Deletes a [ServiceAccount][google.iam.admin.v1.ServiceAccount].ServiceAccountIAMClient. getServiceAccount(ServiceAccountName name)Gets a [ServiceAccount][google.iam.admin.v1.ServiceAccount].ListServiceAccountKeysResponseIAMClient. listServiceAccountKeys(ServiceAccountName name, List<ListServiceAccountKeysRequest.KeyType> keyTypes)Lists every [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey] for a service account.SignBlobResponseIAMClient. signBlob(ServiceAccountName name, com.google.protobuf.ByteString bytesToSign)Deprecated.This method is deprecated and will be removed in the next major version update.SignJwtResponseIAMClient. signJwt(ServiceAccountName name, String payload)Deprecated.This method is deprecated and will be removed in the next major version update. -
Uses of ServiceAccountName in com.google.iam.admin.v1
Methods in com.google.iam.admin.v1 that return ServiceAccountName Modifier and Type Method Description ServiceAccountNameServiceAccountName.Builder. build()static ServiceAccountNameServiceAccountName. of(String project, String serviceAccount)static ServiceAccountNameServiceAccountName. parse(String formattedString)Methods in com.google.iam.admin.v1 that return types with arguments of type ServiceAccountName Modifier and Type Method Description static List<ServiceAccountName>ServiceAccountName. parseList(List<String> formattedStrings)Method parameters in com.google.iam.admin.v1 with type arguments of type ServiceAccountName Modifier and Type Method Description static List<String>ServiceAccountName. toStringList(List<ServiceAccountName> values)
-