You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/logging-alpha/gcloud-java-compute/src/main/java/com/google/gcloud/compute/testing/RemoteComputeHelper.java
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,9 @@ public ComputeOptions options() {
54
54
55
55
/**
56
56
* Returns a base name for testing resources generated using a random UUID. This base name can be
57
-
* prepended to resource names to prevent name clashes.
57
+
* prepended to resource names to prevent name clashes. This method always returns a 30 characters
58
+
* long prefix. Since Compute Engine resource names can be at most 63 characters long your suffix
0 commit comments