@@ -2219,24 +2219,24 @@ public List setName(java.lang.String name) {
2219
2219
}
2220
2220
2221
2221
/**
2222
- * If provided, this field specifies the criteria that must be met by alert policies to be
2223
- * included in the response.For more details, see sorting and filtering
2222
+ * Optional. If provided, this field specifies the criteria that must be met by alert
2223
+ * policies to be included in the response.For more details, see sorting and filtering
2224
2224
* (https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
2225
2225
*/
2226
2226
@ com .google .api .client .util .Key
2227
2227
private java .lang .String filter ;
2228
2228
2229
- /** If provided, this field specifies the criteria that must be met by alert policies to be included in
2230
- the response.For more details, see sorting and filtering
2229
+ /** Optional. If provided, this field specifies the criteria that must be met by alert policies to be
2230
+ included in the response.For more details, see sorting and filtering
2231
2231
(https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
2232
2232
*/
2233
2233
public java .lang .String getFilter () {
2234
2234
return filter ;
2235
2235
}
2236
2236
2237
2237
/**
2238
- * If provided, this field specifies the criteria that must be met by alert policies to be
2239
- * included in the response.For more details, see sorting and filtering
2238
+ * Optional. If provided, this field specifies the criteria that must be met by alert
2239
+ * policies to be included in the response.For more details, see sorting and filtering
2240
2240
* (https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
2241
2241
*/
2242
2242
public List setFilter (java .lang .String filter ) {
@@ -2245,70 +2245,70 @@ public List setFilter(java.lang.String filter) {
2245
2245
}
2246
2246
2247
2247
/**
2248
- * A comma-separated list of fields by which to sort the result. Supports the same set of
2249
- * field references as the filter field. Entries can be prefixed with a minus sign to sort
2250
- * by the field in descending order.For more details, see sorting and filtering
2248
+ * Optional. A comma-separated list of fields by which to sort the result. Supports the same
2249
+ * set of field references as the filter field. Entries can be prefixed with a minus sign to
2250
+ * sort by the field in descending order.For more details, see sorting and filtering
2251
2251
* (https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
2252
2252
*/
2253
2253
@ com .google .api .client .util .Key
2254
2254
private java .lang .String orderBy ;
2255
2255
2256
- /** A comma-separated list of fields by which to sort the result. Supports the same set of field
2257
- references as the filter field. Entries can be prefixed with a minus sign to sort by the field in
2258
- descending order.For more details, see sorting and filtering
2256
+ /** Optional. A comma-separated list of fields by which to sort the result. Supports the same set of
2257
+ field references as the filter field. Entries can be prefixed with a minus sign to sort by the
2258
+ field in descending order.For more details, see sorting and filtering
2259
2259
(https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
2260
2260
*/
2261
2261
public java .lang .String getOrderBy () {
2262
2262
return orderBy ;
2263
2263
}
2264
2264
2265
2265
/**
2266
- * A comma-separated list of fields by which to sort the result. Supports the same set of
2267
- * field references as the filter field. Entries can be prefixed with a minus sign to sort
2268
- * by the field in descending order.For more details, see sorting and filtering
2266
+ * Optional. A comma-separated list of fields by which to sort the result. Supports the same
2267
+ * set of field references as the filter field. Entries can be prefixed with a minus sign to
2268
+ * sort by the field in descending order.For more details, see sorting and filtering
2269
2269
* (https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
2270
2270
*/
2271
2271
public List setOrderBy (java .lang .String orderBy ) {
2272
2272
this .orderBy = orderBy ;
2273
2273
return this ;
2274
2274
}
2275
2275
2276
- /** The maximum number of results to return in a single response. */
2276
+ /** Optional. The maximum number of results to return in a single response. */
2277
2277
@ com .google .api .client .util .Key
2278
2278
private java .lang .Integer pageSize ;
2279
2279
2280
- /** The maximum number of results to return in a single response.
2280
+ /** Optional. The maximum number of results to return in a single response.
2281
2281
*/
2282
2282
public java .lang .Integer getPageSize () {
2283
2283
return pageSize ;
2284
2284
}
2285
2285
2286
- /** The maximum number of results to return in a single response. */
2286
+ /** Optional. The maximum number of results to return in a single response. */
2287
2287
public List setPageSize (java .lang .Integer pageSize ) {
2288
2288
this .pageSize = pageSize ;
2289
2289
return this ;
2290
2290
}
2291
2291
2292
2292
/**
2293
- * If this field is not empty then it must contain the nextPageToken value returned by a
2294
- * previous call to this method. Using this field causes the method to return more results
2295
- * from the previous method call.
2293
+ * Optional. If this field is not empty then it must contain the nextPageToken value
2294
+ * returned by a previous call to this method. Using this field causes the method to return
2295
+ * more results from the previous method call.
2296
2296
*/
2297
2297
@ com .google .api .client .util .Key
2298
2298
private java .lang .String pageToken ;
2299
2299
2300
- /** If this field is not empty then it must contain the nextPageToken value returned by a previous call
2301
- to this method. Using this field causes the method to return more results from the previous method
2302
- call.
2300
+ /** Optional. If this field is not empty then it must contain the nextPageToken value returned by a
2301
+ previous call to this method. Using this field causes the method to return more results from the
2302
+ previous method call.
2303
2303
*/
2304
2304
public java .lang .String getPageToken () {
2305
2305
return pageToken ;
2306
2306
}
2307
2307
2308
2308
/**
2309
- * If this field is not empty then it must contain the nextPageToken value returned by a
2310
- * previous call to this method. Using this field causes the method to return more results
2311
- * from the previous method call.
2309
+ * Optional. If this field is not empty then it must contain the nextPageToken value
2310
+ * returned by a previous call to this method. Using this field causes the method to return
2311
+ * more results from the previous method call.
2312
2312
*/
2313
2313
public List setPageToken (java .lang .String pageToken ) {
2314
2314
this .pageToken = pageToken ;
@@ -2332,7 +2332,7 @@ public List set(String parameterName, Object value) {
2332
2332
* This request holds the parameters needed by the monitoring server. After setting any optional
2333
2333
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
2334
2334
*
2335
- * @param name Required if the policy exists. The resource name for this policy. The format is:
2335
+ * @param name Identifier. Required if the policy exists. The resource name for this policy. The format is:
2336
2336
* projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID] [ALERT_POLICY_ID] is
2337
2337
* assigned by Cloud Monitoring when the policy is created. When calling the
2338
2338
* alertPolicies.create method, do not include the name field in the alerting policy passed
@@ -2368,7 +2368,7 @@ public class Patch extends MonitoringRequest<com.google.api.services.monitoring.
2368
2368
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
2369
2369
* be called to initialize this instance immediately after invoking the constructor. </p>
2370
2370
*
2371
- * @param name Required if the policy exists. The resource name for this policy. The format is:
2371
+ * @param name Identifier. Required if the policy exists. The resource name for this policy. The format is:
2372
2372
* projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID] [ALERT_POLICY_ID] is
2373
2373
* assigned by Cloud Monitoring when the policy is created. When calling the
2374
2374
* alertPolicies.create method, do not include the name field in the alerting policy passed
@@ -2442,16 +2442,16 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
2442
2442
}
2443
2443
2444
2444
/**
2445
- * Required if the policy exists. The resource name for this policy. The format is:
2446
- * projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID] [ALERT_POLICY_ID] is
2445
+ * Identifier. Required if the policy exists. The resource name for this policy. The format
2446
+ * is: projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID] [ALERT_POLICY_ID] is
2447
2447
* assigned by Cloud Monitoring when the policy is created. When calling the
2448
2448
* alertPolicies.create method, do not include the name field in the alerting policy passed
2449
2449
* as part of the request.
2450
2450
*/
2451
2451
@ com .google .api .client .util .Key
2452
2452
private java .lang .String name ;
2453
2453
2454
- /** Required if the policy exists. The resource name for this policy. The format is:
2454
+ /** Identifier. Required if the policy exists. The resource name for this policy. The format is:
2455
2455
projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID] [ALERT_POLICY_ID] is assigned by
2456
2456
Cloud Monitoring when the policy is created. When calling the alertPolicies.create method, do not
2457
2457
include the name field in the alerting policy passed as part of the request.
@@ -2461,8 +2461,8 @@ public java.lang.String getName() {
2461
2461
}
2462
2462
2463
2463
/**
2464
- * Required if the policy exists. The resource name for this policy. The format is:
2465
- * projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID] [ALERT_POLICY_ID] is
2464
+ * Identifier. Required if the policy exists. The resource name for this policy. The format
2465
+ * is: projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID] [ALERT_POLICY_ID] is
2466
2466
* assigned by Cloud Monitoring when the policy is created. When calling the
2467
2467
* alertPolicies.create method, do not include the name field in the alerting policy passed
2468
2468
* as part of the request.
0 commit comments