| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static GCPServiceAccountCredentialType |
GCPServiceAccountCredentialType.GCPSERVICEACCOUNT |
| Modifier and Type | Method and Description |
|---|---|
static GCPServiceAccountCredentialType |
GCPServiceAccountCredentialType.fromValue(String value) |
GCPServiceAccountCredentialType |
GCPServiceAccountUpdate.getType()
The definition of the
GCPServiceAccount object. |
GCPServiceAccountCredentialType |
GCPServiceAccount.getType()
The definition of the
GCPServiceAccount object. |
| Modifier and Type | Method and Description |
|---|---|
void |
GCPServiceAccountCredentialType.GCPServiceAccountCredentialTypeSerializer.serialize(GCPServiceAccountCredentialType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
GCPServiceAccountUpdate.setType(GCPServiceAccountCredentialType type) |
void |
GCPServiceAccount.setType(GCPServiceAccountCredentialType type) |
GCPServiceAccountUpdate |
GCPServiceAccountUpdate.type(GCPServiceAccountCredentialType type) |
GCPServiceAccount |
GCPServiceAccount.type(GCPServiceAccountCredentialType type) |
| Constructor and Description |
|---|
GCPServiceAccount(String privateKey,
String serviceAccountEmail,
GCPServiceAccountCredentialType type) |
GCPServiceAccountUpdate(GCPServiceAccountCredentialType type) |
| Constructor and Description |
|---|
GCPServiceAccountCredentialTypeSerializer(Class<GCPServiceAccountCredentialType> t) |
Copyright © 2026. All rights reserved.