Skip to content

Commit 4ffeb68

Browse files
authored
fix(compute): Fixing compute region tag (#9402)
1 parent 727e383 commit 4ffeb68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compute/cloud-client/src/main/java/compute/ipaddress/GetStaticIpAddress.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package compute.ipaddress;
1818

19-
// [START compute_ip_address_list_static_external]
19+
// [START compute_ip_address_get_static_external]
2020

2121
import com.google.cloud.compute.v1.Address;
2222
import com.google.cloud.compute.v1.AddressesClient;
@@ -72,4 +72,4 @@ public static Address getStaticIpAddress(String projectId, String region, String
7272
}
7373
}
7474
}
75-
// [END compute_ip_address_list_static_external]
75+
// [END compute_ip_address_get_static_external]

0 commit comments

Comments
 (0)