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/Scorecard.java
+33Lines changed: 33 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,20 @@ public final class Scorecard extends com.google.api.client.json.GenericJson {
38
38
@com.google.api.client.util.Key
39
39
privateEmptyblankView;
40
40
41
+
/**
42
+
* Optional. The collection of breakdowns to be applied to the dataset. A breakdown is a way to
43
+
* slice the data. For example, you can break down the data by region.
44
+
* The value may be {@code null}.
45
+
*/
46
+
@com.google.api.client.util.Key
47
+
privatejava.util.List<Breakdown> breakdowns;
48
+
49
+
static {
50
+
// hack to force ProGuard to consider Breakdown used, since otherwise it would be stripped out
51
+
// see https://github.com/google/google-api-java-client/issues/543
0 commit comments