Skip to content

Commit 5bc448d

Browse files
feat(all): auto-regenerate discovery clients (#2848)
1 parent 9d5f008 commit 5bc448d

34 files changed

+10153
-272
lines changed

androidenterprise/v1/androidenterprise-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2654,7 +2654,7 @@
26542654
}
26552655
}
26562656
},
2657-
"revision": "20241021",
2657+
"revision": "20241028",
26582658
"rootUrl": "https://androidenterprise.googleapis.com/",
26592659
"schemas": {
26602660
"Administrator": {
@@ -4015,7 +4015,7 @@
40154015
"properties": {
40164016
"autoUpdatePolicy": {
40174017
"deprecated": true,
4018-
"description": "Controls when automatic app updates on the device can be applied. Recommended alternative: autoUpdateMode which is set per app, provides greater flexibility around update frequency. When autoUpdateMode is set to AUTO_UPDATE_POSTPONED or AUTO_UPDATE_HIGH_PRIORITY, autoUpdatePolicy has no effect. \"choiceToTheUser\" allows the device's user to configure the app update policy. \"always\" enables auto updates. \"never\" disables auto updates. \"wifiOnly\" enables auto updates only when the device is connected to wifi.",
4018+
"description": "Controls when automatic app updates on the device can be applied. Recommended alternative: autoUpdateMode which is set per app, provides greater flexibility around update frequency. When autoUpdateMode is set to AUTO_UPDATE_POSTPONED or AUTO_UPDATE_HIGH_PRIORITY, autoUpdatePolicy has no effect. - choiceToTheUser allows the device's user to configure the app update policy. - always enables auto updates. - never disables auto updates. - wifiOnly enables auto updates only when the device is connected to wifi. *Important:* Changes to app update policies don't affect updates that are in progress. Any policy changes will apply to subsequent app updates. ",
40194019
"enum": [
40204020
"autoUpdatePolicyUnspecified",
40214021
"choiceToTheUser",

androidenterprise/v1/androidenterprise-gen.go

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

cloudbuild/v1/cloudbuild-api.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2346,7 +2346,7 @@
23462346
}
23472347
}
23482348
},
2349-
"revision": "20240923",
2349+
"revision": "20241025",
23502350
"rootUrl": "https://cloudbuild.googleapis.com/",
23512351
"schemas": {
23522352
"ApprovalConfig": {
@@ -4631,13 +4631,36 @@
46314631
"$ref": "NetworkConfig",
46324632
"description": "Network configuration for the pool."
46334633
},
4634+
"privateServiceConnect": {
4635+
"$ref": "PrivateServiceConnect",
4636+
"description": "Immutable. Private Service Connect(PSC) Network configuration for the pool."
4637+
},
46344638
"workerConfig": {
46354639
"$ref": "WorkerConfig",
46364640
"description": "Machine configuration for the workers in the pool."
46374641
}
46384642
},
46394643
"type": "object"
46404644
},
4645+
"PrivateServiceConnect": {
4646+
"description": "Defines the Private Service Connect network configuration for the pool.",
4647+
"id": "PrivateServiceConnect",
4648+
"properties": {
4649+
"networkAttachment": {
4650+
"description": "Required. Immutable. The network attachment that the worker network interface is peered to. Must be in the format `projects/{project}/regions/{region}/networkAttachments/{networkAttachment}`. The region of network attachment must be the same as the worker pool. See [Network Attachments](https://cloud.google.com/vpc/docs/about-network-attachments)",
4651+
"type": "string"
4652+
},
4653+
"publicIpAddressDisabled": {
4654+
"description": "Required. Immutable. Disable public IP on the primary network interface. If true, workers are created without any public address, which prevents network egress to public IPs unless a network proxy is configured. If false, workers are created with a public address which allows for public internet egress. The public address only applies to traffic through the primary network interface. If `route_all_traffic` is set to true, all traffic will go through the non-primary network interface, this boolean has no effect.",
4655+
"type": "boolean"
4656+
},
4657+
"routeAllTraffic": {
4658+
"description": "Immutable. Route all traffic through PSC interface. Enable this if you want full control of traffic in the private pool. Configure Cloud NAT for the subnet of network attachment if you need to access public Internet. If false, Only route private IPs, e.g. 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16 through PSC interface.",
4659+
"type": "boolean"
4660+
}
4661+
},
4662+
"type": "object"
4663+
},
46414664
"ProcessAppManifestCallbackOperationMetadata": {
46424665
"description": "Metadata for `ProcessAppManifestCallback` operation.",
46434666
"id": "ProcessAppManifestCallbackOperationMetadata",

cloudbuild/v1/cloudbuild-gen.go

Lines changed: 46 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)