Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1606)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jun 30, 2022
1 parent 5e7eede commit a1f0544
Show file tree
Hide file tree
Showing 32 changed files with 3,137 additions and 1,539 deletions.
4 changes: 2 additions & 2 deletions cloudfunctions/v2alpha/cloudfunctions-api.json
Expand Up @@ -571,7 +571,7 @@
}
}
},
"revision": "20220511",
"revision": "20220622",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -784,7 +784,7 @@
"type": "object"
},
"Function": {
"description": "Describes a Cloud Function that contains user computation executed in response to an event. It encapsulate function and triggers configurations.",
"description": "Describes a Cloud Function that contains user computation executed in response to an event. It encapsulates function and trigger configurations.",
"id": "Function",
"properties": {
"buildConfig": {
Expand Down
4 changes: 2 additions & 2 deletions cloudfunctions/v2alpha/cloudfunctions-gen.go

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

4 changes: 2 additions & 2 deletions cloudfunctions/v2beta/cloudfunctions-api.json
Expand Up @@ -571,7 +571,7 @@
}
}
},
"revision": "20220511",
"revision": "20220622",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -784,7 +784,7 @@
"type": "object"
},
"Function": {
"description": "Describes a Cloud Function that contains user computation executed in response to an event. It encapsulate function and triggers configurations.",
"description": "Describes a Cloud Function that contains user computation executed in response to an event. It encapsulates function and trigger configurations.",
"id": "Function",
"properties": {
"buildConfig": {
Expand Down
4 changes: 2 additions & 2 deletions cloudfunctions/v2beta/cloudfunctions-gen.go

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

209 changes: 203 additions & 6 deletions container/v1/container-api.json

Large diffs are not rendered by default.

418 changes: 407 additions & 11 deletions container/v1/container-gen.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dns/v1/dns-api.json
Expand Up @@ -1824,7 +1824,7 @@
}
}
},
"revision": "20220518",
"revision": "20220629",
"rootUrl": "https://dns.googleapis.com/",
"schemas": {
"Change": {
Expand Down Expand Up @@ -3282,7 +3282,7 @@
],
"enumDescriptions": [
"",
"Skip a less-specific ResponsePolicyRule and continue normal query logic. This can be used in conjunction with a wildcard to exempt a subset of the wildcard ResponsePolicyRule from the ResponsePolicy behavior and e.g., query the public internet instead. For instance, if these rules exist: *.example.com -\u003e 1.2.3.4 foo.example.com -\u003e PASSTHRU Then a query for 'foo.example.com' skips the wildcard."
"Skip a less-specific ResponsePolicyRule and continue normal query logic. This can be used with a less-specific wildcard selector to exempt a subset of the wildcard ResponsePolicyRule from the ResponsePolicy behavior and query the public Internet instead. For instance, if these rules exist: *.example.com -\u003e LocalData 1.2.3.4 foo.example.com -\u003e Behavior 'bypassResponsePolicy' Then a query for 'foo.example.com' skips the wildcard."
],
"type": "string"
},
Expand Down
13 changes: 7 additions & 6 deletions dns/v1/dns-gen.go

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

4 changes: 2 additions & 2 deletions dns/v1beta2/dns-api.json
Expand Up @@ -1821,7 +1821,7 @@
}
}
},
"revision": "20220518",
"revision": "20220629",
"rootUrl": "https://dns.googleapis.com/",
"schemas": {
"Change": {
Expand Down Expand Up @@ -3330,7 +3330,7 @@
],
"enumDescriptions": [
"",
"Skip a less-specific ResponsePolicyRule and continue normal query logic. This can be used in conjunction with a wildcard to exempt a subset of the wildcard ResponsePolicyRule from the ResponsePolicy behavior and e.g., query the public internet instead. For instance, if these rules exist: *.example.com -\u003e 1.2.3.4 foo.example.com -\u003e PASSTHRU Then a query for 'foo.example.com' skips the wildcard."
"Skip a less-specific ResponsePolicyRule and continue normal query logic. This can be used with a less-specific wildcard selector to exempt a subset of the wildcard ResponsePolicyRule from the ResponsePolicy behavior and query the public Internet instead. For instance, if these rules exist: *.example.com -\u003e LocalData 1.2.3.4 foo.example.com -\u003e Behavior 'bypassResponsePolicy' Then a query for 'foo.example.com' skips the wildcard."
],
"type": "string"
},
Expand Down
13 changes: 7 additions & 6 deletions dns/v1beta2/dns-gen.go

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

7 changes: 1 addition & 6 deletions firestore/v1/firestore-api.json
Expand Up @@ -132,11 +132,6 @@
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
},
"validateOnly": {
"description": "If set, validate the request and preview the response, but do not actually create the database.",
"location": "query",
"type": "boolean"
}
},
"path": "v1/{+parent}/databases",
Expand Down Expand Up @@ -1358,7 +1353,7 @@
}
}
},
"revision": "20220604",
"revision": "20220625",
"rootUrl": "https://firestore.googleapis.com/",
"schemas": {
"ArrayValue": {
Expand Down
13 changes: 0 additions & 13 deletions firestore/v1/firestore-gen.go

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

0 comments on commit a1f0544

Please sign in to comment.