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 ServiceAccountKey
IAMClient. createServiceAccountKey(ServiceAccountName name, ServiceAccountPrivateKeyType privateKeyType, ServiceAccountKeyAlgorithm keyAlgorithm)
Creates a [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey].void
IAMClient. deleteServiceAccount(ServiceAccountName name)
Deletes a [ServiceAccount][google.iam.admin.v1.ServiceAccount].ServiceAccount
IAMClient. getServiceAccount(ServiceAccountName name)
Gets a [ServiceAccount][google.iam.admin.v1.ServiceAccount].ListServiceAccountKeysResponse
IAMClient. listServiceAccountKeys(ServiceAccountName name, List<ListServiceAccountKeysRequest.KeyType> keyTypes)
Lists every [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey] for a service account.SignBlobResponse
IAMClient. signBlob(ServiceAccountName name, com.google.protobuf.ByteString bytesToSign)
Deprecated.This method is deprecated and will be removed in the next major version update.SignJwtResponse
IAMClient. 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 ServiceAccountName
ServiceAccountName.Builder. build()
static ServiceAccountName
ServiceAccountName. of(String project, String serviceAccount)
static ServiceAccountName
ServiceAccountName. 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)
-