@@ -1713,7 +1713,7 @@ public ListTagConfigurationsOptionalParameters filterRelatedAssets(
17131713 * Set windowSeconds.
17141714 *
17151715 * @param windowSeconds The number of seconds of look back (from now) to apply to a filter[tag]
1716- * or filter[queried] query. Default value is 3600 (1 hour), maximum value is 2,592 ,000 (30
1716+ * or filter[queried] query. Default value is 3600 (1 hour), maximum value is 5,184 ,000 (60
17171717 * days). (optional)
17181718 * @return ListTagConfigurationsOptionalParameters
17191719 */
@@ -1861,13 +1861,13 @@ public PaginationIterable<MetricsAndMetricTagConfigurations> listTagConfiguratio
18611861 }
18621862
18631863 /**
1864- * Returns all metrics that can be configured in the Metrics Summary page or with Metrics without
1865- * Limits™ (matching additional filters if specified). Optionally, paginate by using the <code>
1866- * page[cursor]</code> and/or <code>page[size]</code> query parameters. To fetch the first page,
1867- * pass in a query parameter with either a valid <code>page[size] </code> or an empty cursor like
1868- * <code>page[cursor]= </code>. To fetch the next page, pass in the <code>next_cursor</code> value
1869- * from the response as the new <code>page[cursor] </code> value. Once the <code>
1870- * meta.pagination.next_cursor</code> value is null, all pages have been retrieved.
1864+ * Returns all metrics for your organization that match the given filter parameters. Optionally,
1865+ * paginate by using the <code>page[cursor]</code> and/or <code>page[size]</code> query
1866+ * parameters. To fetch the first page, pass in a query parameter with either a valid <code>
1867+ * page[size]</code> or an empty cursor like <code>page[cursor]= </code>. To fetch the next page,
1868+ * pass in the <code>next_cursor </code> value from the response as the new <code>page[cursor]
1869+ * </code> value. Once the <code>meta.pagination.next_cursor </code> value is null, all pages have
1870+ * been retrieved.
18711871 *
18721872 * @param parameters Optional parameters for the request.
18731873 * @return ApiResponse<MetricsAndMetricTagConfigurationsResponse>
0 commit comments