public final class CreateServiceAccountKeyRequest
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Identity and Access Management (IAM) API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
CreateServiceAccountKeyRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateServiceAccountKeyRequest |
clone() |
java.lang.String |
getKeyAlgorithm()
Which type of key and algorithm to use for the key.
|
java.lang.String |
getPrivateKeyType()
The output format of the private key.
|
CreateServiceAccountKeyRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
CreateServiceAccountKeyRequest |
setKeyAlgorithm(java.lang.String keyAlgorithm)
Which type of key and algorithm to use for the key.
|
CreateServiceAccountKeyRequest |
setPrivateKeyType(java.lang.String privateKeyType)
The output format of the private key.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getKeyAlgorithm()
null for nonepublic CreateServiceAccountKeyRequest setKeyAlgorithm(java.lang.String keyAlgorithm)
keyAlgorithm - keyAlgorithm or null for nonepublic java.lang.String getPrivateKeyType()
null for nonepublic CreateServiceAccountKeyRequest setPrivateKeyType(java.lang.String privateKeyType)
privateKeyType - privateKeyType or null for nonepublic CreateServiceAccountKeyRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic CreateServiceAccountKeyRequest clone()
clone in class com.google.api.client.json.GenericJson