Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #1885

Merged
merged 1 commit into from
Mar 3, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions acmedns/v1/acmedns-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
],
"parameters": {
"rootDomain": {
"description": "Required. SLD + TLD domain name to list challenges. This MAY be Unicode or Punycode.",
"description": "Required. SLD + TLD domain name to list challenges. For example, this would be \"google.com\" for any FQDN under \"google.com\". That includes challenges for \"subdomain.google.com\". This MAY be Unicode or Punycode.",
"location": "path",
"required": true,
"type": "string"
Expand All @@ -129,7 +129,7 @@
],
"parameters": {
"rootDomain": {
"description": "Required. SLD + TLD domain name to update records for. This MAY be Unicode or Punycode.",
"description": "Required. SLD + TLD domain name to update records for. For example, this would be \"google.com\" for any FQDN under \"google.com\". That includes challenges for \"subdomain.google.com\". This MAY be Unicode or Punycode.",
"location": "path",
"required": true,
"type": "string"
Expand All @@ -146,7 +146,7 @@
}
}
},
"revision": "20230221",
"revision": "20230301",
"rootUrl": "https://acmedns.googleapis.com/",
"schemas": {
"AcmeChallengeSet": {
Expand Down
16 changes: 10 additions & 6 deletions acmedns/v1/acmedns-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions analyticsadmin/v1alpha/analyticsadmin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3801,7 +3801,7 @@
}
}
},
"revision": "20230301",
"revision": "20230302",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
Expand Down Expand Up @@ -5245,8 +5245,8 @@
"description": "Required. User-provided display name for the connected site tag. Must be less than 256 characters.",
"type": "string"
},
"measurementId": {
"description": "Required. Measurement ID to forward events to. Also known as G-ID (For example: G-12345).",
"tagId": {
"description": "Required. \"Tag ID to forward events to. Also known as the Measurement ID, or the \"G-ID\" (For example: G-12345).",
"type": "string"
}
},
Expand Down Expand Up @@ -5635,13 +5635,13 @@
"description": "Request message for DeleteConnectedSiteTag RPC.",
"id": "GoogleAnalyticsAdminV1alphaDeleteConnectedSiteTagRequest",
"properties": {
"measurementId": {
"description": "The measurement ID of the tag to remove from the Universal Analytics property. Also known as \"G-ID\". Example: \"G-12345\"",
"type": "string"
},
"property": {
"description": "The Universal Analytics property to delete connected site tags for. This API does not support GA4 properties. Format: properties/{universalAnalyticsPropertyId} Example: properties/1234",
"type": "string"
},
"tagId": {
"description": "Tag ID to forward events to. Also known as the Measurement ID, or the \"G-ID\" (For example: G-12345).",
"type": "string"
}
},
"type": "object"
Expand Down
25 changes: 12 additions & 13 deletions analyticsadmin/v1alpha/analyticsadmin-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.