Uses of Class
com.google.iam.admin.v1.ProjectName
-
Packages that use ProjectName Package Description com.google.cloud.iam.admin.v1 A client to Identity and Access Management (IAM) APIcom.google.iam.admin.v1 -
-
Uses of ProjectName in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 with parameters of type ProjectName Modifier and Type Method Description ServiceAccountIAMClient. createServiceAccount(ProjectName name, String accountId, ServiceAccount serviceAccount)Creates a [ServiceAccount][google.iam.admin.v1.ServiceAccount].IAMClient.ListServiceAccountsPagedResponseIAMClient. listServiceAccounts(ProjectName name)Lists every [ServiceAccount][google.iam.admin.v1.ServiceAccount] that belongs to a specific project. -
Uses of ProjectName in com.google.iam.admin.v1
Methods in com.google.iam.admin.v1 that return ProjectName Modifier and Type Method Description ProjectNameProjectName.Builder. build()static ProjectNameProjectName. of(String project)static ProjectNameProjectName. parse(String formattedString)Methods in com.google.iam.admin.v1 that return types with arguments of type ProjectName Modifier and Type Method Description static List<ProjectName>ProjectName. parseList(List<String> formattedStrings)Method parameters in com.google.iam.admin.v1 with type arguments of type ProjectName Modifier and Type Method Description static List<String>ProjectName. toStringList(List<ProjectName> values)
-