Skip to content

Commit 54cc409

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 3d37e10 of spec repo (#4193)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent ad41d50 commit 54cc409

93 files changed

Lines changed: 268 additions & 268 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.generator/schemas/v2/openapi.yaml

Lines changed: 49 additions & 49 deletions
Large diffs are not rendered by default.

api/datadogV2/api_rum_metrics.go

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ import (
1515
// RumMetricsApi service type
1616
type RumMetricsApi datadog.Service
1717

18-
// CreateRumMetric Create a rum-based metric.
18+
// CreateRumMetric Create a RUM-based metric.
1919
// Create a metric based on your organization's RUM data.
20-
// Returns the rum-based metric object from the request body when the request is successful.
20+
// Returns the RUM-based metric object from the request body when the request is successful.
2121
func (a *RumMetricsApi) CreateRumMetric(ctx _context.Context, body RumMetricCreateRequest) (RumMetricResponse, *_nethttp.Response, error) {
2222
var (
2323
localVarHTTPMethod = _nethttp.MethodPost
@@ -96,8 +96,8 @@ func (a *RumMetricsApi) CreateRumMetric(ctx _context.Context, body RumMetricCrea
9696
return localVarReturnValue, localVarHTTPResponse, nil
9797
}
9898

99-
// DeleteRumMetric Delete a rum-based metric.
100-
// Delete a specific rum-based metric from your organization.
99+
// DeleteRumMetric Delete a RUM-based metric.
100+
// Delete a specific RUM-based metric from your organization.
101101
func (a *RumMetricsApi) DeleteRumMetric(ctx _context.Context, metricId string) (*_nethttp.Response, error) {
102102
var (
103103
localVarHTTPMethod = _nethttp.MethodDelete
@@ -164,8 +164,8 @@ func (a *RumMetricsApi) DeleteRumMetric(ctx _context.Context, metricId string) (
164164
return localVarHTTPResponse, nil
165165
}
166166

167-
// GetRumMetric Get a rum-based metric.
168-
// Get a specific rum-based metric from your organization.
167+
// GetRumMetric Get a RUM-based metric.
168+
// Get a specific RUM-based metric from your organization.
169169
func (a *RumMetricsApi) GetRumMetric(ctx _context.Context, metricId string) (RumMetricResponse, *_nethttp.Response, error) {
170170
var (
171171
localVarHTTPMethod = _nethttp.MethodGet
@@ -242,8 +242,8 @@ func (a *RumMetricsApi) GetRumMetric(ctx _context.Context, metricId string) (Rum
242242
return localVarReturnValue, localVarHTTPResponse, nil
243243
}
244244

245-
// ListRumMetrics Get all rum-based metrics.
246-
// Get the list of configured rum-based metrics with their definitions.
245+
// ListRumMetrics Get all RUM-based metrics.
246+
// Get the list of configured RUM-based metrics with their definitions.
247247
func (a *RumMetricsApi) ListRumMetrics(ctx _context.Context) (RumMetricsResponse, *_nethttp.Response, error) {
248248
var (
249249
localVarHTTPMethod = _nethttp.MethodGet
@@ -319,9 +319,9 @@ func (a *RumMetricsApi) ListRumMetrics(ctx _context.Context) (RumMetricsResponse
319319
return localVarReturnValue, localVarHTTPResponse, nil
320320
}
321321

322-
// UpdateRumMetric Update a rum-based metric.
323-
// Update a specific rum-based metric from your organization.
324-
// Returns the rum-based metric object from the request body when the request is successful.
322+
// UpdateRumMetric Update a RUM-based metric.
323+
// Update a specific RUM-based metric from your organization.
324+
// Returns the RUM-based metric object from the request body when the request is successful.
325325
func (a *RumMetricsApi) UpdateRumMetric(ctx _context.Context, metricId string, body RumMetricUpdateRequest) (RumMetricResponse, *_nethttp.Response, error) {
326326
var (
327327
localVarHTTPMethod = _nethttp.MethodPatch

api/datadogV2/api_rum_replay_playlists.go

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func (r *AddRumReplaySessionToPlaylistOptionalParameters) WithDataSource(dataSou
3232
return r
3333
}
3434

35-
// AddRumReplaySessionToPlaylist Add rum replay session to playlist.
35+
// AddRumReplaySessionToPlaylist Add RUM replay session to playlist.
3636
// Add a session to a playlist.
3737
func (a *RumReplayPlaylistsApi) AddRumReplaySessionToPlaylist(ctx _context.Context, ts int64, playlistId int32, sessionId string, o ...AddRumReplaySessionToPlaylistOptionalParameters) (PlaylistsSession, *_nethttp.Response, error) {
3838
var (
@@ -123,7 +123,7 @@ func (a *RumReplayPlaylistsApi) AddRumReplaySessionToPlaylist(ctx _context.Conte
123123
return localVarReturnValue, localVarHTTPResponse, nil
124124
}
125125

126-
// BulkRemoveRumReplayPlaylistSessions Bulk remove rum replay playlist sessions.
126+
// BulkRemoveRumReplayPlaylistSessions Bulk remove RUM replay playlist sessions.
127127
// Remove sessions from a playlist.
128128
func (a *RumReplayPlaylistsApi) BulkRemoveRumReplayPlaylistSessions(ctx _context.Context, playlistId int32, body SessionIdArray) (*_nethttp.Response, error) {
129129
var (
@@ -194,7 +194,7 @@ func (a *RumReplayPlaylistsApi) BulkRemoveRumReplayPlaylistSessions(ctx _context
194194
return localVarHTTPResponse, nil
195195
}
196196

197-
// CreateRumReplayPlaylist Create rum replay playlist.
197+
// CreateRumReplayPlaylist Create RUM replay playlist.
198198
// Create a playlist.
199199
func (a *RumReplayPlaylistsApi) CreateRumReplayPlaylist(ctx _context.Context, body Playlist) (Playlist, *_nethttp.Response, error) {
200200
var (
@@ -274,7 +274,7 @@ func (a *RumReplayPlaylistsApi) CreateRumReplayPlaylist(ctx _context.Context, bo
274274
return localVarReturnValue, localVarHTTPResponse, nil
275275
}
276276

277-
// DeleteRumReplayPlaylist Delete rum replay playlist.
277+
// DeleteRumReplayPlaylist Delete RUM replay playlist.
278278
// Delete a playlist.
279279
func (a *RumReplayPlaylistsApi) DeleteRumReplayPlaylist(ctx _context.Context, playlistId int32) (*_nethttp.Response, error) {
280280
var (
@@ -342,7 +342,7 @@ func (a *RumReplayPlaylistsApi) DeleteRumReplayPlaylist(ctx _context.Context, pl
342342
return localVarHTTPResponse, nil
343343
}
344344

345-
// GetRumReplayPlaylist Get rum replay playlist.
345+
// GetRumReplayPlaylist Get RUM replay playlist.
346346
// Get a playlist.
347347
func (a *RumReplayPlaylistsApi) GetRumReplayPlaylist(ctx _context.Context, playlistId int32) (Playlist, *_nethttp.Response, error) {
348348
var (
@@ -444,7 +444,7 @@ func (r *ListRumReplayPlaylistSessionsOptionalParameters) WithPageSize(pageSize
444444
return r
445445
}
446446

447-
// ListRumReplayPlaylistSessions List rum replay playlist sessions.
447+
// ListRumReplayPlaylistSessions List RUM replay playlist sessions.
448448
// List sessions in a playlist.
449449
func (a *RumReplayPlaylistsApi) ListRumReplayPlaylistSessions(ctx _context.Context, playlistId int32, o ...ListRumReplayPlaylistSessionsOptionalParameters) (PlaylistsSessionArray, *_nethttp.Response, error) {
450450
var (
@@ -574,7 +574,7 @@ func (r *ListRumReplayPlaylistsOptionalParameters) WithPageSize(pageSize int32)
574574
return r
575575
}
576576

577-
// ListRumReplayPlaylists List rum replay playlists.
577+
// ListRumReplayPlaylists List RUM replay playlists.
578578
// List playlists.
579579
func (a *RumReplayPlaylistsApi) ListRumReplayPlaylists(ctx _context.Context, o ...ListRumReplayPlaylistsOptionalParameters) (PlaylistArray, *_nethttp.Response, error) {
580580
var (
@@ -671,7 +671,7 @@ func (a *RumReplayPlaylistsApi) ListRumReplayPlaylists(ctx _context.Context, o .
671671
return localVarReturnValue, localVarHTTPResponse, nil
672672
}
673673

674-
// RemoveRumReplaySessionFromPlaylist Remove rum replay session from playlist.
674+
// RemoveRumReplaySessionFromPlaylist Remove RUM replay session from playlist.
675675
// Remove a session from a playlist.
676676
func (a *RumReplayPlaylistsApi) RemoveRumReplaySessionFromPlaylist(ctx _context.Context, playlistId int32, sessionId string) (*_nethttp.Response, error) {
677677
var (
@@ -740,7 +740,7 @@ func (a *RumReplayPlaylistsApi) RemoveRumReplaySessionFromPlaylist(ctx _context.
740740
return localVarHTTPResponse, nil
741741
}
742742

743-
// UpdateRumReplayPlaylist Update rum replay playlist.
743+
// UpdateRumReplayPlaylist Update RUM replay playlist.
744744
// Update a playlist.
745745
func (a *RumReplayPlaylistsApi) UpdateRumReplayPlaylist(ctx _context.Context, playlistId int32, body Playlist) (Playlist, *_nethttp.Response, error) {
746746
var (

api/datadogV2/api_rum_replay_viewership.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
// RumReplayViewershipApi service type
1616
type RumReplayViewershipApi datadog.Service
1717

18-
// CreateRumReplaySessionWatch Create rum replay session watch.
18+
// CreateRumReplaySessionWatch Create RUM replay session watch.
1919
// Record a session watch.
2020
func (a *RumReplayViewershipApi) CreateRumReplaySessionWatch(ctx _context.Context, sessionId string, body Watch) (Watch, *_nethttp.Response, error) {
2121
var (
@@ -96,7 +96,7 @@ func (a *RumReplayViewershipApi) CreateRumReplaySessionWatch(ctx _context.Contex
9696
return localVarReturnValue, localVarHTTPResponse, nil
9797
}
9898

99-
// DeleteRumReplaySessionWatch Delete rum replay session watch.
99+
// DeleteRumReplaySessionWatch Delete RUM replay session watch.
100100
// Delete session watch history.
101101
func (a *RumReplayViewershipApi) DeleteRumReplaySessionWatch(ctx _context.Context, sessionId string) (*_nethttp.Response, error) {
102102
var (
@@ -188,7 +188,7 @@ func (r *ListRumReplaySessionWatchersOptionalParameters) WithPageNumber(pageNumb
188188
return r
189189
}
190190

191-
// ListRumReplaySessionWatchers List rum replay session watchers.
191+
// ListRumReplaySessionWatchers List RUM replay session watchers.
192192
// List session watchers.
193193
func (a *RumReplayViewershipApi) ListRumReplaySessionWatchers(ctx _context.Context, sessionId string, o ...ListRumReplaySessionWatchersOptionalParameters) (WatcherArray, *_nethttp.Response, error) {
194194
var (
@@ -339,7 +339,7 @@ func (r *ListRumReplayViewershipHistorySessionsOptionalParameters) WithFilterApp
339339
return r
340340
}
341341

342-
// ListRumReplayViewershipHistorySessions List rum replay viewership history sessions.
342+
// ListRumReplayViewershipHistorySessions List RUM replay viewership history sessions.
343343
// List watched sessions.
344344
func (a *RumReplayViewershipApi) ListRumReplayViewershipHistorySessions(ctx _context.Context, o ...ListRumReplayViewershipHistorySessionsOptionalParameters) (ViewershipHistorySessionArray, *_nethttp.Response, error) {
345345
var (

api/datadogV2/model_rum_metric_compute.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ import (
1010
"github.com/DataDog/datadog-api-client-go/v2/api/datadog"
1111
)
1212

13-
// RumMetricCompute The compute rule to compute the rum-based metric.
13+
// RumMetricCompute The compute rule to compute the RUM-based metric.
1414
type RumMetricCompute struct {
1515
// The type of aggregation to use.
1616
AggregationType RumMetricComputeAggregationType `json:"aggregation_type"`
1717
// Toggle to include or exclude percentile aggregations for distribution metrics.
1818
// Only present when `aggregation_type` is `distribution`.
1919
IncludePercentiles *bool `json:"include_percentiles,omitempty"`
20-
// The path to the value the rum-based metric will aggregate on.
20+
// The path to the value the RUM-based metric will aggregate on.
2121
// Only present when `aggregation_type` is `distribution`.
2222
Path *string `json:"path,omitempty"`
2323
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct

api/datadogV2/model_rum_metric_create_attributes.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ import (
1010
"github.com/DataDog/datadog-api-client-go/v2/api/datadog"
1111
)
1212

13-
// RumMetricCreateAttributes The object describing the Datadog rum-based metric to create.
13+
// RumMetricCreateAttributes The object describing the Datadog RUM-based metric to create.
1414
type RumMetricCreateAttributes struct {
15-
// The compute rule to compute the rum-based metric.
15+
// The compute rule to compute the RUM-based metric.
1616
Compute RumMetricCompute `json:"compute"`
1717
// The type of RUM events to filter on.
1818
EventType RumMetricEventType `json:"event_type"`
19-
// The rum-based metric filter. Events matching this filter will be aggregated in this metric.
19+
// The RUM-based metric filter. Events matching this filter will be aggregated in this metric.
2020
Filter *RumMetricFilter `json:"filter,omitempty"`
2121
// The rules for the group by.
2222
GroupBy []RumMetricGroupBy `json:"group_by,omitempty"`

api/datadogV2/model_rum_metric_create_data.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ import (
1010
"github.com/DataDog/datadog-api-client-go/v2/api/datadog"
1111
)
1212

13-
// RumMetricCreateData The new rum-based metric properties.
13+
// RumMetricCreateData The new RUM-based metric properties.
1414
type RumMetricCreateData struct {
15-
// The object describing the Datadog rum-based metric to create.
15+
// The object describing the Datadog RUM-based metric to create.
1616
Attributes RumMetricCreateAttributes `json:"attributes"`
17-
// The name of the rum-based metric.
17+
// The name of the RUM-based metric.
1818
Id string `json:"id"`
1919
// The type of the resource. The value should always be rum_metrics.
2020
Type RumMetricType `json:"type"`

api/datadogV2/model_rum_metric_create_request.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import (
1010
"github.com/DataDog/datadog-api-client-go/v2/api/datadog"
1111
)
1212

13-
// RumMetricCreateRequest The new rum-based metric body.
13+
// RumMetricCreateRequest The new RUM-based metric body.
1414
type RumMetricCreateRequest struct {
15-
// The new rum-based metric properties.
15+
// The new RUM-based metric properties.
1616
Data RumMetricCreateData `json:"data"`
1717
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
1818
UnparsedObject map[string]interface{} `json:"-"`

api/datadogV2/model_rum_metric_filter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/DataDog/datadog-api-client-go/v2/api/datadog"
1111
)
1212

13-
// RumMetricFilter The rum-based metric filter. Events matching this filter will be aggregated in this metric.
13+
// RumMetricFilter The RUM-based metric filter. Events matching this filter will be aggregated in this metric.
1414
type RumMetricFilter struct {
1515
// The search query - following the RUM search syntax.
1616
Query string `json:"query"`

api/datadogV2/model_rum_metric_group_by.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
// RumMetricGroupBy A group by rule.
1414
type RumMetricGroupBy struct {
15-
// The path to the value the rum-based metric will be aggregated over.
15+
// The path to the value the RUM-based metric will be aggregated over.
1616
Path string `json:"path"`
1717
// Eventual name of the tag that gets created. By default, `path` is used as the tag name.
1818
TagName *string `json:"tag_name,omitempty"`

0 commit comments

Comments
 (0)