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/DashboardFilter.java
+117-6Lines changed: 117 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -37,14 +37,31 @@ public final class DashboardFilter extends com.google.api.client.json.GenericJso
37
37
privatejava.lang.StringfilterType;
38
38
39
39
/**
40
-
* Required. The key for the label
40
+
* Optional. The key for the label. This must be omitted if the filter_type is VALUE_ONLY but is
41
+
* required otherwise.
41
42
* The value may be {@code null}.
42
43
*/
43
44
@com.google.api.client.util.Key
44
45
privatejava.lang.StringlabelKey;
45
46
46
47
/**
47
-
* A variable-length string value.
48
+
* A list of possible string values for the filter
49
+
* The value may be {@code null}.
50
+
*/
51
+
@com.google.api.client.util.Key
52
+
privateStringArraystringArray;
53
+
54
+
/**
55
+
* An array of variable-length string values. If this field is set, value_type must be set to
56
+
* STRING_ARRAY or VALUE_TYPE_UNSPECIFIED
57
+
* The value may be {@code null}.
58
+
*/
59
+
@com.google.api.client.util.Key
60
+
privateStringArraystringArrayValue;
61
+
62
+
/**
63
+
* A variable-length string value. If this field is set, value_type must be set to STRING or
64
+
* VALUE_TYPE_UNSPECIFIED
48
65
* The value may be {@code null}.
49
66
*/
50
67
@com.google.api.client.util.Key
@@ -58,6 +75,22 @@ public final class DashboardFilter extends com.google.api.client.json.GenericJso
58
75
@com.google.api.client.util.Key
59
76
privatejava.lang.StringtemplateVariable;
60
77
78
+
/**
79
+
* A query to run to fetch possible values for the filter. Only OpsAnalyticsQueries are supported
80
+
* The value may be {@code null}.
81
+
*/
82
+
@com.google.api.client.util.Key
83
+
privateTimeSeriesQuerytimeSeriesQuery;
84
+
85
+
/**
86
+
* The type of the filter value. If value_type is not provided, it will be inferred from the
87
+
* default_value. If neither value_type nor default_value is provided, value_type will be set to
88
+
* STRING by default.
89
+
* The value may be {@code null}.
90
+
*/
91
+
@com.google.api.client.util.Key
92
+
privatejava.lang.StringvalueType;
93
+
61
94
/**
62
95
* The specified filter type
63
96
* @return value or {@code null} for none
@@ -76,15 +109,17 @@ public DashboardFilter setFilterType(java.lang.String filterType) {
76
109
}
77
110
78
111
/**
79
-
* Required. The key for the label
112
+
* Optional. The key for the label. This must be omitted if the filter_type is VALUE_ONLY but is
113
+
* required otherwise.
80
114
* @return value or {@code null} for none
81
115
*/
82
116
publicjava.lang.StringgetLabelKey() {
83
117
returnlabelKey;
84
118
}
85
119
86
120
/**
87
-
* Required. The key for the label
121
+
* Optional. The key for the label. This must be omitted if the filter_type is VALUE_ONLY but is
122
+
* required otherwise.
88
123
* @param labelKey labelKey or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-monitoring/v3/2.0.0/com/google/api/services/monitoring/v3/model/AlertStrategy.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,8 @@ public final class AlertStrategy extends com.google.api.client.json.GenericJson
0 commit comments