Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
Merge 17a9613 into 29e835c
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Feb 27, 2021
2 parents 29e835c + 17a9613 commit 93a90e0
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,20 @@ public com.google.monitoring.dashboard.v1.TimeSeriesFilterRatio getTimeSeriesFil
}

public static final int TIME_SERIES_QUERY_LANGUAGE_FIELD_NUMBER = 3;
/**
*
*
* <pre>
* A query used to fetch time series.
* </pre>
*
* <code>string time_series_query_language = 3;</code>
*
* @return Whether the timeSeriesQueryLanguage field is set.
*/
public boolean hasTimeSeriesQueryLanguage() {
return sourceCase_ == 3;
}
/**
*
*
Expand Down Expand Up @@ -1291,6 +1305,21 @@ public Builder clearTimeSeriesFilterRatio() {
return timeSeriesFilterRatioBuilder_;
}

/**
*
*
* <pre>
* A query used to fetch time series.
* </pre>
*
* <code>string time_series_query_language = 3;</code>
*
* @return Whether the timeSeriesQueryLanguage field is set.
*/
@java.lang.Override
public boolean hasTimeSeriesQueryLanguage() {
return sourceCase_ == 3;
}
/**
*
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,18 @@ public interface TimeSeriesQueryOrBuilder
com.google.monitoring.dashboard.v1.TimeSeriesFilterRatioOrBuilder
getTimeSeriesFilterRatioOrBuilder();

/**
*
*
* <pre>
* A query used to fetch time series.
* </pre>
*
* <code>string time_series_query_language = 3;</code>
*
* @return Whether the timeSeriesQueryLanguage field is set.
*/
boolean hasTimeSeriesQueryLanguage();
/**
*
*
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-monitoring-dashboards.git",
"sha": "abb59408021cabc17b08b0a6126025ff9ccdedf8"
"sha": "29e835c080222c2a6e0409d704a27de2879e25aa"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
Expand Down

0 comments on commit 93a90e0

Please sign in to comment.