Skip to content

Commit a2308c1

Browse files
feat(all): auto-regenerate discovery clients (#2737)
1 parent 6b81f1a commit a2308c1

39 files changed

+4994
-654
lines changed

alloydb/v1/alloydb-api.json

Lines changed: 274 additions & 36 deletions
Large diffs are not rendered by default.

alloydb/v1/alloydb-gen.go

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

alloydb/v1alpha/alloydb-api.json

Lines changed: 378 additions & 36 deletions
Large diffs are not rendered by default.

alloydb/v1alpha/alloydb-gen.go

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

chat/v1/chat-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@
12411241
}
12421242
}
12431243
},
1244-
"revision": "20240808",
1244+
"revision": "20240813",
12451245
"rootUrl": "https://chat.googleapis.com/",
12461246
"schemas": {
12471247
"AccessSettings": {
@@ -2227,8 +2227,8 @@
22272227
],
22282228
"enumDescriptions": [
22292229
"Don't use. Unspecified.",
2230-
"Default option. Render a solid divider between sections.",
2231-
"If set, no divider is rendered between sections."
2230+
"Default option. Render a solid divider.",
2231+
"If set, no divider is rendered. This style completely removes the divider from the layout. The result is equivalent to not adding a divider at all."
22322232
],
22332233
"type": "string"
22342234
},

chat/v1/chat-gen.go

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

compute/v1/compute-api.json

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37779,7 +37779,7 @@
3777937779
}
3778037780
}
3778137781
},
37782-
"revision": "20240730",
37782+
"revision": "20240805",
3778337783
"rootUrl": "https://compute.googleapis.com/",
3778437784
"schemas": {
3778537785
"AWSV4Signature": {
@@ -47185,7 +47185,6 @@
4718547185
},
4718647186
"timestamp": {
4718747187
"description": "Timestamp when the matching usage was calculated",
47188-
"format": "google-datetime",
4718947188
"type": "string"
4719047189
}
4719147190
},
@@ -58195,6 +58194,20 @@
5819558194
},
5819658195
"type": "array"
5819758196
},
58197+
"architecture": {
58198+
"description": "[Output Only] The architecture of the machine type.",
58199+
"enum": [
58200+
"ARCHITECTURE_UNSPECIFIED",
58201+
"ARM64",
58202+
"X86_64"
58203+
],
58204+
"enumDescriptions": [
58205+
"Default value indicating Architecture is not set.",
58206+
"Machines with architecture ARM64",
58207+
"Machines with architecture X86_64"
58208+
],
58209+
"type": "string"
58210+
},
5819858211
"creationTimestamp": {
5819958212
"description": "[Output Only] Creation timestamp in RFC3339 text format.",
5820058213
"type": "string"
@@ -84498,7 +84511,7 @@
8449884511
"type": "object"
8449984512
},
8450084513
"localTrafficSelector": {
84501-
"description": "Local traffic selector to use when establishing the VPN tunnel with the peer VPN gateway. The value should be a CIDR formatted string, for example: 192.168.0.0/16. The ranges must be disjoint. Only IPv4 is supported.",
84514+
"description": "Local traffic selector to use when establishing the VPN tunnel with the peer VPN gateway. The value should be a CIDR formatted string, for example: 192.168.0.0/16. The ranges must be disjoint. Only IPv4 is supported for Classic VPN tunnels. This field is output only for HA VPN tunnels.",
8450284515
"items": {
8450384516
"type": "string"
8450484517
},
@@ -84528,15 +84541,15 @@
8452884541
"type": "string"
8452984542
},
8453084543
"peerIp": {
84531-
"description": "IP address of the peer VPN gateway. Only IPv4 is supported.",
84544+
"description": "IP address of the peer VPN gateway. Only IPv4 is supported. This field can be set only for Classic VPN tunnels.",
8453284545
"type": "string"
8453384546
},
8453484547
"region": {
8453584548
"description": "[Output Only] URL of the region where the VPN tunnel resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.",
8453684549
"type": "string"
8453784550
},
8453884551
"remoteTrafficSelector": {
84539-
"description": "Remote traffic selectors to use when establishing the VPN tunnel with the peer VPN gateway. The value should be a CIDR formatted string, for example: 192.168.0.0/16. The ranges should be disjoint. Only IPv4 is supported.",
84552+
"description": "Remote traffic selectors to use when establishing the VPN tunnel with the peer VPN gateway. The value should be a CIDR formatted string, for example: 192.168.0.0/16. The ranges should be disjoint. Only IPv4 is supported for Classic VPN tunnels. This field is output only for HA VPN tunnels.",
8454084553
"items": {
8454184554
"type": "string"
8454284555
},
@@ -84593,7 +84606,7 @@
8459384606
"type": "string"
8459484607
},
8459584608
"targetVpnGateway": {
84596-
"description": "URL of the Target VPN gateway with which this VPN tunnel is associated. Provided by the client when the VPN tunnel is created.",
84609+
"description": "URL of the Target VPN gateway with which this VPN tunnel is associated. Provided by the client when the VPN tunnel is created. This field can be set only for Classic VPN tunnels.",
8459784610
"type": "string"
8459884611
},
8459984612
"vpnGateway": {

compute/v1/compute-gen.go

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

container/v1/container-api.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2540,7 +2540,7 @@
25402540
}
25412541
}
25422542
},
2543-
"revision": "20240722",
2543+
"revision": "20240730",
25442544
"rootUrl": "https://container.googleapis.com/",
25452545
"schemas": {
25462546
"AcceleratorConfig": {
@@ -3394,6 +3394,10 @@
33943394
"readOnly": true,
33953395
"type": "boolean"
33963396
},
3397+
"secretManagerConfig": {
3398+
"$ref": "SecretManagerConfig",
3399+
"description": "Secret CSI driver configuration."
3400+
},
33973401
"securityPostureConfig": {
33983402
"$ref": "SecurityPostureConfig",
33993403
"description": "Enable/Disable Security Posture API features for the cluster."
@@ -3760,6 +3764,10 @@
37603764
"$ref": "ResourceUsageExportConfig",
37613765
"description": "The desired configuration for exporting resource usage."
37623766
},
3767+
"desiredSecretManagerConfig": {
3768+
"$ref": "SecretManagerConfig",
3769+
"description": "Enable/Disable Secret Manager Config."
3770+
},
37633771
"desiredSecurityPostureConfig": {
37643772
"$ref": "SecurityPostureConfig",
37653773
"description": "Enable/Disable Security Posture API features for the cluster."
@@ -5482,6 +5490,13 @@
54825490
"description": "Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag.",
54835491
"type": "boolean"
54845492
},
5493+
"storagePools": {
5494+
"description": "List of Storage Pools where boot disks are provisioned.",
5495+
"items": {
5496+
"type": "string"
5497+
},
5498+
"type": "array"
5499+
},
54855500
"tags": {
54865501
"description": "The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035.",
54875502
"items": {
@@ -6621,6 +6636,17 @@
66216636
"properties": {},
66226637
"type": "object"
66236638
},
6639+
"SecretManagerConfig": {
6640+
"description": "SecretManagerConfig is config for secret manager enablement.",
6641+
"id": "SecretManagerConfig",
6642+
"properties": {
6643+
"enabled": {
6644+
"description": "Enable/Disable Secret Manager Config.",
6645+
"type": "boolean"
6646+
}
6647+
},
6648+
"type": "object"
6649+
},
66246650
"SecurityBulletinEvent": {
66256651
"description": "SecurityBulletinEvent is a notification sent to customers when a security bulletin has been posted that they are vulnerable to.",
66266652
"id": "SecurityBulletinEvent",
@@ -7581,6 +7607,13 @@
75817607
"$ref": "ResourceManagerTags",
75827608
"description": "Desired resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies. Existing tags will be replaced with new values."
75837609
},
7610+
"storagePools": {
7611+
"description": "List of Storage Pools where boot disks are provisioned. Existing Storage Pools will be replaced with storage-pools.",
7612+
"items": {
7613+
"type": "string"
7614+
},
7615+
"type": "array"
7616+
},
75847617
"tags": {
75857618
"$ref": "NetworkTags",
75867619
"description": "The desired network tags to be applied to all nodes in the node pool. If this field is not present, the tags will not be changed. Otherwise, the existing network tags will be *replaced* with the provided tags."

container/v1/container-gen.go

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