Uses of Class
com.google.cloud.iam.credentials.v1.ServiceAccountName
-
Packages that use ServiceAccountName Package Description com.google.cloud.iam.credentials.v1 A client to IAM Service Account Credentials API -
-
Uses of ServiceAccountName in com.google.cloud.iam.credentials.v1
Methods in com.google.cloud.iam.credentials.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.cloud.iam.credentials.v1 that return types with arguments of type ServiceAccountName Modifier and Type Method Description static List<ServiceAccountName>ServiceAccountName. parseList(List<String> formattedStrings)Methods in com.google.cloud.iam.credentials.v1 with parameters of type ServiceAccountName Modifier and Type Method Description GenerateAccessTokenResponseIamCredentialsClient. generateAccessToken(ServiceAccountName name, List<String> delegates, List<String> scope, com.google.protobuf.Duration lifetime)Generates an OAuth 2.0 access token for a service account.GenerateIdTokenResponseIamCredentialsClient. generateIdToken(ServiceAccountName name, List<String> delegates, String audience, boolean includeEmail)Generates an OpenID Connect ID token for a service account.SignBlobResponseIamCredentialsClient. signBlob(ServiceAccountName name, List<String> delegates, com.google.protobuf.ByteString payload)Signs a blob using a service account's system-managed private key.SignJwtResponseIamCredentialsClient. signJwt(ServiceAccountName name, List<String> delegates, String payload)Signs a JWT using a service account's system-managed private key.Method parameters in com.google.cloud.iam.credentials.v1 with type arguments of type ServiceAccountName Modifier and Type Method Description static List<String>ServiceAccountName. toStringList(List<ServiceAccountName> values)
-