@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GCPServiceAccount 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 |
|---|
GCPServiceAccount() |
GCPServiceAccount(String privateKey,
String serviceAccountEmail,
GCPServiceAccountCredentialType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this GCPServiceAccount 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
GCPServiceAccount private_key. |
String |
getServiceAccountEmail()
The
GCPServiceAccount service_account_email. |
GCPServiceAccountCredentialType |
getType()
The definition of the
GCPServiceAccount object. |
int |
hashCode() |
GCPServiceAccount |
privateKey(String privateKey) |
GCPServiceAccount |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
GCPServiceAccount |
serviceAccountEmail(String serviceAccountEmail) |
void |
setPrivateKey(String privateKey) |
void |
setServiceAccountEmail(String serviceAccountEmail) |
void |
setType(GCPServiceAccountCredentialType type) |
String |
toString() |
GCPServiceAccount |
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 GCPServiceAccount()
public GCPServiceAccount(String privateKey, String serviceAccountEmail, GCPServiceAccountCredentialType type)
public GCPServiceAccount privateKey(String privateKey)
public String getPrivateKey()
GCPServiceAccount private_key.public void setPrivateKey(String privateKey)
public GCPServiceAccount serviceAccountEmail(String serviceAccountEmail)
public String getServiceAccountEmail()
GCPServiceAccount service_account_email.public void setServiceAccountEmail(String serviceAccountEmail)
public GCPServiceAccount type(GCPServiceAccountCredentialType type)
public GCPServiceAccountCredentialType getType()
GCPServiceAccount object.public void setType(GCPServiceAccountCredentialType type)
public GCPServiceAccount 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 © 2026. All rights reserved.