Skip to content

Commit 6cdd07a

Browse files
1 parent 5a24ec8 commit 6cdd07a

File tree

5 files changed

+39
-39
lines changed

5 files changed

+39
-39
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-rev20240728-2.0.0</version>
25+
<version>v3-rev20240804-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-rev20240728-2.0.0'
38+
implementation 'com.google.apis:google-api-services-monitoring:v3-rev20240804-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -6200,24 +6200,24 @@ public List setName(java.lang.String name) {
62006200
}
62016201

62026202
/**
6203-
* If provided, this field specifies the criteria that must be met by notification channels
6204-
* to be included in the response.For more details, see sorting and filtering
6203+
* Optional. If provided, this field specifies the criteria that must be met by notification
6204+
* channels to be included in the response.For more details, see sorting and filtering
62056205
* (https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
62066206
*/
62076207
@com.google.api.client.util.Key
62086208
private java.lang.String filter;
62096209

6210-
/** If provided, this field specifies the criteria that must be met by notification channels to be
6211-
included in the response.For more details, see sorting and filtering
6210+
/** Optional. If provided, this field specifies the criteria that must be met by notification channels
6211+
to be included in the response.For more details, see sorting and filtering
62126212
(https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
62136213
*/
62146214
public java.lang.String getFilter() {
62156215
return filter;
62166216
}
62176217

62186218
/**
6219-
* If provided, this field specifies the criteria that must be met by notification channels
6220-
* to be included in the response.For more details, see sorting and filtering
6219+
* Optional. If provided, this field specifies the criteria that must be met by notification
6220+
* channels to be included in the response.For more details, see sorting and filtering
62216221
* (https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
62226222
*/
62236223
public List setFilter(java.lang.String filter) {
@@ -6226,27 +6226,27 @@ public List setFilter(java.lang.String filter) {
62266226
}
62276227

62286228
/**
6229-
* A comma-separated list of fields by which to sort the result. Supports the same set of
6230-
* fields as in filter. Entries can be prefixed with a minus sign to sort in descending
6231-
* rather than ascending order.For more details, see sorting and filtering
6229+
* Optional. A comma-separated list of fields by which to sort the result. Supports the same
6230+
* set of fields as in filter. Entries can be prefixed with a minus sign to sort in
6231+
* descending rather than ascending order.For more details, see sorting and filtering
62326232
* (https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
62336233
*/
62346234
@com.google.api.client.util.Key
62356235
private java.lang.String orderBy;
62366236

6237-
/** A comma-separated list of fields by which to sort the result. Supports the same set of fields as in
6238-
filter. Entries can be prefixed with a minus sign to sort in descending rather than ascending
6239-
order.For more details, see sorting and filtering
6237+
/** Optional. A comma-separated list of fields by which to sort the result. Supports the same set of
6238+
fields as in filter. Entries can be prefixed with a minus sign to sort in descending rather than
6239+
ascending order.For more details, see sorting and filtering
62406240
(https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
62416241
*/
62426242
public java.lang.String getOrderBy() {
62436243
return orderBy;
62446244
}
62456245

62466246
/**
6247-
* A comma-separated list of fields by which to sort the result. Supports the same set of
6248-
* fields as in filter. Entries can be prefixed with a minus sign to sort in descending
6249-
* rather than ascending order.For more details, see sorting and filtering
6247+
* Optional. A comma-separated list of fields by which to sort the result. Supports the same
6248+
* set of fields as in filter. Entries can be prefixed with a minus sign to sort in
6249+
* descending rather than ascending order.For more details, see sorting and filtering
62506250
* (https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
62516251
*/
62526252
public List setOrderBy(java.lang.String orderBy) {
@@ -6255,45 +6255,45 @@ public List setOrderBy(java.lang.String orderBy) {
62556255
}
62566256

62576257
/**
6258-
* The maximum number of results to return in a single response. If not set to a positive
6259-
* number, a reasonable value will be chosen by the service.
6258+
* Optional. The maximum number of results to return in a single response. If not set to a
6259+
* positive number, a reasonable value will be chosen by the service.
62606260
*/
62616261
@com.google.api.client.util.Key
62626262
private java.lang.Integer pageSize;
62636263

6264-
/** The maximum number of results to return in a single response. If not set to a positive number, a
6265-
reasonable value will be chosen by the service.
6264+
/** Optional. The maximum number of results to return in a single response. If not set to a positive
6265+
number, a reasonable value will be chosen by the service.
62666266
*/
62676267
public java.lang.Integer getPageSize() {
62686268
return pageSize;
62696269
}
62706270

62716271
/**
6272-
* The maximum number of results to return in a single response. If not set to a positive
6273-
* number, a reasonable value will be chosen by the service.
6272+
* Optional. The maximum number of results to return in a single response. If not set to a
6273+
* positive number, a reasonable value will be chosen by the service.
62746274
*/
62756275
public List setPageSize(java.lang.Integer pageSize) {
62766276
this.pageSize = pageSize;
62776277
return this;
62786278
}
62796279

62806280
/**
6281-
* If non-empty, page_token must contain a value returned as the next_page_token in a
6282-
* previous response to request the next set of results.
6281+
* Optional. If non-empty, page_token must contain a value returned as the next_page_token
6282+
* in a previous response to request the next set of results.
62836283
*/
62846284
@com.google.api.client.util.Key
62856285
private java.lang.String pageToken;
62866286

6287-
/** If non-empty, page_token must contain a value returned as the next_page_token in a previous
6288-
response to request the next set of results.
6287+
/** Optional. If non-empty, page_token must contain a value returned as the next_page_token in a
6288+
previous response to request the next set of results.
62896289
*/
62906290
public java.lang.String getPageToken() {
62916291
return pageToken;
62926292
}
62936293

62946294
/**
6295-
* If non-empty, page_token must contain a value returned as the next_page_token in a
6296-
* previous response to request the next set of results.
6295+
* Optional. If non-empty, page_token must contain a value returned as the next_page_token
6296+
* in a previous response to request the next set of results.
62976297
*/
62986298
public List setPageToken(java.lang.String pageToken) {
62996299
this.pageToken = pageToken;
@@ -6451,17 +6451,17 @@ public Patch setName(java.lang.String name) {
64516451
return this;
64526452
}
64536453

6454-
/** The fields to update. */
6454+
/** Optional. The fields to update. */
64556455
@com.google.api.client.util.Key
64566456
private String updateMask;
64576457

6458-
/** The fields to update.
6458+
/** Optional. The fields to update.
64596459
*/
64606460
public String getUpdateMask() {
64616461
return updateMask;
64626462
}
64636463

6464-
/** The fields to update. */
6464+
/** Optional. The fields to update. */
64656465
public Patch setUpdateMask(String updateMask) {
64666466
this.updateMask = updateMask;
64676467
return this;

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public final class TimeSeries extends com.google.api.client.json.GenericJson {
9797
/**
9898
* The units in which the metric value is reported. It is only applicable if the value_type is
9999
* 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.
101101
* The value may be {@code null}.
102102
*/
103103
@com.google.api.client.util.Key
@@ -248,7 +248,7 @@ public TimeSeries setResource(MonitoredResource resource) {
248248
/**
249249
* The units in which the metric value is reported. It is only applicable if the value_type is
250250
* 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.
252252
* @return value or {@code null} for none
253253
*/
254254
public java.lang.String getUnit() {
@@ -258,7 +258,7 @@ public java.lang.String getUnit() {
258258
/**
259259
* The units in which the metric value is reported. It is only applicable if the value_type is
260260
* 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.
262262
* @param unit unit or {@code null} for none
263263
*/
264264
public TimeSeries setUnit(java.lang.String unit) {

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-rev20240728-2.0.0</version>
12-
<name>Cloud Monitoring API v3-rev20240728-2.0.0</name>
11+
<version>v3-rev20240804-2.0.0</version>
12+
<name>Cloud Monitoring API v3-rev20240804-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-rev20240728-2.0.0</version>
25+
<version>v3-rev20240804-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-rev20240728-2.0.0'
38+
implementation 'com.google.apis:google-api-services-monitoring:v3-rev20240804-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)