Skip to content

Commit 3f0699e

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 036c7f09 of spec repo
1 parent 357841c commit 3f0699e

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-10-31 16:41:33.862946",
8-
"spec_repo_commit": "63c441b2"
7+
"regenerated": "2024-11-04 14:37:26.368545",
8+
"spec_repo_commit": "036c7f09"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-31 16:41:33.881242",
13-
"spec_repo_commit": "63c441b2"
12+
"regenerated": "2024-11-04 14:37:26.388320",
13+
"spec_repo_commit": "036c7f09"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29197,6 +29197,7 @@ paths:
2919729197
- Cloud Cost Management
2919829198
/api/v2/cost/enabled:
2919929199
get:
29200+
deprecated: true
2920029201
description: Get the Cloud Cost Management activity.
2920129202
operationId: GetCloudCostActivity
2920229203
responses:

src/main/java/com/datadog/api/client/v2/api/CloudCostManagementApi.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,9 @@ public CompletableFuture<ApiResponse<Void>> deleteCustomCostsFileWithHttpInfoAsy
743743
*
744744
* @return CloudCostActivityResponse
745745
* @throws ApiException if fails to make API call
746+
* @deprecated
746747
*/
748+
@Deprecated
747749
public CloudCostActivityResponse getCloudCostActivity() throws ApiException {
748750
return getCloudCostActivityWithHttpInfo().getData();
749751
}
@@ -754,7 +756,9 @@ public CloudCostActivityResponse getCloudCostActivity() throws ApiException {
754756
* <p>See {@link #getCloudCostActivityWithHttpInfoAsync}.
755757
*
756758
* @return CompletableFuture&lt;CloudCostActivityResponse&gt;
759+
* @deprecated
757760
*/
761+
@Deprecated
758762
public CompletableFuture<CloudCostActivityResponse> getCloudCostActivityAsync() {
759763
return getCloudCostActivityWithHttpInfoAsync()
760764
.thenApply(
@@ -776,7 +780,10 @@ public CompletableFuture<CloudCostActivityResponse> getCloudCostActivityAsync()
776780
* <tr><td> 403 </td><td> Forbidden </td><td> - </td></tr>
777781
* <tr><td> 429 </td><td> Too many requests </td><td> - </td></tr>
778782
* </table>
783+
*
784+
* @deprecated
779785
*/
786+
@Deprecated
780787
public ApiResponse<CloudCostActivityResponse> getCloudCostActivityWithHttpInfo()
781788
throws ApiException {
782789
Object localVarPostBody = null;
@@ -811,7 +818,9 @@ public ApiResponse<CloudCostActivityResponse> getCloudCostActivityWithHttpInfo()
811818
* <p>See {@link #getCloudCostActivityWithHttpInfo}.
812819
*
813820
* @return CompletableFuture&lt;ApiResponse&lt;CloudCostActivityResponse&gt;&gt;
821+
* @deprecated
814822
*/
823+
@Deprecated
815824
public CompletableFuture<ApiResponse<CloudCostActivityResponse>>
816825
getCloudCostActivityWithHttpInfoAsync() {
817826
Object localVarPostBody = null;

0 commit comments

Comments
 (0)