@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GCPServiceAccountUpdate extends Object
GCPServiceAccount object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_PRIVATE_KEY |
static String |
JSON_PROPERTY_SERVICE_ACCOUNT_EMAIL |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
GCPServiceAccountUpdate() |
GCPServiceAccountUpdate(GCPServiceAccountCredentialType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this GCPServiceAccountUpdate object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getPrivateKey()
The
GCPServiceAccountUpdate private_key. |
String |
getServiceAccountEmail()
The
GCPServiceAccountUpdate service_account_email. |
GCPServiceAccountCredentialType |
getType()
The definition of the
GCPServiceAccount object. |
int |
hashCode() |
GCPServiceAccountUpdate |
privateKey(String privateKey) |
GCPServiceAccountUpdate |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
GCPServiceAccountUpdate |
serviceAccountEmail(String serviceAccountEmail) |
void |
setPrivateKey(String privateKey) |
void |
setServiceAccountEmail(String serviceAccountEmail) |
void |
setType(GCPServiceAccountCredentialType type) |
String |
toString() |
GCPServiceAccountUpdate |
type(GCPServiceAccountCredentialType type) |
public boolean unparsed
public static final String JSON_PROPERTY_PRIVATE_KEY
public static final String JSON_PROPERTY_SERVICE_ACCOUNT_EMAIL
public static final String JSON_PROPERTY_TYPE
public GCPServiceAccountUpdate()
public GCPServiceAccountUpdate(GCPServiceAccountCredentialType type)
public GCPServiceAccountUpdate privateKey(String privateKey)
@Nullable public String getPrivateKey()
GCPServiceAccountUpdate private_key.public void setPrivateKey(String privateKey)
public GCPServiceAccountUpdate serviceAccountEmail(String serviceAccountEmail)
@Nullable public String getServiceAccountEmail()
GCPServiceAccountUpdate service_account_email.public void setServiceAccountEmail(String serviceAccountEmail)
public GCPServiceAccountUpdate type(GCPServiceAccountCredentialType type)
public GCPServiceAccountCredentialType getType()
GCPServiceAccount object.public void setType(GCPServiceAccountCredentialType type)
public GCPServiceAccountUpdate putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2025. All rights reserved.