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

Commit bb0d72b

Browse files
feat(generator): update protoc to v3.15.3 (#318)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/03645e34-b7a2-470a-9ea5-23f9d034150c/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 359781040 Source-Link: googleapis/googleapis@f6dd7e4
1 parent 29e835c commit bb0d72b

File tree

3 files changed

+44
-3
lines changed

3 files changed

+44
-3
lines changed

Diff for: proto-google-cloud-monitoring-dashboard-v1/src/main/java/com/google/monitoring/dashboard/v1/TimeSeriesQuery.java

+29
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,20 @@ public com.google.monitoring.dashboard.v1.TimeSeriesFilterRatio getTimeSeriesFil
315315
}
316316

317317
public static final int TIME_SERIES_QUERY_LANGUAGE_FIELD_NUMBER = 3;
318+
/**
319+
*
320+
*
321+
* <pre>
322+
* A query used to fetch time series.
323+
* </pre>
324+
*
325+
* <code>string time_series_query_language = 3;</code>
326+
*
327+
* @return Whether the timeSeriesQueryLanguage field is set.
328+
*/
329+
public boolean hasTimeSeriesQueryLanguage() {
330+
return sourceCase_ == 3;
331+
}
318332
/**
319333
*
320334
*
@@ -1291,6 +1305,21 @@ public Builder clearTimeSeriesFilterRatio() {
12911305
return timeSeriesFilterRatioBuilder_;
12921306
}
12931307

1308+
/**
1309+
*
1310+
*
1311+
* <pre>
1312+
* A query used to fetch time series.
1313+
* </pre>
1314+
*
1315+
* <code>string time_series_query_language = 3;</code>
1316+
*
1317+
* @return Whether the timeSeriesQueryLanguage field is set.
1318+
*/
1319+
@java.lang.Override
1320+
public boolean hasTimeSeriesQueryLanguage() {
1321+
return sourceCase_ == 3;
1322+
}
12941323
/**
12951324
*
12961325
*

Diff for: proto-google-cloud-monitoring-dashboard-v1/src/main/java/com/google/monitoring/dashboard/v1/TimeSeriesQueryOrBuilder.java

+12
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,18 @@ public interface TimeSeriesQueryOrBuilder
9797
com.google.monitoring.dashboard.v1.TimeSeriesFilterRatioOrBuilder
9898
getTimeSeriesFilterRatioOrBuilder();
9999

100+
/**
101+
*
102+
*
103+
* <pre>
104+
* A query used to fetch time series.
105+
* </pre>
106+
*
107+
* <code>string time_series_query_language = 3;</code>
108+
*
109+
* @return Whether the timeSeriesQueryLanguage field is set.
110+
*/
111+
boolean hasTimeSeriesQueryLanguage();
100112
/**
101113
*
102114
*

Diff for: synth.metadata

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-monitoring-dashboards.git",
7-
"sha": "abb59408021cabc17b08b0a6126025ff9ccdedf8"
7+
"sha": "29e835c080222c2a6e0409d704a27de2879e25aa"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
15-
"internalRef": "358516065"
14+
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
15+
"internalRef": "359781040"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)