| Modifier and Type | Method and Description |
|---|---|
static ServiceAccountPrivateKeyType |
ServiceAccountPrivateKeyType.forNumber(int value) |
ServiceAccountPrivateKeyType |
ServiceAccountKeyOrBuilder.getPrivateKeyType()
The output format for the private key.
|
ServiceAccountPrivateKeyType |
CreateServiceAccountKeyRequestOrBuilder.getPrivateKeyType()
The output format of the private key.
|
ServiceAccountPrivateKeyType |
CreateServiceAccountKeyRequest.getPrivateKeyType()
The output format of the private key.
|
ServiceAccountPrivateKeyType |
CreateServiceAccountKeyRequest.Builder.getPrivateKeyType()
The output format of the private key.
|
ServiceAccountPrivateKeyType |
ServiceAccountKey.getPrivateKeyType()
The output format for the private key.
|
ServiceAccountPrivateKeyType |
ServiceAccountKey.Builder.getPrivateKeyType()
The output format for the private key.
|
static ServiceAccountPrivateKeyType |
ServiceAccountPrivateKeyType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ServiceAccountPrivateKeyType |
ServiceAccountPrivateKeyType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ServiceAccountPrivateKeyType |
ServiceAccountPrivateKeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceAccountPrivateKeyType[] |
ServiceAccountPrivateKeyType.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<ServiceAccountPrivateKeyType> |
ServiceAccountPrivateKeyType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CreateServiceAccountKeyRequest.Builder |
CreateServiceAccountKeyRequest.Builder.setPrivateKeyType(ServiceAccountPrivateKeyType value)
The output format of the private key.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.setPrivateKeyType(ServiceAccountPrivateKeyType value)
The output format for the private key.
|
Copyright © 2025 Google LLC. All rights reserved.