Skip to content

Commit 8d37509

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit af83973 of spec repo
1 parent 6a4db75 commit 8d37509

12 files changed

+18
-144
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29501,6 +29501,7 @@ components:
2950129501
- value
2950229502
type: object
2950329503
HamrOrgConnectionAttributesRequest:
29504+
description: Attributes for a HAMR organization connection request.
2950429505
properties:
2950529506
hamr_status:
2950629507
$ref: '#/components/schemas/HamrOrgConnectionStatus'
@@ -29539,6 +29540,7 @@ components:
2953929540
- modified_by
2954029541
type: object
2954129542
HamrOrgConnectionAttributesResponse:
29543+
description: Attributes of a HAMR organization connection response.
2954229544
properties:
2954329545
hamr_status:
2954429546
$ref: '#/components/schemas/HamrOrgConnectionStatus'
@@ -29583,6 +29585,7 @@ components:
2958329585
- modified_by
2958429586
type: object
2958529587
HamrOrgConnectionDataRequest:
29588+
description: Data object for a HAMR organization connection request.
2958629589
properties:
2958729590
attributes:
2958829591
$ref: '#/components/schemas/HamrOrgConnectionAttributesRequest'
@@ -29599,6 +29602,7 @@ components:
2959929602
- attributes
2960029603
type: object
2960129604
HamrOrgConnectionDataResponse:
29605+
description: Data object for a HAMR organization connection response.
2960229606
properties:
2960329607
attributes:
2960429608
$ref: '#/components/schemas/HamrOrgConnectionAttributesResponse'
@@ -29614,13 +29618,15 @@ components:
2961429618
- attributes
2961529619
type: object
2961629620
HamrOrgConnectionRequest:
29621+
description: Request payload for creating or updating a HAMR organization connection.
2961729622
properties:
2961829623
data:
2961929624
$ref: '#/components/schemas/HamrOrgConnectionDataRequest'
2962029625
required:
2962129626
- data
2962229627
type: object
2962329628
HamrOrgConnectionResponse:
29629+
description: Response payload for a HAMR organization connection.
2962429630
properties:
2962529631
data:
2962629632
$ref: '#/components/schemas/HamrOrgConnectionDataResponse'
@@ -44821,7 +44827,7 @@ components:
4482144827
Protocol (OTLP) over gRPC and HTTP.
4482244828

4482344829

44824-
**Supported pipeline types:** logs, metrics'
44830+
**Supported pipeline types:** logs'
4482544831
properties:
4482644832
grpc_address_key:
4482744833
description: Environment variable name containing the gRPC server address
@@ -44851,7 +44857,6 @@ components:
4485144857
type: object
4485244858
x-pipeline-types:
4485344859
- logs
44854-
- metrics
4485544860
ObservabilityPipelineOpentelemetrySourceType:
4485644861
default: opentelemetry
4485744862
description: The source type. The value should always be `opentelemetry`.

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/HamrOrgConnectionAttributesRequest.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+
/** Attributes for a HAMR organization connection request. */
2121
@JsonPropertyOrder({
2222
HamrOrgConnectionAttributesRequest.JSON_PROPERTY_HAMR_STATUS,
2323
HamrOrgConnectionAttributesRequest.JSON_PROPERTY_IS_PRIMARY,

src/main/java/com/datadog/api/client/v2/model/HamrOrgConnectionAttributesResponse.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+
/** Attributes of a HAMR organization connection response. */
2121
@JsonPropertyOrder({
2222
HamrOrgConnectionAttributesResponse.JSON_PROPERTY_HAMR_STATUS,
2323
HamrOrgConnectionAttributesResponse.JSON_PROPERTY_IS_PRIMARY,

src/main/java/com/datadog/api/client/v2/model/HamrOrgConnectionDataRequest.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+
/** Data object for a HAMR organization connection request. */
2121
@JsonPropertyOrder({
2222
HamrOrgConnectionDataRequest.JSON_PROPERTY_ATTRIBUTES,
2323
HamrOrgConnectionDataRequest.JSON_PROPERTY_ID,
@@ -58,7 +58,7 @@ public HamrOrgConnectionDataRequest attributes(HamrOrgConnectionAttributesReques
5858
}
5959

6060
/**
61-
* Getattributes
61+
* Attributes for a HAMR organization connection request.
6262
*
6363
* @return attributes
6464
*/

src/main/java/com/datadog/api/client/v2/model/HamrOrgConnectionDataResponse.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+
/** Data object for a HAMR organization connection response. */
2121
@JsonPropertyOrder({
2222
HamrOrgConnectionDataResponse.JSON_PROPERTY_ATTRIBUTES,
2323
HamrOrgConnectionDataResponse.JSON_PROPERTY_ID,
@@ -58,7 +58,7 @@ public HamrOrgConnectionDataResponse attributes(HamrOrgConnectionAttributesRespo
5858
}
5959

6060
/**
61-
* Getattributes
61+
* Attributes of a HAMR organization connection response.
6262
*
6363
* @return attributes
6464
*/

src/main/java/com/datadog/api/client/v2/model/HamrOrgConnectionRequest.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+
/** Request payload for creating or updating a HAMR organization connection. */
2121
@JsonPropertyOrder({HamrOrgConnectionRequest.JSON_PROPERTY_DATA})
2222
@jakarta.annotation.Generated(
2323
value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator")
@@ -43,7 +43,7 @@ public HamrOrgConnectionRequest data(HamrOrgConnectionDataRequest data) {
4343
}
4444

4545
/**
46-
* Getdata
46+
* Data object for a HAMR organization connection request.
4747
*
4848
* @return data
4949
*/

src/main/java/com/datadog/api/client/v2/model/HamrOrgConnectionResponse.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+
/** Response payload for a HAMR organization connection. */
2121
@JsonPropertyOrder({HamrOrgConnectionResponse.JSON_PROPERTY_DATA})
2222
@jakarta.annotation.Generated(
2323
value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator")
@@ -43,7 +43,7 @@ public HamrOrgConnectionResponse data(HamrOrgConnectionDataResponse data) {
4343
}
4444

4545
/**
46-
* Getdata
46+
* Data object for a HAMR organization connection response.
4747
*
4848
* @return data
4949
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* The <code>opentelemetry</code> source receives telemetry data using the OpenTelemetry Protocol
2222
* (OTLP) over gRPC and HTTP.
2323
*
24-
* <p><strong>Supported pipeline types:</strong> logs, metrics
24+
* <p><strong>Supported pipeline types:</strong> logs
2525
*/
2626
@JsonPropertyOrder({
2727
ObservabilityPipelineOpentelemetrySource.JSON_PROPERTY_GRPC_ADDRESS_KEY,

src/test/resources/cassettes/features/v2/Validate_a_metrics_pipeline_with_opentelemetry_source_returns_OK_response.freeze

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)