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 #2485

Merged
merged 1 commit into from Mar 22, 2024
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
8 changes: 5 additions & 3 deletions androidmanagement/v1/androidmanagement-api.json
Expand Up @@ -1163,7 +1163,7 @@
}
}
},
"revision": "20240313",
"revision": "20240320",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -2778,13 +2778,15 @@
"MINIMUM_WIFI_SECURITY_LEVEL_UNSPECIFIED",
"OPEN_NETWORK_SECURITY",
"PERSONAL_NETWORK_SECURITY",
"ENTERPRISE_NETWORK_SECURITY"
"ENTERPRISE_NETWORK_SECURITY",
"ENTERPRISE_BIT192_NETWORK_SECURITY"
],
"enumDescriptions": [
"Defaults to OPEN_NETWORK_SECURITY, which means the device will be able to connect to all types of Wi-Fi networks.",
"The device will be able to connect to all types of Wi-Fi networks.",
"A personal network such as WEP, WPA2-PSK is the minimum required security. The device will not be able to connect to open wifi networks. This is stricter than OPEN_NETWORK_SECURITY. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 13.",
"An enterprise EAP network is the minimum required security level. The device will not be able to connect to Wi-Fi network below this security level. This is stricter than PERSONAL_NETWORK_SECURITY. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 13."
"An enterprise EAP network is the minimum required security level. The device will not be able to connect to Wi-Fi network below this security level. This is stricter than PERSONAL_NETWORK_SECURITY. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 13.",
"A 192-bit enterprise network is the minimum required security level. The device will not be able to connect to Wi-Fi network below this security level. This is stricter than ENTERPRISE_NETWORK_SECURITY. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 13."
],
"type": "string"
},
Expand Down
5 changes: 5 additions & 0 deletions androidmanagement/v1/androidmanagement-gen.go

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

7 changes: 6 additions & 1 deletion androidpublisher/v3/androidpublisher-api.json
Expand Up @@ -4731,7 +4731,7 @@
}
}
},
"revision": "20240319",
"revision": "20240321",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -7711,6 +7711,11 @@
"format": "int32",
"type": "integer"
},
"refundableQuantity": {
"description": "The quantity eligible for refund, i.e. quantity that hasn't been refunded. The value reflects quantity-based partial refunds and full refunds.",
"format": "int32",
"type": "integer"
},
"regionCode": {
"description": "ISO 3166-1 alpha-2 billing region code of the user at the time the product was granted.",
"type": "string"
Expand Down
5 changes: 5 additions & 0 deletions androidpublisher/v3/androidpublisher-gen.go

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

66 changes: 1 addition & 65 deletions cloudsupport/v2beta/cloudsupport-api.json
Expand Up @@ -125,26 +125,6 @@
"location": "query",
"type": "string"
},
"product.productLine": {
"description": "The Product Line of the Product.",
"enum": [
"PRODUCT_LINE_UNSPECIFIED",
"GOOGLE_CLOUD",
"GOOGLE_MAPS"
],
"enumDescriptions": [
"Unknown product type.",
"Google Cloud",
"Google Maps"
],
"location": "query",
"type": "string"
},
"product.productSubline": {
"description": "The Product Subline of the Product, such as \"Maps Billing\".",
"location": "query",
"type": "string"
},
"query": {
"description": "An expression used to filter case classifications. If it's an empty string, then no filtering happens. Otherwise, case classifications will be returned that match the filter.",
"location": "query",
Expand Down Expand Up @@ -303,21 +283,6 @@
"pattern": "^[^/]+/[^/]+$",
"required": true,
"type": "string"
},
"productLine": {
"description": "The product line for which to request cases for. If unspecified, only Google Cloud cases will be returned.",
"enum": [
"PRODUCT_LINE_UNSPECIFIED",
"GOOGLE_CLOUD",
"GOOGLE_MAPS"
],
"enumDescriptions": [
"Unknown product type.",
"Google Cloud",
"Google Maps"
],
"location": "query",
"type": "string"
}
},
"path": "v2beta/{+parent}/cases",
Expand Down Expand Up @@ -583,7 +548,7 @@
}
}
},
"revision": "20240303",
"revision": "20240320",
"rootUrl": "https://cloudsupport.googleapis.com/",
"schemas": {
"Actor": {
Expand Down Expand Up @@ -818,10 +783,6 @@
"id": {
"description": "The unique ID for a classification. Must be specified for case creation. To retrieve valid classification IDs for case creation, use `caseClassifications.search`. Classification IDs returned by `caseClassifications.search` are guaranteed to be valid for at least 6 months. If a given classification is deactiveated, it will immediately stop being returned. After 6 months, `case.create` requests using the classification ID will fail.",
"type": "string"
},
"product": {
"$ref": "Product",
"description": "The full product the classification corresponds to."
}
},
"type": "object"
Expand Down Expand Up @@ -1367,31 +1328,6 @@
},
"type": "object"
},
"Product": {
"description": "The full product a case may be associated with, including Product Line and Product Subline.",
"id": "Product",
"properties": {
"productLine": {
"description": "The Product Line of the Product.",
"enum": [
"PRODUCT_LINE_UNSPECIFIED",
"GOOGLE_CLOUD",
"GOOGLE_MAPS"
],
"enumDescriptions": [
"Unknown product type.",
"Google Cloud",
"Google Maps"
],
"type": "string"
},
"productSubline": {
"description": "The Product Subline of the Product, such as \"Maps Billing\".",
"type": "string"
}
},
"type": "object"
},
"SearchCaseClassificationsResponse": {
"description": "The response message for SearchCaseClassifications endpoint.",
"id": "SearchCaseClassificationsResponse",
Expand Down
111 changes: 0 additions & 111 deletions cloudsupport/v2beta/cloudsupport-gen.go

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

14 changes: 13 additions & 1 deletion customsearch/v1/customsearch-api.json
Expand Up @@ -372,6 +372,12 @@
"location": "query",
"type": "string"
},
"snippetLength": {
"description": "Optional. Maximum length of snippet text, in characters, to be returned with results. * Valid values are integers between 1 and 160, inclusive.",
"format": "int32",
"location": "query",
"type": "integer"
},
"sort": {
"description": "The sort expression to apply to the results. The sort parameter specifies that the results be sorted according to the specified expression i.e. sort by date. [Example: sort=date](https://developers.google.com/custom-search/docs/structured_search#sort-by-attribute).",
"location": "query",
Expand Down Expand Up @@ -668,6 +674,12 @@
"location": "query",
"type": "string"
},
"snippetLength": {
"description": "Optional. Maximum length of snippet text, in characters, to be returned with results. * Valid values are integers between 1 and 160, inclusive.",
"format": "int32",
"location": "query",
"type": "integer"
},
"sort": {
"description": "The sort expression to apply to the results. The sort parameter specifies that the results be sorted according to the specified expression i.e. sort by date. [Example: sort=date](https://developers.google.com/custom-search/docs/structured_search#sort-by-attribute).",
"location": "query",
Expand All @@ -690,7 +702,7 @@
}
}
},
"revision": "20240103",
"revision": "20240320",
"rootUrl": "https://customsearch.googleapis.com/",
"schemas": {
"Promotion": {
Expand Down