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/v3/2.0.0/com/google/api/services/monitoring/v3/model/TimeSeries.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ public final class TimeSeries extends com.google.api.client.json.GenericJson {
97
97
/**
98
98
* The units in which the metric value is reported. It is only applicable if the value_type is
99
99
* INT64, DOUBLE, or DISTRIBUTION. The unit defines the representation of the stored metric
100
-
* values. This field can only be changed through CreateTimeSeries when it is empty or "1".
100
+
* values. This field can only be changed through CreateTimeSeries when it is empty.
101
101
* The value may be {@code null}.
102
102
*/
103
103
@com.google.api.client.util.Key
@@ -248,7 +248,7 @@ public TimeSeries setResource(MonitoredResource resource) {
248
248
/**
249
249
* The units in which the metric value is reported. It is only applicable if the value_type is
250
250
* INT64, DOUBLE, or DISTRIBUTION. The unit defines the representation of the stored metric
251
-
* values. This field can only be changed through CreateTimeSeries when it is empty or "1".
251
+
* values. This field can only be changed through CreateTimeSeries when it is empty.
252
252
* @return value or {@code null} for none
253
253
*/
254
254
publicjava.lang.StringgetUnit() {
@@ -258,7 +258,7 @@ public java.lang.String getUnit() {
258
258
/**
259
259
* The units in which the metric value is reported. It is only applicable if the value_type is
260
260
* INT64, DOUBLE, or DISTRIBUTION. The unit defines the representation of the stored metric
261
-
* values. This field can only be changed through CreateTimeSeries when it is empty or "1".
261
+
* values. This field can only be changed through CreateTimeSeries when it is empty.
0 commit comments