From edb9d869deb8bb98b9721cbaaa9703bc04a609fa Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 13 Nov 2023 00:24:39 -0800 Subject: [PATCH] feat(all): auto-regenerate discovery clients (#2261) --- batch/v1/batch-api.json | 4 ++-- batch/v1/batch-gen.go | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/batch/v1/batch-api.json b/batch/v1/batch-api.json index 53fd47dd540..a2108e679f6 100644 --- a/batch/v1/batch-api.json +++ b/batch/v1/batch-api.json @@ -561,7 +561,7 @@ } } }, - "revision": "20231029", + "revision": "20231103", "rootUrl": "https://batch.googleapis.com/", "schemas": { "Accelerator": { @@ -988,7 +988,7 @@ }, "network": { "$ref": "NetworkPolicy", - "description": "The network policy." + "description": "The network policy. If you define an instance template in the InstancePolicyOrTemplate field, Batch will use the network settings in the instance template instead of this field." }, "placement": { "$ref": "PlacementPolicy", diff --git a/batch/v1/batch-gen.go b/batch/v1/batch-gen.go index 5d6170a315b..3a8bde64342 100644 --- a/batch/v1/batch-gen.go +++ b/batch/v1/batch-gen.go @@ -869,7 +869,9 @@ type AllocationPolicy struct { // the Job. Location *LocationPolicy `json:"location,omitempty"` - // Network: The network policy. + // Network: The network policy. If you define an instance template in + // the InstancePolicyOrTemplate field, Batch will use the network + // settings in the instance template instead of this field. Network *NetworkPolicy `json:"network,omitempty"` // Placement: The placement policy.