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: clients/google-api-services-monitoring/v1/2.0.0/com/google/api/services/monitoring/v1/model/MonitoredProject.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,13 @@ public final class MonitoredProject extends com.google.api.client.json.GenericJs
37
37
@com.google.api.client.util.Key
38
38
privateStringcreateTime;
39
39
40
+
/**
41
+
* Output only. Set if the project has been tombstoned by the user.
42
+
* The value may be {@code null}.
43
+
*/
44
+
@com.google.api.client.util.Key
45
+
privatejava.lang.BooleanisTombstoned;
46
+
40
47
/**
41
48
* Immutable. The resource name of the MonitoredProject. On input, the resource name includes the
42
49
* scoping project ID and monitored project ID. On output, it contains the equivalent project
@@ -64,6 +71,23 @@ public MonitoredProject setCreateTime(String createTime) {
64
71
returnthis;
65
72
}
66
73
74
+
/**
75
+
* Output only. Set if the project has been tombstoned by the user.
76
+
* @return value or {@code null} for none
77
+
*/
78
+
publicjava.lang.BooleangetIsTombstoned() {
79
+
returnisTombstoned;
80
+
}
81
+
82
+
/**
83
+
* Output only. Set if the project has been tombstoned by the user.
84
+
* @param isTombstoned isTombstoned or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-monitoring/v1/2.0.0/com/google/api/services/monitoring/v1/model/VisibilityCondition.java
0 commit comments