Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2986)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Jan 29, 2025
1 parent a4ae123 commit 82a5738
Show file tree
Hide file tree
Showing 24 changed files with 235 additions and 168 deletions.
16 changes: 15 additions & 1 deletion appengine/v1/appengine-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1825,7 +1825,7 @@
}
}
},
"revision": "20241205",
"revision": "20250127",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ApiConfigHandler": {
Expand Down Expand Up @@ -2005,6 +2005,20 @@
"Application has been disabled by the system."
],
"type": "string"
},
"sslPolicy": {
"description": "The SSL policy that will be applied to the application. If set to Modern it will restrict traffic with TLS \u003c 1.2 and allow only Modern Ciphers suite",
"enum": [
"SSL_POLICY_UNSPECIFIED",
"DEFAULT",
"MODERN"
],
"enumDescriptions": [
"Required by linter. Will work same as DEFAULT",
"DEFAULT is to allow all TLS versions and cipher suites supported by App Engine",
"MODERN is to allow only TLS 1.2 and TLS 1.3 along with Modern cipher suites only"
],
"type": "string"
}
},
"type": "object"
Expand Down
11 changes: 11 additions & 0 deletions appengine/v1/appengine-gen.go

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

16 changes: 15 additions & 1 deletion appengine/v1beta/appengine-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2025,7 +2025,7 @@
}
}
},
"revision": "20241205",
"revision": "20250127",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ApiConfigHandler": {
Expand Down Expand Up @@ -2205,6 +2205,20 @@
"Application has been disabled by the system."
],
"type": "string"
},
"sslPolicy": {
"description": "The SSL policy that will be applied to the application. If set to Modern it will restrict traffic with TLS \u003c 1.2 and allow only Modern Ciphers suite",
"enum": [
"SSL_POLICY_UNSPECIFIED",
"DEFAULT",
"MODERN"
],
"enumDescriptions": [
"Required by linter. Will work same as DEFAULT",
"DEFAULT is to allow all TLS versions and cipher suites supported by App Engine",
"MODERN is to allow only TLS 1.2 and TLS 1.3 along with Modern cipher suites only"
],
"type": "string"
}
},
"type": "object"
Expand Down
11 changes: 11 additions & 0 deletions appengine/v1beta/appengine-gen.go

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

25 changes: 21 additions & 4 deletions chromemanagement/v1/chromemanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"https://www.googleapis.com/auth/chrome.management.appdetails.readonly": {
"description": "See detailed information about apps installed on Chrome browsers and devices managed by your organization"
},
"https://www.googleapis.com/auth/chrome.management.profiles": {
"description": "See, edit, delete, and take other necessary actions on Chrome browser profiles managed by your organization"
},
"https://www.googleapis.com/auth/chrome.management.profiles.readonly": {
"description": "See Chrome browser profiles managed by your organization"
},
"https://www.googleapis.com/auth/chrome.management.reports.readonly": {
"description": "See reports about devices and Chrome browsers managed within your organization"
},
Expand Down Expand Up @@ -366,7 +372,10 @@
"path": "v1/{+name}",
"response": {
"$ref": "GoogleProtobufEmpty"
}
},
"scopes": [
"https://www.googleapis.com/auth/chrome.management.profiles"
]
},
"get": {
"description": "Gets a Chrome browser profile with customer ID and profile permanent ID.",
Expand All @@ -388,7 +397,11 @@
"path": "v1/{+name}",
"response": {
"$ref": "GoogleChromeManagementVersionsV1ChromeBrowserProfile"
}
},
"scopes": [
"https://www.googleapis.com/auth/chrome.management.profiles",
"https://www.googleapis.com/auth/chrome.management.profiles.readonly"
]
},
"list": {
"description": "Lists Chrome browser profiles of a customer based on the given search and sorting criteria.",
Expand Down Expand Up @@ -431,7 +444,11 @@
"path": "v1/{+parent}/profiles",
"response": {
"$ref": "GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse"
}
},
"scopes": [
"https://www.googleapis.com/auth/chrome.management.profiles",
"https://www.googleapis.com/auth/chrome.management.profiles.readonly"
]
}
}
},
Expand Down Expand Up @@ -1263,7 +1280,7 @@
}
}
},
"revision": "20250122",
"revision": "20250126",
"rootUrl": "https://chromemanagement.googleapis.com/",
"schemas": {
"GoogleChromeManagementV1AndroidAppInfo": {
Expand Down
9 changes: 9 additions & 0 deletions chromemanagement/v1/chromemanagement-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 dataproc/v1/dataproc-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4978,7 +4978,7 @@
}
}
},
"revision": "20250111",
"revision": "20250122",
"rootUrl": "https://dataproc.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -9960,7 +9960,7 @@
"type": "object"
},
"name": {
"description": "Required. The resource name of the session.",
"description": "Identifier. The resource name of the session.",
"type": "string"
},
"runtimeConfig": {
Expand Down
2 changes: 1 addition & 1 deletion dataproc/v1/dataproc-gen.go

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

18 changes: 17 additions & 1 deletion forms/v1/forms-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
}
}
},
"revision": "20241112",
"revision": "20250121",
"rootUrl": "https://forms.googleapis.com/",
"schemas": {
"Answer": {
Expand Down Expand Up @@ -863,6 +863,22 @@
"description": "A form's settings.",
"id": "FormSettings",
"properties": {
"emailCollectionType": {
"description": "Optional. Kind of email collection configured in the form.",
"enum": [
"EMAIL_COLLECTION_TYPE_UNSPECIFIED",
"DO_NOT_COLLECT",
"VERIFIED",
"RESPONDER_INPUT"
],
"enumDescriptions": [
"Default value. The default for forms owned by Google Workspace users is VERIFIED. For forms owned by other types of Google accounts, the default is DO_NO_COLLECT.",
"Email Field is not collected for the user.",
"Email Field is collected automatically from the logged in user.",
"Email Field needs to be manually filled."
],
"type": "string"
},
"quizSettings": {
"$ref": "QuizSettings",
"description": "Settings related to quiz forms and grading."
Expand Down
20 changes: 16 additions & 4 deletions forms/v1/forms-gen.go

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

8 changes: 7 additions & 1 deletion language/v1/language-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
}
}
},
"revision": "20250105",
"revision": "20250126",
"rootUrl": "https://language.googleapis.com/",
"schemas": {
"AnalyzeEntitiesRequest": {
Expand Down Expand Up @@ -762,6 +762,7 @@
"A3_HIGHGPU_8G",
"A3_MEGAGPU_8G",
"A3_ULTRAGPU_8G",
"A3_EDGEGPU_8G",
"E2_STANDARD_2",
"E2_STANDARD_4",
"E2_STANDARD_8",
Expand Down Expand Up @@ -1052,6 +1053,7 @@
"",
"",
"",
"",
""
],
"type": "string"
Expand Down Expand Up @@ -1489,6 +1491,7 @@
"A3_HIGHGPU_8G",
"A3_MEGAGPU_8G",
"A3_ULTRAGPU_8G",
"A3_EDGEGPU_8G",
"E2_STANDARD_2",
"E2_STANDARD_4",
"E2_STANDARD_8",
Expand Down Expand Up @@ -1779,6 +1782,7 @@
"",
"",
"",
"",
""
],
"type": "string"
Expand Down Expand Up @@ -2175,6 +2179,7 @@
"A3_HIGHGPU_8G",
"A3_MEGAGPU_8G",
"A3_ULTRAGPU_8G",
"A3_EDGEGPU_8G",
"E2_STANDARD_2",
"E2_STANDARD_4",
"E2_STANDARD_8",
Expand Down Expand Up @@ -2465,6 +2470,7 @@
"",
"",
"",
"",
""
],
"type": "string"
Expand Down
3 changes: 3 additions & 0 deletions language/v1/language-gen.go

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

Loading

0 comments on commit 82a5738

Please sign in to comment.