| Modifier and Type | Method and Description |
|---|---|
static ServiceAccountKeyAlgorithm |
ServiceAccountKeyAlgorithm.forNumber(int value) |
ServiceAccountKeyAlgorithm |
ServiceAccountKeyOrBuilder.getKeyAlgorithm()
Specifies the algorithm (and possibly key size) for the key.
|
ServiceAccountKeyAlgorithm |
CreateServiceAccountKeyRequestOrBuilder.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 |
CreateServiceAccountKeyRequest.Builder.getKeyAlgorithm()
Which type of key and algorithm to use for the key.
|
ServiceAccountKeyAlgorithm |
ServiceAccountKey.getKeyAlgorithm()
Specifies the algorithm (and possibly key size) for the key.
|
ServiceAccountKeyAlgorithm |
ServiceAccountKey.Builder.getKeyAlgorithm()
Specifies the algorithm (and possibly key size) for the key.
|
static ServiceAccountKeyAlgorithm |
ServiceAccountKeyAlgorithm.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ServiceAccountKeyAlgorithm |
ServiceAccountKeyAlgorithm.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<ServiceAccountKeyAlgorithm> |
ServiceAccountKeyAlgorithm.internalGetValueMap() |
| Modifier and Type | Method and 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.
|
Copyright © 2025 Google LLC. All rights reserved.