Skip to content

Commit 587a11d

Browse files
feat(all): auto-regenerate discovery clients (#2899)
1 parent a7a9149 commit 587a11d

File tree

16 files changed

+327
-102
lines changed

16 files changed

+327
-102
lines changed

‎androidmanagement/v1/androidmanagement-api.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@
11681168
}
11691169
}
11701170
},
1171-
"revision": "20241203",
1171+
"revision": "20241204",
11721172
"rootUrl": "https://androidmanagement.googleapis.com/",
11731173
"schemas": {
11741174
"AdbShellCommandEvent": {
@@ -6640,11 +6640,13 @@
66406640
"description": "Required. Wi-Fi roaming mode for the specified SSID.",
66416641
"enum": [
66426642
"WIFI_ROAMING_MODE_UNSPECIFIED",
6643+
"WIFI_ROAMING_DISABLED",
66436644
"WIFI_ROAMING_DEFAULT",
66446645
"WIFI_ROAMING_AGGRESSIVE"
66456646
],
66466647
"enumDescriptions": [
66476648
"Unspecified. Defaults to WIFI_ROAMING_DEFAULT.",
6649+
"Wi-Fi roaming is disabled. Supported on Android 15 and above on fully managed devices and work profiles on company-owned devices. A nonComplianceDetail with MANAGEMENT_MODE is reported for other management modes. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 15.",
66486650
"Default Wi-Fi roaming mode of the device.",
66496651
"Aggressive roaming mode which allows quicker Wi-Fi roaming. Supported on Android 15 and above on fully managed devices and work profiles on company-owned devices. A nonComplianceDetail with MANAGEMENT_MODE is reported for other management modes. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 15. A nonComplianceDetail with DEVICE_INCOMPATIBLE is reported if the device does not support aggressive roaming mode."
66506652
],

‎androidmanagement/v1/androidmanagement-gen.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎checks/v1alpha/checks-api.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@
552552
}
553553
}
554554
},
555-
"revision": "20241124",
555+
"revision": "20241203",
556556
"rootUrl": "https://checks.googleapis.com/",
557557
"schemas": {
558558
"CancelOperationRequest": {
@@ -682,9 +682,9 @@
682682
"The model generates content that is malicious, intimidating, bullying, or abusive towards another individual.",
683683
"The model generates content that is sexually explicit in nature.",
684684
"The model promotes violence, hatred, discrimination on the basis of race, religion, etc.",
685-
"The model facilitates harm by providing health advice or guidance.",
685+
"The model provides or offers to facilitate access to medical advice or guidance.",
686686
"The model generates content that contains gratuitous, realistic descriptions of violence or gore.",
687-
""
687+
"The model generates profanity and obscenities."
688688
],
689689
"type": "string"
690690
},
@@ -734,9 +734,9 @@
734734
"The model generates content that is malicious, intimidating, bullying, or abusive towards another individual.",
735735
"The model generates content that is sexually explicit in nature.",
736736
"The model promotes violence, hatred, discrimination on the basis of race, religion, etc.",
737-
"The model facilitates harm by providing health advice or guidance.",
737+
"The model provides or offers to facilitate access to medical advice or guidance.",
738738
"The model generates content that contains gratuitous, realistic descriptions of violence or gore.",
739-
""
739+
"The model generates profanity and obscenities."
740740
],
741741
"type": "string"
742742
},

‎checks/v1alpha/checks-gen.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎cloudchannel/v1/cloudchannel-api.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2289,7 +2289,7 @@
22892289
}
22902290
}
22912291
},
2292-
"revision": "20241116",
2292+
"revision": "20241202",
22932293
"rootUrl": "https://cloudchannel.googleapis.com/",
22942294
"schemas": {
22952295
"GoogleCloudChannelV1ActivateEntitlementRequest": {
@@ -5962,18 +5962,18 @@
59625962
"type": "object"
59635963
},
59645964
"GoogleTypePostalAddress": {
5965-
"description": "Represents a postal address, e.g. for postal delivery or payments addresses. Given a postal address, a postal service can deliver items to a premise, P.O. Box or similar. It is not intended to model geographical locations (roads, towns, mountains). In typical usage an address would be created via user input or from importing existing data, depending on the type of process. Advice on address input / editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput) - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, please see: https://support.google.com/business/answer/6397478",
5965+
"description": "Represents a postal address. For example for postal delivery or payments addresses. Given a postal address, a postal service can deliver items to a premise, P.O. Box or similar. It is not intended to model geographical locations (roads, towns, mountains). In typical usage an address would be created by user input or from importing existing data, depending on the type of process. Advice on address input / editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput) - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478",
59665966
"id": "GoogleTypePostalAddress",
59675967
"properties": {
59685968
"addressLines": {
5969-
"description": "Unstructured address lines describing the lower levels of an address. Because values in address_lines do not have type information and may sometimes contain multiple values in a single field (e.g. \"Austin, TX\"), it is important that the line order is clear. The order of address lines should be \"envelope order\" for the country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make it explicit (e.g. \"ja\" for large-to-small ordering and \"ja-Latn\" or \"en\" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a region_code with all remaining information placed in the address_lines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).",
5969+
"description": "Unstructured address lines describing the lower levels of an address. Because values in address_lines do not have type information and may sometimes contain multiple values in a single field (For example \"Austin, TX\"), it is important that the line order is clear. The order of address lines should be \"envelope order\" for the country/region of the address. In places where this can vary (For example Japan), address_language is used to make it explicit (For example \"ja\" for large-to-small ordering and \"ja-Latn\" or \"en\" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a region_code with all remaining information placed in the address_lines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).",
59705970
"items": {
59715971
"type": "string"
59725972
},
59735973
"type": "array"
59745974
},
59755975
"administrativeArea": {
5976-
"description": "Optional. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. Specifically, for Spain this is the province and not the autonomous community (e.g. \"Barcelona\" and not \"Catalonia\"). Many countries don't use an administrative area in postal addresses. E.g. in Switzerland this should be left unpopulated.",
5976+
"description": "Optional. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. Specifically, for Spain this is the province and not the autonomous community (For example \"Barcelona\" and not \"Catalonia\"). Many countries don't use an administrative area in postal addresses. For example in Switzerland this should be left unpopulated.",
59775977
"type": "string"
59785978
},
59795979
"languageCode": {
@@ -5989,7 +5989,7 @@
59895989
"type": "string"
59905990
},
59915991
"postalCode": {
5992-
"description": "Optional. Postal code of the address. Not all countries use or require postal codes to be present, but where they are used, they may trigger additional validation with other parts of the address (e.g. state/zip validation in the U.S.A.).",
5992+
"description": "Optional. Postal code of the address. Not all countries use or require postal codes to be present, but where they are used, they may trigger additional validation with other parts of the address (For example state/zip validation in the U.S.A.).",
59935993
"type": "string"
59945994
},
59955995
"recipients": {
@@ -6009,7 +6009,7 @@
60096009
"type": "integer"
60106010
},
60116011
"sortingCode": {
6012-
"description": "Optional. Additional, country-specific, sorting code. This is not used in most regions. Where it is used, the value is either a string like \"CEDEX\", optionally followed by a number (e.g. \"CEDEX 7\"), or just a number alone, representing the \"sector code\" (Jamaica), \"delivery area indicator\" (Malawi) or \"post office indicator\" (e.g. Côte d'Ivoire).",
6012+
"description": "Optional. Additional, country-specific, sorting code. This is not used in most regions. Where it is used, the value is either a string like \"CEDEX\", optionally followed by a number (For example \"CEDEX 7\"), or just a number alone, representing the \"sector code\" (Jamaica), \"delivery area indicator\" (Malawi) or \"post office indicator\" (For example Côte d'Ivoire).",
60136013
"type": "string"
60146014
},
60156015
"sublocality": {
@@ -6024,11 +6024,11 @@
60246024
"id": "GoogleTypeTimeZone",
60256025
"properties": {
60266026
"id": {
6027-
"description": "IANA Time Zone Database time zone, e.g. \"America/New_York\".",
6027+
"description": "IANA Time Zone Database time zone. For example \"America/New_York\".",
60286028
"type": "string"
60296029
},
60306030
"version": {
6031-
"description": "Optional. IANA Time Zone Database version number, e.g. \"2019a\".",
6031+
"description": "Optional. IANA Time Zone Database version number. For example \"2019a\".",
60326032
"type": "string"
60336033
}
60346034
},

‎cloudchannel/v1/cloudchannel-gen.go

Lines changed: 28 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)