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 ServiceAccountKeyIAMClient. createServiceAccountKey(ServiceAccountName name, ServiceAccountPrivateKeyType privateKeyType, ServiceAccountKeyAlgorithm keyAlgorithm)Creates a [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey].ServiceAccountKeyIAMClient. 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 ServiceAccountKeyAlgorithmServiceAccountKeyAlgorithm. forNumber(int value)ServiceAccountKeyAlgorithmCreateServiceAccountKeyRequest.Builder. getKeyAlgorithm()Which type of key and algorithm to use for the key.ServiceAccountKeyAlgorithmCreateServiceAccountKeyRequest. getKeyAlgorithm()Which type of key and algorithm to use for the key.ServiceAccountKeyAlgorithmCreateServiceAccountKeyRequestOrBuilder. getKeyAlgorithm()Which type of key and algorithm to use for the key.ServiceAccountKeyAlgorithmServiceAccountKey.Builder. getKeyAlgorithm()Specifies the algorithm (and possibly key size) for the key.ServiceAccountKeyAlgorithmServiceAccountKey. getKeyAlgorithm()Specifies the algorithm (and possibly key size) for the key.ServiceAccountKeyAlgorithmServiceAccountKeyOrBuilder. getKeyAlgorithm()Specifies the algorithm (and possibly key size) for the key.static ServiceAccountKeyAlgorithmServiceAccountKeyAlgorithm. valueOf(int value)Deprecated.static ServiceAccountKeyAlgorithmServiceAccountKeyAlgorithm. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ServiceAccountKeyAlgorithmServiceAccountKeyAlgorithm. 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.BuilderCreateServiceAccountKeyRequest.Builder. setKeyAlgorithm(ServiceAccountKeyAlgorithm value)Which type of key and algorithm to use for the key.ServiceAccountKey.BuilderServiceAccountKey.Builder. setKeyAlgorithm(ServiceAccountKeyAlgorithm value)Specifies the algorithm (and possibly key size) for the key.
-