Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1885)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 3, 2023
1 parent 1aee5cd commit c886360
Show file tree
Hide file tree
Showing 18 changed files with 1,215 additions and 525 deletions.
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.

0 comments on commit c886360

Please sign in to comment.