Uses of Class
com.google.iam.admin.v1.ServiceAccountKeyAlgorithm
-
Packages that use ServiceAccountKeyAlgorithm Package Description com.google.cloud.iam.admin.v1 A client to Identity and Access Management (IAM) APIcom.google.iam.admin.v1 -
-
Uses of ServiceAccountKeyAlgorithm in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 with parameters of type ServiceAccountKeyAlgorithm Modifier and Type Method Description ServiceAccountKey
IAMClient. createServiceAccountKey(ServiceAccountName name, ServiceAccountPrivateKeyType privateKeyType, ServiceAccountKeyAlgorithm keyAlgorithm)
Creates a [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey].ServiceAccountKey
IAMClient. createServiceAccountKey(String name, ServiceAccountPrivateKeyType privateKeyType, ServiceAccountKeyAlgorithm keyAlgorithm)
Creates a [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey]. -
Uses of ServiceAccountKeyAlgorithm in com.google.iam.admin.v1
Methods in com.google.iam.admin.v1 that return ServiceAccountKeyAlgorithm Modifier and Type Method Description static ServiceAccountKeyAlgorithm
ServiceAccountKeyAlgorithm. forNumber(int value)
ServiceAccountKeyAlgorithm
CreateServiceAccountKeyRequest.Builder. getKeyAlgorithm()
Which type of key and algorithm to use for the key.ServiceAccountKeyAlgorithm
CreateServiceAccountKeyRequest. getKeyAlgorithm()
Which type of key and algorithm to use for the key.ServiceAccountKeyAlgorithm
CreateServiceAccountKeyRequestOrBuilder. getKeyAlgorithm()
Which type of key and algorithm to use for the key.ServiceAccountKeyAlgorithm
ServiceAccountKey.Builder. getKeyAlgorithm()
Specifies the algorithm (and possibly key size) for the key.ServiceAccountKeyAlgorithm
ServiceAccountKey. getKeyAlgorithm()
Specifies the algorithm (and possibly key size) for the key.ServiceAccountKeyAlgorithm
ServiceAccountKeyOrBuilder. getKeyAlgorithm()
Specifies the algorithm (and possibly key size) for the key.static ServiceAccountKeyAlgorithm
ServiceAccountKeyAlgorithm. valueOf(int value)
Deprecated.static ServiceAccountKeyAlgorithm
ServiceAccountKeyAlgorithm. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ServiceAccountKeyAlgorithm
ServiceAccountKeyAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServiceAccountKeyAlgorithm[]
ServiceAccountKeyAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.iam.admin.v1 that return types with arguments of type ServiceAccountKeyAlgorithm Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ServiceAccountKeyAlgorithm>
ServiceAccountKeyAlgorithm. internalGetValueMap()
Methods in com.google.iam.admin.v1 with parameters of type ServiceAccountKeyAlgorithm Modifier and Type Method Description CreateServiceAccountKeyRequest.Builder
CreateServiceAccountKeyRequest.Builder. setKeyAlgorithm(ServiceAccountKeyAlgorithm value)
Which type of key and algorithm to use for the key.ServiceAccountKey.Builder
ServiceAccountKey.Builder. setKeyAlgorithm(ServiceAccountKeyAlgorithm value)
Specifies the algorithm (and possibly key size) for the key.
-