Skip to content

Commit 93eacc7

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 4345915 of spec repo
1 parent 6a4db75 commit 93eacc7

File tree

123 files changed

+343
-318
lines changed

Some content is hidden

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

123 files changed

+343
-318
lines changed

.generator/schemas/v2/openapi.yaml

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

examples/v2/observability-pipelines/ValidatePipeline_884022323.java

Lines changed: 0 additions & 90 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public Attachment addIncludedItem(AttachmentIncluded includedItem) {
7070
}
7171

7272
/**
73-
* Getincluded
73+
* A list of related objects included in the response.
7474
*
7575
* @return included
7676
*/

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public AttachmentArray addDataItem(AttachmentData dataItem) {
5454
}
5555

5656
/**
57-
* Getdata
57+
* An array of attachment data objects.
5858
*
5959
* @return data
6060
*/
@@ -86,7 +86,7 @@ public AttachmentArray addIncludedItem(AttachmentIncluded includedItem) {
8686
}
8787

8888
/**
89-
* Getincluded
89+
* A list of related objects included in the response.
9090
*
9191
* @return included
9292
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public CreateAttachmentRequestData id(String id) {
7373
}
7474

7575
/**
76-
* Getid
76+
* The unique identifier of the attachment.
7777
*
7878
* @return id
7979
*/

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import java.util.Map;
1717
import java.util.Objects;
1818

19-
/** */
19+
/** Request object for creating a component. */
2020
@JsonPropertyOrder({CreateComponentRequest.JSON_PROPERTY_DATA})
2121
@jakarta.annotation.Generated(
2222
value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator")
@@ -32,7 +32,7 @@ public CreateComponentRequest data(CreateComponentRequestData data) {
3232
}
3333

3434
/**
35-
* Getdata
35+
* The data object for creating a component.
3636
*
3737
* @return data
3838
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import java.util.Map;
1818
import java.util.Objects;
1919

20-
/** */
20+
/** The data object for creating a component. */
2121
@JsonPropertyOrder({
2222
CreateComponentRequestData.JSON_PROPERTY_ATTRIBUTES,
2323
CreateComponentRequestData.JSON_PROPERTY_RELATIONSHIPS,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import java.util.Map;
1818
import java.util.Objects;
1919

20-
/** */
20+
/** A component to be created within a group. */
2121
@JsonPropertyOrder({
2222
CreateComponentRequestDataAttributesComponentsItems.JSON_PROPERTY_NAME,
2323
CreateComponentRequestDataAttributesComponentsItems.JSON_PROPERTY_POSITION,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public CreateComponentRequestDataRelationships group(
3333
}
3434

3535
/**
36-
* Getgroup
36+
* The group to create the component within.
3737
*
3838
* @return group
3939
*/

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import java.util.Map;
1818
import java.util.Objects;
1919

20-
/** */
20+
/** The group to create the component within. */
2121
@JsonPropertyOrder({CreateComponentRequestDataRelationshipsGroup.JSON_PROPERTY_DATA})
2222
@jakarta.annotation.Generated(
2323
value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator")
@@ -48,7 +48,7 @@ public CreateComponentRequestDataRelationshipsGroup data(
4848
}
4949

5050
/**
51-
* Getdata
51+
* The data object identifying the group to create the component within.
5252
*
5353
* @return data
5454
*/

0 commit comments

Comments
 (0)