Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
98 changes: 49 additions & 49 deletions .generator/schemas/v2/openapi.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Create a new dashboard with sankey widget and rum data source
// Create a new dashboard with sankey widget and RUM data source

import com.datadog.api.client.ApiClient;
import com.datadog.api.client.ApiException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Scalar cross product query with rum data source returns "OK" response
// Scalar cross product query with RUM data source returns "OK" response

import com.datadog.api.client.ApiClient;
import com.datadog.api.client.ApiException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Timeseries cross product query with rum data source returns "OK" response
// Timeseries cross product query with RUM data source returns "OK" response

import com.datadog.api.client.ApiClient;
import com.datadog.api.client.ApiException;
Expand Down
2 changes: 1 addition & 1 deletion examples/v2/rum-metrics/CreateRumMetric.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Create a rum-based metric returns "Created" response
// Create a RUM-based metric returns "Created" response

import com.datadog.api.client.ApiClient;
import com.datadog.api.client.ApiException;
Expand Down
2 changes: 1 addition & 1 deletion examples/v2/rum-metrics/DeleteRumMetric.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Delete a rum-based metric returns "No Content" response
// Delete a RUM-based metric returns "No Content" response

import com.datadog.api.client.ApiClient;
import com.datadog.api.client.ApiException;
Expand Down
2 changes: 1 addition & 1 deletion examples/v2/rum-metrics/GetRumMetric.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Get a rum-based metric returns "OK" response
// Get a RUM-based metric returns "OK" response

import com.datadog.api.client.ApiClient;
import com.datadog.api.client.ApiException;
Expand Down
2 changes: 1 addition & 1 deletion examples/v2/rum-metrics/ListRumMetrics.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Get all rum-based metrics returns "OK" response
// Get all RUM-based metrics returns "OK" response

import com.datadog.api.client.ApiClient;
import com.datadog.api.client.ApiException;
Expand Down
2 changes: 1 addition & 1 deletion examples/v2/rum-metrics/UpdateRumMetric.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Update a rum-based metric returns "OK" response
// Update a RUM-based metric returns "OK" response

import com.datadog.api.client.ApiClient;
import com.datadog.api.client.ApiException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Add rum replay session to playlist returns "OK" response
// Add RUM replay session to playlist returns "OK" response

import com.datadog.api.client.ApiClient;
import com.datadog.api.client.ApiException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Bulk remove rum replay playlist sessions returns "No Content" response
// Bulk remove RUM replay playlist sessions returns "No Content" response

import com.datadog.api.client.ApiClient;
import com.datadog.api.client.ApiException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Create rum replay playlist returns "Created" response
// Create RUM replay playlist returns "Created" response

import com.datadog.api.client.ApiClient;
import com.datadog.api.client.ApiException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Delete rum replay playlist returns "No Content" response
// Delete RUM replay playlist returns "No Content" response

import com.datadog.api.client.ApiClient;
import com.datadog.api.client.ApiException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Get rum replay playlist returns "OK" response
// Get RUM replay playlist returns "OK" response

import com.datadog.api.client.ApiClient;
import com.datadog.api.client.ApiException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// List rum replay playlist sessions returns "OK" response
// List RUM replay playlist sessions returns "OK" response

import com.datadog.api.client.ApiClient;
import com.datadog.api.client.ApiException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// List rum replay playlists returns "OK" response
// List RUM replay playlists returns "OK" response

import com.datadog.api.client.ApiClient;
import com.datadog.api.client.ApiException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Remove rum replay session from playlist returns "No Content" response
// Remove RUM replay session from playlist returns "No Content" response

import com.datadog.api.client.ApiClient;
import com.datadog.api.client.ApiException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Update rum replay playlist returns "OK" response
// Update RUM replay playlist returns "OK" response

import com.datadog.api.client.ApiClient;
import com.datadog.api.client.ApiException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Create rum replay session watch returns "Created" response
// Create RUM replay session watch returns "Created" response

import com.datadog.api.client.ApiClient;
import com.datadog.api.client.ApiException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Delete rum replay session watch returns "No Content" response
// Delete RUM replay session watch returns "No Content" response

import com.datadog.api.client.ApiClient;
import com.datadog.api.client.ApiException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// List rum replay session watchers returns "OK" response
// List RUM replay session watchers returns "OK" response

import com.datadog.api.client.ApiClient;
import com.datadog.api.client.ApiException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// List rum replay viewership history sessions returns "OK" response
// List RUM replay viewership history sessions returns "OK" response

import com.datadog.api.client.ApiClient;
import com.datadog.api.client.ApiException;
Expand Down
80 changes: 40 additions & 40 deletions src/main/java/com/datadog/api/client/v2/api/RumMetricsApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ public void setApiClient(ApiClient apiClient) {
}

/**
* Create a rum-based metric.
* Create a RUM-based metric.
*
* <p>See {@link #createRumMetricWithHttpInfo}.
*
* @param body The definition of the new rum-based metric. (required)
* @param body The definition of the new RUM-based metric. (required)
* @return RumMetricResponse
* @throws ApiException if fails to make API call
*/
Expand All @@ -60,11 +60,11 @@ public RumMetricResponse createRumMetric(RumMetricCreateRequest body) throws Api
}

/**
* Create a rum-based metric.
* Create a RUM-based metric.
*
* <p>See {@link #createRumMetricWithHttpInfoAsync}.
*
* @param body The definition of the new rum-based metric. (required)
* @param body The definition of the new RUM-based metric. (required)
* @return CompletableFuture&lt;RumMetricResponse&gt;
*/
public CompletableFuture<RumMetricResponse> createRumMetricAsync(RumMetricCreateRequest body) {
Expand All @@ -76,10 +76,10 @@ public CompletableFuture<RumMetricResponse> createRumMetricAsync(RumMetricCreate
}

/**
* Create a metric based on your organization's RUM data. Returns the rum-based metric object from
* Create a metric based on your organization's RUM data. Returns the RUM-based metric object from
* the request body when the request is successful.
*
* @param body The definition of the new rum-based metric. (required)
* @param body The definition of the new RUM-based metric. (required)
* @return ApiResponse&lt;RumMetricResponse&gt;
* @throws ApiException if fails to make API call
* @http.response.details
Expand Down Expand Up @@ -128,11 +128,11 @@ public ApiResponse<RumMetricResponse> createRumMetricWithHttpInfo(RumMetricCreat
}

/**
* Create a rum-based metric.
* Create a RUM-based metric.
*
* <p>See {@link #createRumMetricWithHttpInfo}.
*
* @param body The definition of the new rum-based metric. (required)
* @param body The definition of the new RUM-based metric. (required)
* @return CompletableFuture&lt;ApiResponse&lt;RumMetricResponse&gt;&gt;
*/
public CompletableFuture<ApiResponse<RumMetricResponse>> createRumMetricWithHttpInfoAsync(
Expand Down Expand Up @@ -180,23 +180,23 @@ public CompletableFuture<ApiResponse<RumMetricResponse>> createRumMetricWithHttp
}

/**
* Delete a rum-based metric.
* Delete a RUM-based metric.
*
* <p>See {@link #deleteRumMetricWithHttpInfo}.
*
* @param metricId The name of the rum-based metric. (required)
* @param metricId The name of the RUM-based metric. (required)
* @throws ApiException if fails to make API call
*/
public void deleteRumMetric(String metricId) throws ApiException {
deleteRumMetricWithHttpInfo(metricId);
}

/**
* Delete a rum-based metric.
* Delete a RUM-based metric.
*
* <p>See {@link #deleteRumMetricWithHttpInfoAsync}.
*
* @param metricId The name of the rum-based metric. (required)
* @param metricId The name of the RUM-based metric. (required)
* @return CompletableFuture
*/
public CompletableFuture<Void> deleteRumMetricAsync(String metricId) {
Expand All @@ -208,9 +208,9 @@ public CompletableFuture<Void> deleteRumMetricAsync(String metricId) {
}

/**
* Delete a specific rum-based metric from your organization.
* Delete a specific RUM-based metric from your organization.
*
* @param metricId The name of the rum-based metric. (required)
* @param metricId The name of the RUM-based metric. (required)
* @return ApiResponse&lt;Void&gt;
* @throws ApiException if fails to make API call
* @http.response.details
Expand Down Expand Up @@ -259,11 +259,11 @@ public ApiResponse<Void> deleteRumMetricWithHttpInfo(String metricId) throws Api
}

/**
* Delete a rum-based metric.
* Delete a RUM-based metric.
*
* <p>See {@link #deleteRumMetricWithHttpInfo}.
*
* @param metricId The name of the rum-based metric. (required)
* @param metricId The name of the RUM-based metric. (required)
* @return CompletableFuture&lt;ApiResponse&lt;Void&gt;&gt;
*/
public CompletableFuture<ApiResponse<Void>> deleteRumMetricWithHttpInfoAsync(String metricId) {
Expand Down Expand Up @@ -312,11 +312,11 @@ public CompletableFuture<ApiResponse<Void>> deleteRumMetricWithHttpInfoAsync(Str
}

/**
* Get a rum-based metric.
* Get a RUM-based metric.
*
* <p>See {@link #getRumMetricWithHttpInfo}.
*
* @param metricId The name of the rum-based metric. (required)
* @param metricId The name of the RUM-based metric. (required)
* @return RumMetricResponse
* @throws ApiException if fails to make API call
*/
Expand All @@ -325,11 +325,11 @@ public RumMetricResponse getRumMetric(String metricId) throws ApiException {
}

/**
* Get a rum-based metric.
* Get a RUM-based metric.
*
* <p>See {@link #getRumMetricWithHttpInfoAsync}.
*
* @param metricId The name of the rum-based metric. (required)
* @param metricId The name of the RUM-based metric. (required)
* @return CompletableFuture&lt;RumMetricResponse&gt;
*/
public CompletableFuture<RumMetricResponse> getRumMetricAsync(String metricId) {
Expand All @@ -341,9 +341,9 @@ public CompletableFuture<RumMetricResponse> getRumMetricAsync(String metricId) {
}

/**
* Get a specific rum-based metric from your organization.
* Get a specific RUM-based metric from your organization.
*
* @param metricId The name of the rum-based metric. (required)
* @param metricId The name of the RUM-based metric. (required)
* @return ApiResponse&lt;RumMetricResponse&gt;
* @throws ApiException if fails to make API call
* @http.response.details
Expand Down Expand Up @@ -393,11 +393,11 @@ public ApiResponse<RumMetricResponse> getRumMetricWithHttpInfo(String metricId)
}

/**
* Get a rum-based metric.
* Get a RUM-based metric.
*
* <p>See {@link #getRumMetricWithHttpInfo}.
*
* @param metricId The name of the rum-based metric. (required)
* @param metricId The name of the RUM-based metric. (required)
* @return CompletableFuture&lt;ApiResponse&lt;RumMetricResponse&gt;&gt;
*/
public CompletableFuture<ApiResponse<RumMetricResponse>> getRumMetricWithHttpInfoAsync(
Expand Down Expand Up @@ -447,7 +447,7 @@ public CompletableFuture<ApiResponse<RumMetricResponse>> getRumMetricWithHttpInf
}

/**
* Get all rum-based metrics.
* Get all RUM-based metrics.
*
* <p>See {@link #listRumMetricsWithHttpInfo}.
*
Expand All @@ -459,7 +459,7 @@ public RumMetricsResponse listRumMetrics() throws ApiException {
}

/**
* Get all rum-based metrics.
* Get all RUM-based metrics.
*
* <p>See {@link #listRumMetricsWithHttpInfoAsync}.
*
Expand All @@ -474,7 +474,7 @@ public CompletableFuture<RumMetricsResponse> listRumMetricsAsync() {
}

/**
* Get the list of configured rum-based metrics with their definitions.
* Get the list of configured RUM-based metrics with their definitions.
*
* @return ApiResponse&lt;RumMetricsResponse&gt;
* @throws ApiException if fails to make API call
Expand Down Expand Up @@ -515,7 +515,7 @@ public ApiResponse<RumMetricsResponse> listRumMetricsWithHttpInfo() throws ApiEx
}

/**
* Get all rum-based metrics.
* Get all RUM-based metrics.
*
* <p>See {@link #listRumMetricsWithHttpInfo}.
*
Expand Down Expand Up @@ -556,12 +556,12 @@ public CompletableFuture<ApiResponse<RumMetricsResponse>> listRumMetricsWithHttp
}

/**
* Update a rum-based metric.
* Update a RUM-based metric.
*
* <p>See {@link #updateRumMetricWithHttpInfo}.
*
* @param metricId The name of the rum-based metric. (required)
* @param body New definition of the rum-based metric. (required)
* @param metricId The name of the RUM-based metric. (required)
* @param body New definition of the RUM-based metric. (required)
* @return RumMetricResponse
* @throws ApiException if fails to make API call
*/
Expand All @@ -571,12 +571,12 @@ public RumMetricResponse updateRumMetric(String metricId, RumMetricUpdateRequest
}

/**
* Update a rum-based metric.
* Update a RUM-based metric.
*
* <p>See {@link #updateRumMetricWithHttpInfoAsync}.
*
* @param metricId The name of the rum-based metric. (required)
* @param body New definition of the rum-based metric. (required)
* @param metricId The name of the RUM-based metric. (required)
* @param body New definition of the RUM-based metric. (required)
* @return CompletableFuture&lt;RumMetricResponse&gt;
*/
public CompletableFuture<RumMetricResponse> updateRumMetricAsync(
Expand All @@ -589,11 +589,11 @@ public CompletableFuture<RumMetricResponse> updateRumMetricAsync(
}

/**
* Update a specific rum-based metric from your organization. Returns the rum-based metric object
* Update a specific RUM-based metric from your organization. Returns the RUM-based metric object
* from the request body when the request is successful.
*
* @param metricId The name of the rum-based metric. (required)
* @param body New definition of the rum-based metric. (required)
* @param metricId The name of the RUM-based metric. (required)
* @param body New definition of the RUM-based metric. (required)
* @return ApiResponse&lt;RumMetricResponse&gt;
* @throws ApiException if fails to make API call
* @http.response.details
Expand Down Expand Up @@ -651,12 +651,12 @@ public ApiResponse<RumMetricResponse> updateRumMetricWithHttpInfo(
}

/**
* Update a rum-based metric.
* Update a RUM-based metric.
*
* <p>See {@link #updateRumMetricWithHttpInfo}.
*
* @param metricId The name of the rum-based metric. (required)
* @param body New definition of the rum-based metric. (required)
* @param metricId The name of the RUM-based metric. (required)
* @param body New definition of the RUM-based metric. (required)
* @return CompletableFuture&lt;ApiResponse&lt;RumMetricResponse&gt;&gt;
*/
public CompletableFuture<ApiResponse<RumMetricResponse>> updateRumMetricWithHttpInfoAsync(
Expand Down
Loading
Loading