Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-04 18:34:35.476372",
"spec_repo_commit": "aeb956c4"
"regenerated": "2024-11-04 19:34:43.057948",
"spec_repo_commit": "82ea89c4"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-04 18:34:35.495455",
"spec_repo_commit": "aeb956c4"
"regenerated": "2024-11-04 19:34:43.103441",
"spec_repo_commit": "82ea89c4"
}
}
}
1 change: 1 addition & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29197,6 +29197,7 @@ paths:
- Cloud Cost Management
/api/v2/cost/enabled:
get:
deprecated: true
description: Get the Cloud Cost Management activity.
operationId: GetCloudCostActivity
responses:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,9 @@ public CompletableFuture<ApiResponse<Void>> deleteCustomCostsFileWithHttpInfoAsy
*
* @return CloudCostActivityResponse
* @throws ApiException if fails to make API call
* @deprecated
*/
@Deprecated
public CloudCostActivityResponse getCloudCostActivity() throws ApiException {
return getCloudCostActivityWithHttpInfo().getData();
}
Expand All @@ -754,7 +756,9 @@ public CloudCostActivityResponse getCloudCostActivity() throws ApiException {
* <p>See {@link #getCloudCostActivityWithHttpInfoAsync}.
*
* @return CompletableFuture&lt;CloudCostActivityResponse&gt;
* @deprecated
*/
@Deprecated
public CompletableFuture<CloudCostActivityResponse> getCloudCostActivityAsync() {
return getCloudCostActivityWithHttpInfoAsync()
.thenApply(
Expand All @@ -776,7 +780,10 @@ public CompletableFuture<CloudCostActivityResponse> getCloudCostActivityAsync()
* <tr><td> 403 </td><td> Forbidden </td><td> - </td></tr>
* <tr><td> 429 </td><td> Too many requests </td><td> - </td></tr>
* </table>
*
* @deprecated
*/
@Deprecated
public ApiResponse<CloudCostActivityResponse> getCloudCostActivityWithHttpInfo()
throws ApiException {
Object localVarPostBody = null;
Expand Down Expand Up @@ -811,7 +818,9 @@ public ApiResponse<CloudCostActivityResponse> getCloudCostActivityWithHttpInfo()
* <p>See {@link #getCloudCostActivityWithHttpInfo}.
*
* @return CompletableFuture&lt;ApiResponse&lt;CloudCostActivityResponse&gt;&gt;
* @deprecated
*/
@Deprecated
public CompletableFuture<ApiResponse<CloudCostActivityResponse>>
getCloudCostActivityWithHttpInfoAsync() {
Object localVarPostBody = null;
Expand Down
Loading