Skip to content

Commit 0c7be6b

Browse files
1 parent 76fb0d5 commit 0c7be6b

File tree

6 files changed

+60
-60
lines changed

6 files changed

+60
-60
lines changed

clients/google-api-services-monitoring/v3/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-monitoring</artifactId>
25-
<version>v3-rev20250723-2.0.0</version>
25+
<version>v3-rev20250731-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-monitoring:v3-rev20250723-2.0.0'
38+
implementation 'com.google.apis:google-api-services-monitoring:v3-rev20250731-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-monitoring/v3/2.0.0/com/google/api/services/monitoring/v3/model/MetricAbsence.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ public final class MetricAbsence extends com.google.api.client.json.GenericJson
5252
}
5353

5454
/**
55-
* The amount of time that a time series must fail to report new data to be considered failing.
56-
* The minimum value of this field is 120 seconds. Larger values that are a multiple of a minute--
57-
* for example, 240 or 300 seconds--are supported. If an invalid value is given, an error will be
58-
* returned. The Duration.nanos field is ignored.
55+
* Required. The amount of time that a time series must fail to report new data to be considered
56+
* failing. The minimum value of this field is 120 seconds. Larger values that are a multiple of a
57+
* minute--for example, 240 or 300 seconds--are supported. If an invalid value is given, an error
58+
* will be returned.
5959
* The value may be {@code null}.
6060
*/
6161
@com.google.api.client.util.Key
@@ -113,21 +113,21 @@ public MetricAbsence setAggregations(java.util.List<Aggregation> aggregations) {
113113
}
114114

115115
/**
116-
* The amount of time that a time series must fail to report new data to be considered failing.
117-
* The minimum value of this field is 120 seconds. Larger values that are a multiple of a minute--
118-
* for example, 240 or 300 seconds--are supported. If an invalid value is given, an error will be
119-
* returned. The Duration.nanos field is ignored.
116+
* Required. The amount of time that a time series must fail to report new data to be considered
117+
* failing. The minimum value of this field is 120 seconds. Larger values that are a multiple of a
118+
* minute--for example, 240 or 300 seconds--are supported. If an invalid value is given, an error
119+
* will be returned.
120120
* @return value or {@code null} for none
121121
*/
122122
public String getDuration() {
123123
return duration;
124124
}
125125

126126
/**
127-
* The amount of time that a time series must fail to report new data to be considered failing.
128-
* The minimum value of this field is 120 seconds. Larger values that are a multiple of a minute--
129-
* for example, 240 or 300 seconds--are supported. If an invalid value is given, an error will be
130-
* returned. The Duration.nanos field is ignored.
127+
* Required. The amount of time that a time series must fail to report new data to be considered
128+
* failing. The minimum value of this field is 120 seconds. Larger values that are a multiple of a
129+
* minute--for example, 240 or 300 seconds--are supported. If an invalid value is given, an error
130+
* will be returned.
131131
* @param duration duration or {@code null} for none
132132
*/
133133
public MetricAbsence setDuration(String duration) {

clients/google-api-services-monitoring/v3/2.0.0/com/google/api/services/monitoring/v3/model/MetricThreshold.java

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ public final class MetricThreshold extends com.google.api.client.json.GenericJso
8989
private java.lang.String denominatorFilter;
9090

9191
/**
92-
* The amount of time that a time series must violate the threshold to be considered failing.
93-
* Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300 seconds--are
94-
* supported. If an invalid value is given, an error will be returned. When choosing a duration,
95-
* it is useful to keep in mind the frequency of the underlying time series data (which may also
96-
* be affected by any alignments specified in the aggregations field); a good duration is long
97-
* enough so that a single outlier does not generate spurious alerts, but short enough that
98-
* unhealthy states are detected and alerted on quickly.
92+
* Required. The amount of time that a time series must violate the threshold to be considered
93+
* failing. Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300
94+
* seconds--are supported. If an invalid value is given, an error will be returned. When choosing
95+
* a duration, it is useful to keep in mind the frequency of the underlying time series data
96+
* (which may also be affected by any alignments specified in the aggregations field); a good
97+
* duration is long enough so that a single outlier does not generate spurious alerts, but short
98+
* enough that unhealthy states are detected and alerted on quickly.
9999
* The value may be {@code null}.
100100
*/
101101
@com.google.api.client.util.Key
@@ -256,27 +256,27 @@ public MetricThreshold setDenominatorFilter(java.lang.String denominatorFilter)
256256
}
257257

258258
/**
259-
* The amount of time that a time series must violate the threshold to be considered failing.
260-
* Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300 seconds--are
261-
* supported. If an invalid value is given, an error will be returned. When choosing a duration,
262-
* it is useful to keep in mind the frequency of the underlying time series data (which may also
263-
* be affected by any alignments specified in the aggregations field); a good duration is long
264-
* enough so that a single outlier does not generate spurious alerts, but short enough that
265-
* unhealthy states are detected and alerted on quickly.
259+
* Required. The amount of time that a time series must violate the threshold to be considered
260+
* failing. Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300
261+
* seconds--are supported. If an invalid value is given, an error will be returned. When choosing
262+
* a duration, it is useful to keep in mind the frequency of the underlying time series data
263+
* (which may also be affected by any alignments specified in the aggregations field); a good
264+
* duration is long enough so that a single outlier does not generate spurious alerts, but short
265+
* enough that unhealthy states are detected and alerted on quickly.
266266
* @return value or {@code null} for none
267267
*/
268268
public String getDuration() {
269269
return duration;
270270
}
271271

272272
/**
273-
* The amount of time that a time series must violate the threshold to be considered failing.
274-
* Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300 seconds--are
275-
* supported. If an invalid value is given, an error will be returned. When choosing a duration,
276-
* it is useful to keep in mind the frequency of the underlying time series data (which may also
277-
* be affected by any alignments specified in the aggregations field); a good duration is long
278-
* enough so that a single outlier does not generate spurious alerts, but short enough that
279-
* unhealthy states are detected and alerted on quickly.
273+
* Required. The amount of time that a time series must violate the threshold to be considered
274+
* failing. Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300
275+
* seconds--are supported. If an invalid value is given, an error will be returned. When choosing
276+
* a duration, it is useful to keep in mind the frequency of the underlying time series data
277+
* (which may also be affected by any alignments specified in the aggregations field); a good
278+
* duration is long enough so that a single outlier does not generate spurious alerts, but short
279+
* enough that unhealthy states are detected and alerted on quickly.
280280
* @param duration duration or {@code null} for none
281281
*/
282282
public MetricThreshold setDuration(String duration) {

clients/google-api-services-monitoring/v3/2.0.0/com/google/api/services/monitoring/v3/model/MonitoringQueryLanguageCondition.java

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
public final class MonitoringQueryLanguageCondition extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* The amount of time that a time series must violate the threshold to be considered failing.
35-
* Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300 seconds--are
36-
* supported. If an invalid value is given, an error will be returned. When choosing a duration,
37-
* it is useful to keep in mind the frequency of the underlying time series data (which may also
38-
* be affected by any alignments specified in the aggregations field); a good duration is long
39-
* enough so that a single outlier does not generate spurious alerts, but short enough that
40-
* unhealthy states are detected and alerted on quickly.
34+
* Optional. The amount of time that a time series must violate the threshold to be considered
35+
* failing. Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300
36+
* seconds--are supported. If an invalid value is given, an error will be returned. When choosing
37+
* a duration, it is useful to keep in mind the frequency of the underlying time series data
38+
* (which may also be affected by any alignments specified in the aggregations field); a good
39+
* duration is long enough so that a single outlier does not generate spurious alerts, but short
40+
* enough that unhealthy states are detected and alerted on quickly. The default value is zero.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
@@ -70,27 +70,27 @@ public final class MonitoringQueryLanguageCondition extends com.google.api.clien
7070
private Trigger trigger;
7171

7272
/**
73-
* The amount of time that a time series must violate the threshold to be considered failing.
74-
* Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300 seconds--are
75-
* supported. If an invalid value is given, an error will be returned. When choosing a duration,
76-
* it is useful to keep in mind the frequency of the underlying time series data (which may also
77-
* be affected by any alignments specified in the aggregations field); a good duration is long
78-
* enough so that a single outlier does not generate spurious alerts, but short enough that
79-
* unhealthy states are detected and alerted on quickly.
73+
* Optional. The amount of time that a time series must violate the threshold to be considered
74+
* failing. Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300
75+
* seconds--are supported. If an invalid value is given, an error will be returned. When choosing
76+
* a duration, it is useful to keep in mind the frequency of the underlying time series data
77+
* (which may also be affected by any alignments specified in the aggregations field); a good
78+
* duration is long enough so that a single outlier does not generate spurious alerts, but short
79+
* enough that unhealthy states are detected and alerted on quickly. The default value is zero.
8080
* @return value or {@code null} for none
8181
*/
8282
public String getDuration() {
8383
return duration;
8484
}
8585

8686
/**
87-
* The amount of time that a time series must violate the threshold to be considered failing.
88-
* Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300 seconds--are
89-
* supported. If an invalid value is given, an error will be returned. When choosing a duration,
90-
* it is useful to keep in mind the frequency of the underlying time series data (which may also
91-
* be affected by any alignments specified in the aggregations field); a good duration is long
92-
* enough so that a single outlier does not generate spurious alerts, but short enough that
93-
* unhealthy states are detected and alerted on quickly.
87+
* Optional. The amount of time that a time series must violate the threshold to be considered
88+
* failing. Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300
89+
* seconds--are supported. If an invalid value is given, an error will be returned. When choosing
90+
* a duration, it is useful to keep in mind the frequency of the underlying time series data
91+
* (which may also be affected by any alignments specified in the aggregations field); a good
92+
* duration is long enough so that a single outlier does not generate spurious alerts, but short
93+
* enough that unhealthy states are detected and alerted on quickly. The default value is zero.
9494
* @param duration duration or {@code null} for none
9595
*/
9696
public MonitoringQueryLanguageCondition setDuration(String duration) {

clients/google-api-services-monitoring/v3/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-monitoring</artifactId>
11-
<version>v3-rev20250723-2.0.0</version>
12-
<name>Cloud Monitoring API v3-rev20250723-2.0.0</name>
11+
<version>v3-rev20250731-2.0.0</version>
12+
<name>Cloud Monitoring API v3-rev20250731-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-monitoring/v3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-monitoring</artifactId>
25-
<version>v3-rev20250723-2.0.0</version>
25+
<version>v3-rev20250731-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-monitoring:v3-rev20250723-2.0.0'
38+
implementation 'com.google.apis:google-api-services-monitoring:v3-rev20250731-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)