From aec2980b590813a9789221984a06d48cf5f93e37 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 1 Nov 2022 07:09:41 +0000 Subject: [PATCH] feat(monitoring): update the api #### monitoring:v1 The following keys were added: - schemas.TableDisplayOptions.properties.shownColumns (Total Keys: 2) --- .../monitoring_v1.projects.dashboards.html | 72 +++++++++++++++++++ .../documents/monitoring.v1.json | 12 +++- .../documents/monitoring.v3.json | 2 +- 3 files changed, 83 insertions(+), 3 deletions(-) diff --git a/docs/dyn/monitoring_v1.projects.dashboards.html b/docs/dyn/monitoring_v1.projects.dashboards.html index 42e5be2d2f9..ea73b891c30 100644 --- a/docs/dyn/monitoring_v1.projects.dashboards.html +++ b/docs/dyn/monitoring_v1.projects.dashboards.html @@ -233,6 +233,9 @@

Method Details

{ # Groups a time series query definition with table options. "minAlignmentPeriod": "A String", # Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals. "tableDisplayOptions": { # Table display options that can be reused. # Optional. Table display options for configuring how the table is rendered. + "shownColumns": [ # Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings + "A String", + ], }, "tableTemplate": "A String", # Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}." "timeSeriesQuery": { # TimeSeriesQuery collects the set of supported methods for querying time series data from the Stackdriver metrics API. # Required. Fields for querying time series data from the Stackdriver metrics API. @@ -558,6 +561,9 @@

Method Details

{ # Groups a time series query definition with table options. "minAlignmentPeriod": "A String", # Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals. "tableDisplayOptions": { # Table display options that can be reused. # Optional. Table display options for configuring how the table is rendered. + "shownColumns": [ # Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings + "A String", + ], }, "tableTemplate": "A String", # Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}." "timeSeriesQuery": { # TimeSeriesQuery collects the set of supported methods for querying time series data from the Stackdriver metrics API. # Required. Fields for querying time series data from the Stackdriver metrics API. @@ -876,6 +882,9 @@

Method Details

{ # Groups a time series query definition with table options. "minAlignmentPeriod": "A String", # Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals. "tableDisplayOptions": { # Table display options that can be reused. # Optional. Table display options for configuring how the table is rendered. + "shownColumns": [ # Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings + "A String", + ], }, "tableTemplate": "A String", # Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}." "timeSeriesQuery": { # TimeSeriesQuery collects the set of supported methods for querying time series data from the Stackdriver metrics API. # Required. Fields for querying time series data from the Stackdriver metrics API. @@ -1196,6 +1205,9 @@

Method Details

{ # Groups a time series query definition with table options. "minAlignmentPeriod": "A String", # Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals. "tableDisplayOptions": { # Table display options that can be reused. # Optional. Table display options for configuring how the table is rendered. + "shownColumns": [ # Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings + "A String", + ], }, "tableTemplate": "A String", # Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}." "timeSeriesQuery": { # TimeSeriesQuery collects the set of supported methods for querying time series data from the Stackdriver metrics API. # Required. Fields for querying time series data from the Stackdriver metrics API. @@ -1525,6 +1537,9 @@

Method Details

{ # Groups a time series query definition with table options. "minAlignmentPeriod": "A String", # Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals. "tableDisplayOptions": { # Table display options that can be reused. # Optional. Table display options for configuring how the table is rendered. + "shownColumns": [ # Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings + "A String", + ], }, "tableTemplate": "A String", # Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}." "timeSeriesQuery": { # TimeSeriesQuery collects the set of supported methods for querying time series data from the Stackdriver metrics API. # Required. Fields for querying time series data from the Stackdriver metrics API. @@ -1850,6 +1865,9 @@

Method Details

{ # Groups a time series query definition with table options. "minAlignmentPeriod": "A String", # Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals. "tableDisplayOptions": { # Table display options that can be reused. # Optional. Table display options for configuring how the table is rendered. + "shownColumns": [ # Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings + "A String", + ], }, "tableTemplate": "A String", # Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}." "timeSeriesQuery": { # TimeSeriesQuery collects the set of supported methods for querying time series data from the Stackdriver metrics API. # Required. Fields for querying time series data from the Stackdriver metrics API. @@ -2168,6 +2186,9 @@

Method Details

{ # Groups a time series query definition with table options. "minAlignmentPeriod": "A String", # Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals. "tableDisplayOptions": { # Table display options that can be reused. # Optional. Table display options for configuring how the table is rendered. + "shownColumns": [ # Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings + "A String", + ], }, "tableTemplate": "A String", # Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}." "timeSeriesQuery": { # TimeSeriesQuery collects the set of supported methods for querying time series data from the Stackdriver metrics API. # Required. Fields for querying time series data from the Stackdriver metrics API. @@ -2488,6 +2509,9 @@

Method Details

{ # Groups a time series query definition with table options. "minAlignmentPeriod": "A String", # Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals. "tableDisplayOptions": { # Table display options that can be reused. # Optional. Table display options for configuring how the table is rendered. + "shownColumns": [ # Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings + "A String", + ], }, "tableTemplate": "A String", # Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}." "timeSeriesQuery": { # TimeSeriesQuery collects the set of supported methods for querying time series data from the Stackdriver metrics API. # Required. Fields for querying time series data from the Stackdriver metrics API. @@ -2841,6 +2865,9 @@

Method Details

{ # Groups a time series query definition with table options. "minAlignmentPeriod": "A String", # Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals. "tableDisplayOptions": { # Table display options that can be reused. # Optional. Table display options for configuring how the table is rendered. + "shownColumns": [ # Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings + "A String", + ], }, "tableTemplate": "A String", # Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}." "timeSeriesQuery": { # TimeSeriesQuery collects the set of supported methods for querying time series data from the Stackdriver metrics API. # Required. Fields for querying time series data from the Stackdriver metrics API. @@ -3166,6 +3193,9 @@

Method Details

{ # Groups a time series query definition with table options. "minAlignmentPeriod": "A String", # Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals. "tableDisplayOptions": { # Table display options that can be reused. # Optional. Table display options for configuring how the table is rendered. + "shownColumns": [ # Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings + "A String", + ], }, "tableTemplate": "A String", # Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}." "timeSeriesQuery": { # TimeSeriesQuery collects the set of supported methods for querying time series data from the Stackdriver metrics API. # Required. Fields for querying time series data from the Stackdriver metrics API. @@ -3484,6 +3514,9 @@

Method Details

{ # Groups a time series query definition with table options. "minAlignmentPeriod": "A String", # Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals. "tableDisplayOptions": { # Table display options that can be reused. # Optional. Table display options for configuring how the table is rendered. + "shownColumns": [ # Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings + "A String", + ], }, "tableTemplate": "A String", # Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}." "timeSeriesQuery": { # TimeSeriesQuery collects the set of supported methods for querying time series data from the Stackdriver metrics API. # Required. Fields for querying time series data from the Stackdriver metrics API. @@ -3804,6 +3837,9 @@

Method Details

{ # Groups a time series query definition with table options. "minAlignmentPeriod": "A String", # Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals. "tableDisplayOptions": { # Table display options that can be reused. # Optional. Table display options for configuring how the table is rendered. + "shownColumns": [ # Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings + "A String", + ], }, "tableTemplate": "A String", # Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}." "timeSeriesQuery": { # TimeSeriesQuery collects the set of supported methods for querying time series data from the Stackdriver metrics API. # Required. Fields for querying time series data from the Stackdriver metrics API. @@ -4143,6 +4179,9 @@

Method Details

{ # Groups a time series query definition with table options. "minAlignmentPeriod": "A String", # Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals. "tableDisplayOptions": { # Table display options that can be reused. # Optional. Table display options for configuring how the table is rendered. + "shownColumns": [ # Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings + "A String", + ], }, "tableTemplate": "A String", # Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}." "timeSeriesQuery": { # TimeSeriesQuery collects the set of supported methods for querying time series data from the Stackdriver metrics API. # Required. Fields for querying time series data from the Stackdriver metrics API. @@ -4468,6 +4507,9 @@

Method Details

{ # Groups a time series query definition with table options. "minAlignmentPeriod": "A String", # Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals. "tableDisplayOptions": { # Table display options that can be reused. # Optional. Table display options for configuring how the table is rendered. + "shownColumns": [ # Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings + "A String", + ], }, "tableTemplate": "A String", # Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}." "timeSeriesQuery": { # TimeSeriesQuery collects the set of supported methods for querying time series data from the Stackdriver metrics API. # Required. Fields for querying time series data from the Stackdriver metrics API. @@ -4786,6 +4828,9 @@

Method Details

{ # Groups a time series query definition with table options. "minAlignmentPeriod": "A String", # Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals. "tableDisplayOptions": { # Table display options that can be reused. # Optional. Table display options for configuring how the table is rendered. + "shownColumns": [ # Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings + "A String", + ], }, "tableTemplate": "A String", # Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}." "timeSeriesQuery": { # TimeSeriesQuery collects the set of supported methods for querying time series data from the Stackdriver metrics API. # Required. Fields for querying time series data from the Stackdriver metrics API. @@ -5106,6 +5151,9 @@

Method Details

{ # Groups a time series query definition with table options. "minAlignmentPeriod": "A String", # Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals. "tableDisplayOptions": { # Table display options that can be reused. # Optional. Table display options for configuring how the table is rendered. + "shownColumns": [ # Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings + "A String", + ], }, "tableTemplate": "A String", # Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}." "timeSeriesQuery": { # TimeSeriesQuery collects the set of supported methods for querying time series data from the Stackdriver metrics API. # Required. Fields for querying time series data from the Stackdriver metrics API. @@ -5453,6 +5501,9 @@

Method Details

{ # Groups a time series query definition with table options. "minAlignmentPeriod": "A String", # Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals. "tableDisplayOptions": { # Table display options that can be reused. # Optional. Table display options for configuring how the table is rendered. + "shownColumns": [ # Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings + "A String", + ], }, "tableTemplate": "A String", # Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}." "timeSeriesQuery": { # TimeSeriesQuery collects the set of supported methods for querying time series data from the Stackdriver metrics API. # Required. Fields for querying time series data from the Stackdriver metrics API. @@ -5778,6 +5829,9 @@

Method Details

{ # Groups a time series query definition with table options. "minAlignmentPeriod": "A String", # Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals. "tableDisplayOptions": { # Table display options that can be reused. # Optional. Table display options for configuring how the table is rendered. + "shownColumns": [ # Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings + "A String", + ], }, "tableTemplate": "A String", # Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}." "timeSeriesQuery": { # TimeSeriesQuery collects the set of supported methods for querying time series data from the Stackdriver metrics API. # Required. Fields for querying time series data from the Stackdriver metrics API. @@ -6096,6 +6150,9 @@

Method Details

{ # Groups a time series query definition with table options. "minAlignmentPeriod": "A String", # Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals. "tableDisplayOptions": { # Table display options that can be reused. # Optional. Table display options for configuring how the table is rendered. + "shownColumns": [ # Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings + "A String", + ], }, "tableTemplate": "A String", # Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}." "timeSeriesQuery": { # TimeSeriesQuery collects the set of supported methods for querying time series data from the Stackdriver metrics API. # Required. Fields for querying time series data from the Stackdriver metrics API. @@ -6416,6 +6473,9 @@

Method Details

{ # Groups a time series query definition with table options. "minAlignmentPeriod": "A String", # Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals. "tableDisplayOptions": { # Table display options that can be reused. # Optional. Table display options for configuring how the table is rendered. + "shownColumns": [ # Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings + "A String", + ], }, "tableTemplate": "A String", # Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}." "timeSeriesQuery": { # TimeSeriesQuery collects the set of supported methods for querying time series data from the Stackdriver metrics API. # Required. Fields for querying time series data from the Stackdriver metrics API. @@ -6745,6 +6805,9 @@

Method Details

{ # Groups a time series query definition with table options. "minAlignmentPeriod": "A String", # Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals. "tableDisplayOptions": { # Table display options that can be reused. # Optional. Table display options for configuring how the table is rendered. + "shownColumns": [ # Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings + "A String", + ], }, "tableTemplate": "A String", # Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}." "timeSeriesQuery": { # TimeSeriesQuery collects the set of supported methods for querying time series data from the Stackdriver metrics API. # Required. Fields for querying time series data from the Stackdriver metrics API. @@ -7070,6 +7133,9 @@

Method Details

{ # Groups a time series query definition with table options. "minAlignmentPeriod": "A String", # Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals. "tableDisplayOptions": { # Table display options that can be reused. # Optional. Table display options for configuring how the table is rendered. + "shownColumns": [ # Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings + "A String", + ], }, "tableTemplate": "A String", # Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}." "timeSeriesQuery": { # TimeSeriesQuery collects the set of supported methods for querying time series data from the Stackdriver metrics API. # Required. Fields for querying time series data from the Stackdriver metrics API. @@ -7388,6 +7454,9 @@

Method Details

{ # Groups a time series query definition with table options. "minAlignmentPeriod": "A String", # Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals. "tableDisplayOptions": { # Table display options that can be reused. # Optional. Table display options for configuring how the table is rendered. + "shownColumns": [ # Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings + "A String", + ], }, "tableTemplate": "A String", # Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}." "timeSeriesQuery": { # TimeSeriesQuery collects the set of supported methods for querying time series data from the Stackdriver metrics API. # Required. Fields for querying time series data from the Stackdriver metrics API. @@ -7708,6 +7777,9 @@

Method Details

{ # Groups a time series query definition with table options. "minAlignmentPeriod": "A String", # Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals. "tableDisplayOptions": { # Table display options that can be reused. # Optional. Table display options for configuring how the table is rendered. + "shownColumns": [ # Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings + "A String", + ], }, "tableTemplate": "A String", # Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}." "timeSeriesQuery": { # TimeSeriesQuery collects the set of supported methods for querying time series data from the Stackdriver metrics API. # Required. Fields for querying time series data from the Stackdriver metrics API. diff --git a/googleapiclient/discovery_cache/documents/monitoring.v1.json b/googleapiclient/discovery_cache/documents/monitoring.v1.json index 688224b0f65..28286589cc6 100644 --- a/googleapiclient/discovery_cache/documents/monitoring.v1.json +++ b/googleapiclient/discovery_cache/documents/monitoring.v1.json @@ -769,7 +769,7 @@ } } }, - "revision": "20221017", + "revision": "20221024", "rootUrl": "https://monitoring.googleapis.com/", "schemas": { "Aggregation": { @@ -1837,7 +1837,15 @@ "TableDisplayOptions": { "description": "Table display options that can be reused.", "id": "TableDisplayOptions", - "properties": {}, + "properties": { + "shownColumns": { + "description": "Optional. This field is unused and has been replaced by TimeSeriesTable.column_settings", + "items": { + "type": "string" + }, + "type": "array" + } + }, "type": "object" }, "Text": { diff --git a/googleapiclient/discovery_cache/documents/monitoring.v3.json b/googleapiclient/discovery_cache/documents/monitoring.v3.json index 32c114185a3..2105c41badb 100644 --- a/googleapiclient/discovery_cache/documents/monitoring.v3.json +++ b/googleapiclient/discovery_cache/documents/monitoring.v3.json @@ -2576,7 +2576,7 @@ } } }, - "revision": "20221017", + "revision": "20221024", "rootUrl": "https://monitoring.googleapis.com/", "schemas": { "Aggregation": {