File tree Expand file tree Collapse file tree
google-cloud-batch-v1/proto_docs/google/cloud/batch/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -340,11 +340,11 @@ class AllocationPolicy
340340 # ["zones/us-central1-a", "zones/us-central1-c"] only allow VMs
341341 # in zones us-central1-a and us-central1-c.
342342 #
343- # All locations end up in different regions would cause errors.
343+ # Mixing locations from different regions would cause errors.
344344 # For example,
345345 # ["regions/us-central1", "zones/us-central1-a", "zones/us-central1-b",
346- # "zones/us-west1-a"] contains 2 regions "us-central1" and
347- # " us-west1". An error is expected in this case .
346+ # "zones/us-west1-a"] contains locations from two distinct regions:
347+ # us-central1 and us- west1. This combination will trigger an error .
348348 class LocationPolicy
349349 include ::Google ::Protobuf ::MessageExts
350350 extend ::Google ::Protobuf ::MessageExts ::ClassMethods
You can’t perform that action at this time.
0 commit comments