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.