| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static GCPIntegrationType |
GCPIntegrationType.GCP |
| Modifier and Type | Method and Description |
|---|---|
static GCPIntegrationType |
GCPIntegrationType.fromValue(String value) |
GCPIntegrationType |
GCPIntegrationUpdate.getType()
The definition of the
GCPIntegrationType object. |
GCPIntegrationType |
GCPIntegration.getType()
The definition of the
GCPIntegrationType object. |
| Modifier and Type | Method and Description |
|---|---|
void |
GCPIntegrationType.GCPIntegrationTypeSerializer.serialize(GCPIntegrationType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
GCPIntegrationUpdate.setType(GCPIntegrationType type) |
void |
GCPIntegration.setType(GCPIntegrationType type) |
GCPIntegrationUpdate |
GCPIntegrationUpdate.type(GCPIntegrationType type) |
GCPIntegration |
GCPIntegration.type(GCPIntegrationType type) |
| Constructor and Description |
|---|
GCPIntegration(GCPCredentials credentials,
GCPIntegrationType type) |
GCPIntegrationUpdate(GCPIntegrationType type) |
| Constructor and Description |
|---|
GCPIntegrationTypeSerializer(Class<GCPIntegrationType> t) |
Copyright © 2025. All rights reserved.