| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
List<GCPAccount> |
GcpIntegrationApi.listGCPIntegration()
List all GCP integrations.
|
CompletableFuture<List<GCPAccount>> |
GcpIntegrationApi.listGCPIntegrationAsync()
List all GCP integrations.
|
ApiResponse<List<GCPAccount>> |
GcpIntegrationApi.listGCPIntegrationWithHttpInfo()
List all Datadog-GCP integrations configured in your Datadog account.
|
CompletableFuture<ApiResponse<List<GCPAccount>>> |
GcpIntegrationApi.listGCPIntegrationWithHttpInfoAsync()
List all GCP integrations.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
GcpIntegrationApi.createGCPIntegration(GCPAccount body)
Create a GCP integration.
|
CompletableFuture<Object> |
GcpIntegrationApi.createGCPIntegrationAsync(GCPAccount body)
Create a GCP integration.
|
ApiResponse<Object> |
GcpIntegrationApi.createGCPIntegrationWithHttpInfo(GCPAccount body)
Create a Datadog-GCP integration.
|
CompletableFuture<ApiResponse<Object>> |
GcpIntegrationApi.createGCPIntegrationWithHttpInfoAsync(GCPAccount body)
Create a GCP integration.
|
Object |
GcpIntegrationApi.deleteGCPIntegration(GCPAccount body)
Delete a GCP integration.
|
CompletableFuture<Object> |
GcpIntegrationApi.deleteGCPIntegrationAsync(GCPAccount body)
Delete a GCP integration.
|
ApiResponse<Object> |
GcpIntegrationApi.deleteGCPIntegrationWithHttpInfo(GCPAccount body)
Delete a given Datadog-GCP integration.
|
CompletableFuture<ApiResponse<Object>> |
GcpIntegrationApi.deleteGCPIntegrationWithHttpInfoAsync(GCPAccount body)
Delete a GCP integration.
|
Object |
GcpIntegrationApi.updateGCPIntegration(GCPAccount body)
Update a GCP integration.
|
CompletableFuture<Object> |
GcpIntegrationApi.updateGCPIntegrationAsync(GCPAccount body)
Update a GCP integration.
|
ApiResponse<Object> |
GcpIntegrationApi.updateGCPIntegrationWithHttpInfo(GCPAccount body)
Update a Datadog-GCP integrations host_filters and/or auto-mute.
|
CompletableFuture<ApiResponse<Object>> |
GcpIntegrationApi.updateGCPIntegrationWithHttpInfoAsync(GCPAccount body)
Update a GCP integration.
|
| Modifier and Type | Method and Description |
|---|---|
GCPAccount |
GCPAccount.addErrorsItem(String errorsItem) |
GCPAccount |
GCPAccount.authProviderX509CertUrl(String authProviderX509CertUrl) |
GCPAccount |
GCPAccount.authUri(String authUri) |
GCPAccount |
GCPAccount.automute(Boolean automute) |
GCPAccount |
GCPAccount.clientEmail(String clientEmail) |
GCPAccount |
GCPAccount.clientId(String clientId) |
GCPAccount |
GCPAccount.clientX509CertUrl(String clientX509CertUrl) |
GCPAccount |
GCPAccount.errors(List<String> errors) |
GCPAccount |
GCPAccount.hostFilters(String hostFilters) |
GCPAccount |
GCPAccount.isCspmEnabled(Boolean isCspmEnabled) |
GCPAccount |
GCPAccount.privateKey(String privateKey) |
GCPAccount |
GCPAccount.privateKeyId(String privateKeyId) |
GCPAccount |
GCPAccount.projectId(String projectId) |
GCPAccount |
GCPAccount.tokenUri(String tokenUri) |
GCPAccount |
GCPAccount.type(String type) |
Copyright © 2023. All rights reserved.