Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2148)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Sep 8, 2023
1 parent c8d6a5a commit b6072d6
Show file tree
Hide file tree
Showing 8 changed files with 213 additions and 2,183 deletions.
571 changes: 1 addition & 570 deletions checks/v1alpha/checks-api.json

Large diffs are not rendered by default.

1,543 changes: 0 additions & 1,543 deletions checks/v1alpha/checks-gen.go

Large diffs are not rendered by default.

49 changes: 33 additions & 16 deletions firebase/v1beta1/firebase-api.json

Large diffs are not rendered by default.

123 changes: 89 additions & 34 deletions firebase/v1beta1/firebase-gen.go

Large diffs are not rendered by default.

14 changes: 12 additions & 2 deletions gmailpostmastertools/v1/gmailpostmastertools-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
}
}
},
"revision": "20210114",
"revision": "20230907",
"rootUrl": "https://gmailpostmastertools.googleapis.com/",
"schemas": {
"DeliveryError": {
Expand Down Expand Up @@ -518,7 +518,17 @@
"type": "number"
},
"userReportedSpamRatio": {
"description": "The ratio of user-report spam vs. email that was sent to the inbox. This metric only pertains to emails authenticated by [DKIM](http://www.dkim.org/).",
"description": "The ratio of user-report spam vs. email that was sent to the inbox. This is potentially inexact -- users may want to refer to the description of the interval fields userReportedSpamRatioLowerBound and userReportedSpamRatioUpperBound for more explicit accuracy guarantees. This metric only pertains to emails authenticated by [DKIM](http://www.dkim.org/).",
"format": "double",
"type": "number"
},
"userReportedSpamRatioLowerBound": {
"description": "The lower bound of the confidence interval for the user reported spam ratio. If this field is set, then the value of userReportedSpamRatio is set to the midpoint of this interval and is thus inexact. However, the true ratio is guaranteed to be in between this lower bound and the corresponding upper bound 95% of the time. This metric only pertains to emails authenticated by [DKIM](http://www.dkim.org/).",
"format": "double",
"type": "number"
},
"userReportedSpamRatioUpperBound": {
"description": "The upper bound of the confidence interval for the user reported spam ratio. If this field is set, then the value of userReportedSpamRatio is set to the midpoint of this interval and is thus inexact. However, the true ratio is guaranteed to be in between this upper bound and the corresponding lower bound 95% of the time. This metric only pertains to emails authenticated by [DKIM](http://www.dkim.org/).",
"format": "double",
"type": "number"
}
Expand Down
41 changes: 33 additions & 8 deletions gmailpostmastertools/v1/gmailpostmastertools-gen.go

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

14 changes: 12 additions & 2 deletions gmailpostmastertools/v1beta1/gmailpostmastertools-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
}
}
},
"revision": "20230702",
"revision": "20230907",
"rootUrl": "https://gmailpostmastertools.googleapis.com/",
"schemas": {
"DeliveryError": {
Expand Down Expand Up @@ -524,7 +524,17 @@
"type": "number"
},
"userReportedSpamRatio": {
"description": "The ratio of user-report spam vs. email that was sent to the inbox. This metric only pertains to emails authenticated by [DKIM](http://www.dkim.org/).",
"description": "The ratio of user-report spam vs. email that was sent to the inbox. This is potentially inexact -- users may want to refer to the description of the interval fields userReportedSpamRatioLowerBound and userReportedSpamRatioUpperBound for more explicit accuracy guarantees. This metric only pertains to emails authenticated by [DKIM](http://www.dkim.org/).",
"format": "double",
"type": "number"
},
"userReportedSpamRatioLowerBound": {
"description": "The lower bound of the confidence interval for the user reported spam ratio. If this field is set, then the value of userReportedSpamRatio is set to the midpoint of this interval and is thus inexact. However, the true ratio is guaranteed to be in between this lower bound and the corresponding upper bound 95% of the time. This metric only pertains to emails authenticated by [DKIM](http://www.dkim.org/).",
"format": "double",
"type": "number"
},
"userReportedSpamRatioUpperBound": {
"description": "The upper bound of the confidence interval for the user reported spam ratio. If this field is set, then the value of userReportedSpamRatio is set to the midpoint of this interval and is thus inexact. However, the true ratio is guaranteed to be in between this upper bound and the corresponding lower bound 95% of the time. This metric only pertains to emails authenticated by [DKIM](http://www.dkim.org/).",
"format": "double",
"type": "number"
}
Expand Down
41 changes: 33 additions & 8 deletions gmailpostmastertools/v1beta1/gmailpostmastertools-gen.go

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

0 comments on commit b6072d6

Please sign in to comment.