Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2505)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Apr 3, 2024
1 parent 7ec3ef8 commit baa809b
Show file tree
Hide file tree
Showing 14 changed files with 44,625 additions and 27,356 deletions.
4 changes: 2 additions & 2 deletions androidenterprise/v1/androidenterprise-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2649,7 +2649,7 @@
}
}
},
"revision": "20231113",
"revision": "20240331",
"rootUrl": "https://androidenterprise.googleapis.com/",
"schemas": {
"Administrator": {
Expand Down Expand Up @@ -4372,7 +4372,7 @@
"Unspecified. Defaults to AUTO_UPDATE_DEFAULT.",
"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.",
"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.",
"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."
"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."
],
"type": "string"
},
Expand Down
5 changes: 3 additions & 2 deletions androidenterprise/v1/androidenterprise-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 androidmanagement/v1/androidmanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@
}
}
},
"revision": "20240321",
"revision": "20240325",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -5724,7 +5724,7 @@
},
"lostPhoneNumber": {
"$ref": "UserFacingMessage",
"description": "The phone number displayed to the user when the device is in lost mode."
"description": "The phone number that will be called when the device is in lost mode and the call owner button is tapped."
},
"lostStreetAddress": {
"$ref": "UserFacingMessage",
Expand Down
4 changes: 2 additions & 2 deletions androidmanagement/v1/androidmanagement-gen.go

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

265 changes: 263 additions & 2 deletions bigquery/v2/bigquery-api.json

Large diffs are not rendered by default.

697 changes: 696 additions & 1 deletion bigquery/v2/bigquery-gen.go

Large diffs are not rendered by default.

28 changes: 27 additions & 1 deletion bigqueryconnection/v1/bigqueryconnection-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
}
}
},
"revision": "20240124",
"revision": "20240323",
"rootUrl": "https://bigqueryconnection.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -690,6 +690,10 @@
"endpoint": {
"$ref": "ConnectorConfigurationEndpoint",
"description": "Specifies how to reach the remote system this connection is pointing to."
},
"network": {
"$ref": "ConnectorConfigurationNetwork",
"description": "Networking configuration."
}
},
"type": "object"
Expand All @@ -716,6 +720,28 @@
},
"type": "object"
},
"ConnectorConfigurationNetwork": {
"description": "Network related configuration.",
"id": "ConnectorConfigurationNetwork",
"properties": {
"privateServiceConnect": {
"$ref": "ConnectorConfigurationPrivateServiceConnect",
"description": "Private Service Connect networking configuration."
}
},
"type": "object"
},
"ConnectorConfigurationPrivateServiceConnect": {
"description": "Private Service Connect configuration.",
"id": "ConnectorConfigurationPrivateServiceConnect",
"properties": {
"networkAttachment": {
"description": "Required. Network Attachment name in the format of `projects/{project}/regions/{region}/networkAttachments/{networkattachment}`.",
"type": "string"
}
},
"type": "object"
},
"ConnectorConfigurationSecret": {
"description": "Secret value parameter.",
"id": "ConnectorConfigurationSecret",
Expand Down
66 changes: 66 additions & 0 deletions bigqueryconnection/v1/bigqueryconnection-gen.go

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

0 comments on commit baa809b

Please sign in to comment.