Skip to content

Commit baa809b

Browse files
feat(all): auto-regenerate discovery clients (#2505)
1 parent 7ec3ef8 commit baa809b

File tree

14 files changed

+44625
-27356
lines changed

14 files changed

+44625
-27356
lines changed

‎androidenterprise/v1/androidenterprise-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2649,7 +2649,7 @@
26492649
}
26502650
}
26512651
},
2652-
"revision": "20231113",
2652+
"revision": "20240331",
26532653
"rootUrl": "https://androidenterprise.googleapis.com/",
26542654
"schemas": {
26552655
"Administrator": {
@@ -4372,7 +4372,7 @@
43724372
"Unspecified. Defaults to AUTO_UPDATE_DEFAULT.",
43734373
"The app is automatically updated with low priority to minimize the impact on the user. The app is updated when the following constraints are met: * The device is not actively used * The device is connected to an unmetered network * The device is charging The device is notified about a new update within 24 hours after it is published by the developer, after which the app is updated the next time the constraints above are met.",
43744374
"The app is not automatically updated for a maximum of 90 days after the app becomes out of date. 90 days after the app becomes out of date, the latest available version is installed automatically with low priority (see AUTO_UPDATE_DEFAULT). After the app is updated it is not automatically updated again until 90 days after it becomes out of date again. The user can still manually update the app from the Play Store at any time.",
4375-
"The app is updated as soon as possible. No constraints are applied. The device is notified immediately about a new app update after it is published by the developer."
4375+
"The app is updated as soon as possible. No constraints are applied. The device is notified as soon as possible about a new app update after it is published by the developer."
43764376
],
43774377
"type": "string"
43784378
},

‎androidenterprise/v1/androidenterprise-gen.go

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

‎androidmanagement/v1/androidmanagement-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@
11631163
}
11641164
}
11651165
},
1166-
"revision": "20240321",
1166+
"revision": "20240325",
11671167
"rootUrl": "https://androidmanagement.googleapis.com/",
11681168
"schemas": {
11691169
"AdbShellCommandEvent": {
@@ -5724,7 +5724,7 @@
57245724
},
57255725
"lostPhoneNumber": {
57265726
"$ref": "UserFacingMessage",
5727-
"description": "The phone number displayed to the user when the device is in lost mode."
5727+
"description": "The phone number that will be called when the device is in lost mode and the call owner button is tapped."
57285728
},
57295729
"lostStreetAddress": {
57305730
"$ref": "UserFacingMessage",

‎androidmanagement/v1/androidmanagement-gen.go

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

‎bigquery/v2/bigquery-api.json

Lines changed: 263 additions & 2 deletions
Large diffs are not rendered by default.

‎bigquery/v2/bigquery-gen.go

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

‎bigqueryconnection/v1/bigqueryconnection-api.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
}
367367
}
368368
},
369-
"revision": "20240124",
369+
"revision": "20240323",
370370
"rootUrl": "https://bigqueryconnection.googleapis.com/",
371371
"schemas": {
372372
"AuditConfig": {
@@ -690,6 +690,10 @@
690690
"endpoint": {
691691
"$ref": "ConnectorConfigurationEndpoint",
692692
"description": "Specifies how to reach the remote system this connection is pointing to."
693+
},
694+
"network": {
695+
"$ref": "ConnectorConfigurationNetwork",
696+
"description": "Networking configuration."
693697
}
694698
},
695699
"type": "object"
@@ -716,6 +720,28 @@
716720
},
717721
"type": "object"
718722
},
723+
"ConnectorConfigurationNetwork": {
724+
"description": "Network related configuration.",
725+
"id": "ConnectorConfigurationNetwork",
726+
"properties": {
727+
"privateServiceConnect": {
728+
"$ref": "ConnectorConfigurationPrivateServiceConnect",
729+
"description": "Private Service Connect networking configuration."
730+
}
731+
},
732+
"type": "object"
733+
},
734+
"ConnectorConfigurationPrivateServiceConnect": {
735+
"description": "Private Service Connect configuration.",
736+
"id": "ConnectorConfigurationPrivateServiceConnect",
737+
"properties": {
738+
"networkAttachment": {
739+
"description": "Required. Network Attachment name in the format of `projects/{project}/regions/{region}/networkAttachments/{networkattachment}`.",
740+
"type": "string"
741+
}
742+
},
743+
"type": "object"
744+
},
719745
"ConnectorConfigurationSecret": {
720746
"description": "Secret value parameter.",
721747
"id": "ConnectorConfigurationSecret",

‎bigqueryconnection/v1/bigqueryconnection-gen.go

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

0 commit comments

Comments
 (0)