| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleChatTargetAudienceResponse |
GoogleChatIntegrationApi.createGoogleChatTargetAudience(String organizationBindingId,
GoogleChatTargetAudienceCreateRequest body)
Create a target audience.
|
GoogleChatTargetAudienceResponse |
GoogleChatIntegrationApi.getGoogleChatTargetAudience(String organizationBindingId,
String targetAudienceId)
Get a target audience.
|
GoogleChatTargetAudienceResponse |
GoogleChatIntegrationApi.updateGoogleChatTargetAudience(String organizationBindingId,
String targetAudienceId,
GoogleChatTargetAudienceUpdateRequest body)
Update a target audience.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GoogleChatTargetAudienceResponse> |
GoogleChatIntegrationApi.createGoogleChatTargetAudienceAsync(String organizationBindingId,
GoogleChatTargetAudienceCreateRequest body)
Create a target audience.
|
ApiResponse<GoogleChatTargetAudienceResponse> |
GoogleChatIntegrationApi.createGoogleChatTargetAudienceWithHttpInfo(String organizationBindingId,
GoogleChatTargetAudienceCreateRequest body)
Create a target audience for a Google Chat organization binding in the Datadog Google Chat
integration.
|
CompletableFuture<ApiResponse<GoogleChatTargetAudienceResponse>> |
GoogleChatIntegrationApi.createGoogleChatTargetAudienceWithHttpInfoAsync(String organizationBindingId,
GoogleChatTargetAudienceCreateRequest body)
Create a target audience.
|
CompletableFuture<GoogleChatTargetAudienceResponse> |
GoogleChatIntegrationApi.getGoogleChatTargetAudienceAsync(String organizationBindingId,
String targetAudienceId)
Get a target audience.
|
ApiResponse<GoogleChatTargetAudienceResponse> |
GoogleChatIntegrationApi.getGoogleChatTargetAudienceWithHttpInfo(String organizationBindingId,
String targetAudienceId)
Get a target audience for a Google Chat organization binding in the Datadog Google Chat
integration.
|
CompletableFuture<ApiResponse<GoogleChatTargetAudienceResponse>> |
GoogleChatIntegrationApi.getGoogleChatTargetAudienceWithHttpInfoAsync(String organizationBindingId,
String targetAudienceId)
Get a target audience.
|
CompletableFuture<GoogleChatTargetAudienceResponse> |
GoogleChatIntegrationApi.updateGoogleChatTargetAudienceAsync(String organizationBindingId,
String targetAudienceId,
GoogleChatTargetAudienceUpdateRequest body)
Update a target audience.
|
ApiResponse<GoogleChatTargetAudienceResponse> |
GoogleChatIntegrationApi.updateGoogleChatTargetAudienceWithHttpInfo(String organizationBindingId,
String targetAudienceId,
GoogleChatTargetAudienceUpdateRequest body)
Update a target audience for a Google Chat organization binding in the Datadog Google Chat
integration.
|
CompletableFuture<ApiResponse<GoogleChatTargetAudienceResponse>> |
GoogleChatIntegrationApi.updateGoogleChatTargetAudienceWithHttpInfoAsync(String organizationBindingId,
String targetAudienceId,
GoogleChatTargetAudienceUpdateRequest body)
Update a target audience.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleChatTargetAudienceResponse |
GoogleChatTargetAudienceResponse.data(GoogleChatTargetAudienceData data) |
GoogleChatTargetAudienceResponse |
GoogleChatTargetAudienceResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.