From c39f7a1dcbf0ec5334286dfaf3f3db609c6efa28 Mon Sep 17 00:00:00 2001 From: Flo Adam <34725714+SeventhOfNine@users.noreply.github.com> Date: Mon, 15 Jul 2019 15:38:04 -0400 Subject: [PATCH] Update Regions.java with latest regions Add latest regions: - asia-northeast2 - europe-west6 --- .../src/main/java/com/google/cloud/compute/Regions.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/Regions.java b/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/Regions.java index 82c60f800308..f50344c80010 100644 --- a/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/Regions.java +++ b/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/Regions.java @@ -29,6 +29,9 @@ public enum Regions { ASIA_NORTHEAST1( "asia-northeast1", new String[] {"asia-northeast1-a", "asia-northeast1-b", "asia-northeast1-c"}), + ASIA_NORTHEAST2( + "asia-northeast2", + new String[] {"asia-northeast2-a", "asia-northeast2-b", "asia-northeast2-c"}), ASIA_SOUTH1("asia-south1", new String[] {"asia-south1-a", "asia-south1-b", "asia-south1-c"}), ASIA_SOUTHEAST1( "asia-southeast1", @@ -42,6 +45,7 @@ public enum Regions { EUROPE_WEST2("europe-west2", new String[] {"europe-west2-a", "europe-west2-b", "europe-west2-c"}), EUROPE_WEST3("europe-west3", new String[] {"europe-west3-a", "europe-west3-b", "europe-west3-c"}), EUROPE_WEST4("europe-west4", new String[] {"europe-west4-a", "europe-west4-b", "europe-west4-c"}), + EUROPE_WEST6("europe-west6", new String[] {"europe-west6-a", "europe-west6-b", "europe-west6-c"}), NORTHAMERICA_NORTHEAST1( "northamerica-northeast1", new String[] {