Skip to content

Commit d992abc

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit dc02d0d0 of spec repo
1 parent 36dd181 commit d992abc

19 files changed

+352
-19
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-02-15 17:39:50.157283",
8-
"spec_repo_commit": "45fd84e5"
7+
"regenerated": "2024-02-16 18:02:54.553421",
8+
"spec_repo_commit": "dc02d0d0"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-02-15 17:39:50.172445",
13-
"spec_repo_commit": "45fd84e5"
12+
"regenerated": "2024-02-16 18:02:54.571669",
13+
"spec_repo_commit": "dc02d0d0"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3207,6 +3207,18 @@ components:
32073207
key.'
32083208
example: https://www.googleapis.com/robot/v1/metadata/x509/$CLIENT_EMAIL
32093209
type: string
3210+
cloud_run_revision_filters:
3211+
description: 'Limit the Cloud Run revisions that are pulled into Datadog
3212+
by using tags.
3213+
3214+
Only Cloud Run revision resources that apply to specified filters are
3215+
imported into Datadog.'
3216+
example:
3217+
- $KEY:$VALUE
3218+
items:
3219+
description: Cloud Run Filters
3220+
type: string
3221+
type: array
32103222
errors:
32113223
description: An array of errors.
32123224
example:

.generator/schemas/v2/openapi.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7388,6 +7388,18 @@ components:
73887388
description: Your service account email address.
73897389
example: datadog-service-account@test-project.iam.gserviceaccount.com
73907390
type: string
7391+
cloud_run_revision_filters:
7392+
description: 'List of filters to limit the Cloud Run revisions that are
7393+
pulled into Datadog by using tags.
7394+
7395+
Only Cloud Run revision resources that apply to specified filters are
7396+
imported into Datadog.'
7397+
example:
7398+
- $KEY:$VALUE
7399+
items:
7400+
description: Cloud Run Filters
7401+
type: string
7402+
type: array
73917403
host_filters:
73927404
description: Your Host Filters.
73937405
items:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023-12-20T13:18:07.717Z
1+
2024-01-31T21:16:03.254Z

cassettes/features/v1/gcp_integration/Create-a-GCP-integration-returns-OK-response.yml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-01-31T21:16:03.829Z

cassettes/features/v1/gcp_integration/Update-a-GCP-integration-cloud-run-revision-filters-returns-OK-response.yml

Lines changed: 74 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-01-31T21:16:04.924Z

cassettes/features/v2/gcp_integration/Create-a-new-entry-for-your-service-account-with-cloud-run-revision-filters-enabled-returns-OK-response.yml

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-01-31T21:16:05.705Z

0 commit comments

Comments
 (0)