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/tswast-patch-1/gcloud-java-compute/src/main/java/com/google/gcloud/compute/DeprecationStatus.java
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -40,17 +40,19 @@ public final class DeprecationStatus<T extends ResourceId> implements Serializab
40
40
*/
41
41
publicenumStatus {
42
42
/**
43
-
* Operations that create Google Compute Engine entity using a deprecated resource will return
43
+
* Operations that create a Google Compute Engine entity using a deprecated resource will return
44
44
* successfully but with a warning indicating the deprecation and suggesting a replacement.
45
45
*/
46
46
DEPRECATED,
47
+
47
48
/**
48
-
* Operations that create Google Compute Engine entity using an obsolete resource will be
49
+
* Operations that create a Google Compute Engine entity using an obsolete resource will be
49
50
* rejected and result in an error.
50
51
*/
51
52
OBSOLETE,
53
+
52
54
/**
53
-
* Operations that create Google Compute Engine entity using a deleted resource will be
55
+
* Operations that create a Google Compute Engine entity using a deleted resource will be
Copy file name to clipboardExpand all lines: branches/tswast-patch-1/gcloud-java-compute/src/test/java/com/google/gcloud/compute/DeprecationStatusTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@ public class DeprecationStatusTest {
0 commit comments