Skip to content

Commit 16abc2f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 3f22325 of spec repo
1 parent 5865bf4 commit 16abc2f

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18293,7 +18293,7 @@ components:
1829318293
description: |-
1829418294
The Splunk sourcetype for the events sent to this Splunk destination.
1829518295

18296-
If absent, the default sourcetype `_json` is used. If set to null, the `sourcetype`
18296+
If not defined and not already set, the default sourcetype `_json` is used. Otherwise, the previously set value remains unchanged. If set to null, the `sourcetype`
1829718297
field is omitted from the Splunk HEC payload entirely. Otherwise, the provided string
1829818298
value is used as the sourcetype.
1829918299
example: my-source
@@ -18578,7 +18578,7 @@ components:
1857818578
description: |-
1857918579
The Splunk sourcetype for the events sent to this Splunk destination.
1858018580

18581-
If absent, the default sourcetype `_json` is used. If set to null, the `sourcetype`
18581+
If not defined and not already set, the default sourcetype `_json` is used. Otherwise, the previously set value remains unchanged. If set to null, the `sourcetype`
1858218582
field is omitted from the Splunk HEC payload entirely. Otherwise, the provided string
1858318583
value is used as the sourcetype.
1858418584
example: my-source

src/main/java/com/datadog/api/client/v2/model/CustomDestinationForwardDestinationSplunk.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,10 @@ public CustomDestinationForwardDestinationSplunk sourcetype(String sourcetype) {
105105
/**
106106
* The Splunk sourcetype for the events sent to this Splunk destination.
107107
*
108-
* <p>If absent, the default sourcetype <code>_json</code> is used. If set to null, the <code>
109-
* sourcetype</code> field is omitted from the Splunk HEC payload entirely. Otherwise, the
110-
* provided string value is used as the sourcetype.
108+
* <p>If not defined and not already set, the default sourcetype <code>_json</code> is used.
109+
* Otherwise, the previously set value remains unchanged. If set to null, the <code>sourcetype
110+
* </code> field is omitted from the Splunk HEC payload entirely. Otherwise, the provided string
111+
* value is used as the sourcetype.
111112
*
112113
* @return sourcetype
113114
*/

src/main/java/com/datadog/api/client/v2/model/CustomDestinationResponseForwardDestinationSplunk.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,10 @@ public CustomDestinationResponseForwardDestinationSplunk sourcetype(String sourc
7979
/**
8080
* The Splunk sourcetype for the events sent to this Splunk destination.
8181
*
82-
* <p>If absent, the default sourcetype <code>_json</code> is used. If set to null, the <code>
83-
* sourcetype</code> field is omitted from the Splunk HEC payload entirely. Otherwise, the
84-
* provided string value is used as the sourcetype.
82+
* <p>If not defined and not already set, the default sourcetype <code>_json</code> is used.
83+
* Otherwise, the previously set value remains unchanged. If set to null, the <code>sourcetype
84+
* </code> field is omitted from the Splunk HEC payload entirely. Otherwise, the provided string
85+
* value is used as the sourcetype.
8586
*
8687
* @return sourcetype
8788
*/

0 commit comments

Comments
 (0)