Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
* 95% latency across the average of all tasks in a cluster". This
* representative data can be more easily graphed and comprehended, and the
* individual time series data is still available for later drilldown. For more
* details, see [Aggregating Time
* Series](https://cloud.google.com/monitoring/api/v3/metrics#aggregating_time_series).
* details, see [Filtering and
* aggregation](https://cloud.google.com/monitoring/api/v3/aggregation).
* </pre>
*
* Protobuf type {@code google.monitoring.v3.Aggregation}
Expand Down Expand Up @@ -1865,8 +1865,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
* 95% latency across the average of all tasks in a cluster". This
* representative data can be more easily graphed and comprehended, and the
* individual time series data is still available for later drilldown. For more
* details, see [Aggregating Time
* Series](https://cloud.google.com/monitoring/api/v3/metrics#aggregating_time_series).
* details, see [Filtering and
* aggregation](https://cloud.google.com/monitoring/api/v3/aggregation).
* </pre>
*
* Protobuf type {@code google.monitoring.v3.Aggregation}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1533,7 +1533,7 @@ public interface ConditionOrBuilder
*
*
* <pre>
* A condition that uses the time series query language format to define
* A condition that uses the Monitoring Query Language to define
* alerts.
* If set, no other conditions can be present.
* </pre>
Expand All @@ -1549,7 +1549,7 @@ public interface ConditionOrBuilder
*
*
* <pre>
* A condition that uses the time series query language format to define
* A condition that uses the Monitoring Query Language to define
* alerts.
* If set, no other conditions can be present.
* </pre>
Expand All @@ -1566,7 +1566,7 @@ public interface ConditionOrBuilder
*
*
* <pre>
* A condition that uses the time series query language format to define
* A condition that uses the Monitoring Query Language to define
* alerts.
* If set, no other conditions can be present.
* </pre>
Expand Down Expand Up @@ -8530,9 +8530,8 @@ public interface TimeSeriesQueryLanguageConditionOrBuilder
*
*
* <pre>
* A query in the time series query language format that generates time
* series indicating points in time that the condition should be
* considered active.
* Monitoring Query Language query that generates time series data and
* describes a condition for alerting on that data.
* </pre>
*
* <code>string query = 1;</code>
Expand All @@ -8544,9 +8543,8 @@ public interface TimeSeriesQueryLanguageConditionOrBuilder
*
*
* <pre>
* A query in the time series query language format that generates time
* series indicating points in time that the condition should be
* considered active.
* Monitoring Query Language query that generates time series data and
* describes a condition for alerting on that data.
* </pre>
*
* <code>string query = 1;</code>
Expand Down Expand Up @@ -8586,8 +8584,8 @@ public interface TimeSeriesQueryLanguageConditionOrBuilder
*
*
* <pre>
* A condition type that allows alert policies to be defined using the
* time series query language.
* A condition type that allows alert policies to be defined using
* Monitoring Query Language.
* </pre>
*
* Protobuf type {@code
Expand Down Expand Up @@ -8696,9 +8694,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* <pre>
* A query in the time series query language format that generates time
* series indicating points in time that the condition should be
* considered active.
* Monitoring Query Language query that generates time series data and
* describes a condition for alerting on that data.
* </pre>
*
* <code>string query = 1;</code>
Expand All @@ -8720,9 +8717,8 @@ public java.lang.String getQuery() {
*
*
* <pre>
* A query in the time series query language format that generates time
* series indicating points in time that the condition should be
* considered active.
* Monitoring Query Language query that generates time series data and
* describes a condition for alerting on that data.
* </pre>
*
* <code>string query = 1;</code>
Expand Down Expand Up @@ -8975,8 +8971,8 @@ protected Builder newBuilderForType(
*
*
* <pre>
* A condition type that allows alert policies to be defined using the
* time series query language.
* A condition type that allows alert policies to be defined using
* Monitoring Query Language.
* </pre>
*
* Protobuf type {@code
Expand Down Expand Up @@ -9164,9 +9160,8 @@ public Builder mergeFrom(
*
*
* <pre>
* A query in the time series query language format that generates time
* series indicating points in time that the condition should be
* considered active.
* Monitoring Query Language query that generates time series data and
* describes a condition for alerting on that data.
* </pre>
*
* <code>string query = 1;</code>
Expand All @@ -9188,9 +9183,8 @@ public java.lang.String getQuery() {
*
*
* <pre>
* A query in the time series query language format that generates time
* series indicating points in time that the condition should be
* considered active.
* Monitoring Query Language query that generates time series data and
* describes a condition for alerting on that data.
* </pre>
*
* <code>string query = 1;</code>
Expand All @@ -9212,9 +9206,8 @@ public com.google.protobuf.ByteString getQueryBytes() {
*
*
* <pre>
* A query in the time series query language format that generates time
* series indicating points in time that the condition should be
* considered active.
* Monitoring Query Language query that generates time series data and
* describes a condition for alerting on that data.
* </pre>
*
* <code>string query = 1;</code>
Expand All @@ -9235,9 +9228,8 @@ public Builder setQuery(java.lang.String value) {
*
*
* <pre>
* A query in the time series query language format that generates time
* series indicating points in time that the condition should be
* considered active.
* Monitoring Query Language query that generates time series data and
* describes a condition for alerting on that data.
* </pre>
*
* <code>string query = 1;</code>
Expand All @@ -9254,9 +9246,8 @@ public Builder clearQuery() {
*
*
* <pre>
* A query in the time series query language format that generates time
* series indicating points in time that the condition should be
* considered active.
* Monitoring Query Language query that generates time series data and
* describes a condition for alerting on that data.
* </pre>
*
* <code>string query = 1;</code>
Expand Down Expand Up @@ -9738,7 +9729,7 @@ public com.google.monitoring.v3.AlertPolicy.Condition.MetricAbsence getCondition
*
*
* <pre>
* A condition that uses the time series query language format to define
* A condition that uses the Monitoring Query Language to define
* alerts.
* If set, no other conditions can be present.
* </pre>
Expand All @@ -9756,7 +9747,7 @@ public boolean hasConditionTimeSeriesQueryLanguage() {
*
*
* <pre>
* A condition that uses the time series query language format to define
* A condition that uses the Monitoring Query Language to define
* alerts.
* If set, no other conditions can be present.
* </pre>
Expand All @@ -9780,7 +9771,7 @@ public boolean hasConditionTimeSeriesQueryLanguage() {
*
*
* <pre>
* A condition that uses the time series query language format to define
* A condition that uses the Monitoring Query Language to define
* alerts.
* If set, no other conditions can be present.
* </pre>
Expand Down Expand Up @@ -11044,7 +11035,7 @@ public Builder clearConditionAbsent() {
*
*
* <pre>
* A condition that uses the time series query language format to define
* A condition that uses the Monitoring Query Language to define
* alerts.
* If set, no other conditions can be present.
* </pre>
Expand All @@ -11062,7 +11053,7 @@ public boolean hasConditionTimeSeriesQueryLanguage() {
*
*
* <pre>
* A condition that uses the time series query language format to define
* A condition that uses the Monitoring Query Language to define
* alerts.
* If set, no other conditions can be present.
* </pre>
Expand Down Expand Up @@ -11094,7 +11085,7 @@ public boolean hasConditionTimeSeriesQueryLanguage() {
*
*
* <pre>
* A condition that uses the time series query language format to define
* A condition that uses the Monitoring Query Language to define
* alerts.
* If set, no other conditions can be present.
* </pre>
Expand All @@ -11121,7 +11112,7 @@ public Builder setConditionTimeSeriesQueryLanguage(
*
*
* <pre>
* A condition that uses the time series query language format to define
* A condition that uses the Monitoring Query Language to define
* alerts.
* If set, no other conditions can be present.
* </pre>
Expand All @@ -11146,7 +11137,7 @@ public Builder setConditionTimeSeriesQueryLanguage(
*
*
* <pre>
* A condition that uses the time series query language format to define
* A condition that uses the Monitoring Query Language to define
* alerts.
* If set, no other conditions can be present.
* </pre>
Expand Down Expand Up @@ -11187,7 +11178,7 @@ public Builder mergeConditionTimeSeriesQueryLanguage(
*
*
* <pre>
* A condition that uses the time series query language format to define
* A condition that uses the Monitoring Query Language to define
* alerts.
* If set, no other conditions can be present.
* </pre>
Expand Down Expand Up @@ -11216,7 +11207,7 @@ public Builder clearConditionTimeSeriesQueryLanguage() {
*
*
* <pre>
* A condition that uses the time series query language format to define
* A condition that uses the Monitoring Query Language to define
* alerts.
* If set, no other conditions can be present.
* </pre>
Expand All @@ -11233,7 +11224,7 @@ public Builder clearConditionTimeSeriesQueryLanguage() {
*
*
* <pre>
* A condition that uses the time series query language format to define
* A condition that uses the Monitoring Query Language to define
* alerts.
* If set, no other conditions can be present.
* </pre>
Expand All @@ -11260,7 +11251,7 @@ public Builder clearConditionTimeSeriesQueryLanguage() {
*
*
* <pre>
* A condition that uses the time series query language format to define
* A condition that uses the Monitoring Query Language to define
* alerts.
* If set, no other conditions can be present.
* </pre>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
* <pre>
* Required. The query in the time series query language format. The default
* Required. The query in the monitoring query language format. The default
* time zone is in UTC.
* </pre>
*
Expand All @@ -210,7 +210,7 @@ public java.lang.String getQuery() {
*
*
* <pre>
* Required. The query in the time series query language format. The default
* Required. The query in the monitoring query language format. The default
* time zone is in UTC.
* </pre>
*
Expand Down Expand Up @@ -778,7 +778,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
*
*
* <pre>
* Required. The query in the time series query language format. The default
* Required. The query in the monitoring query language format. The default
* time zone is in UTC.
* </pre>
*
Expand All @@ -801,7 +801,7 @@ public java.lang.String getQuery() {
*
*
* <pre>
* Required. The query in the time series query language format. The default
* Required. The query in the monitoring query language format. The default
* time zone is in UTC.
* </pre>
*
Expand All @@ -824,7 +824,7 @@ public com.google.protobuf.ByteString getQueryBytes() {
*
*
* <pre>
* Required. The query in the time series query language format. The default
* Required. The query in the monitoring query language format. The default
* time zone is in UTC.
* </pre>
*
Expand All @@ -846,7 +846,7 @@ public Builder setQuery(java.lang.String value) {
*
*
* <pre>
* Required. The query in the time series query language format. The default
* Required. The query in the monitoring query language format. The default
* time zone is in UTC.
* </pre>
*
Expand All @@ -864,7 +864,7 @@ public Builder clearQuery() {
*
*
* <pre>
* Required. The query in the time series query language format. The default
* Required. The query in the monitoring query language format. The default
* time zone is in UTC.
* </pre>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public interface QueryTimeSeriesRequestOrBuilder
*
*
* <pre>
* Required. The query in the time series query language format. The default
* Required. The query in the monitoring query language format. The default
* time zone is in UTC.
* </pre>
*
Expand All @@ -67,7 +67,7 @@ public interface QueryTimeSeriesRequestOrBuilder
*
*
* <pre>
* Required. The query in the time series query language format. The default
* Required. The query in the monitoring query language format. The default
* time zone is in UTC.
* </pre>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,11 @@ message AlertPolicy {
Trigger trigger = 3;
}

// A condition type that allows alert policies to be defined using the
// time series query language.
// A condition type that allows alert policies to be defined using
// Monitoring Query Language.
message TimeSeriesQueryLanguageCondition {
// A query in the time series query language format that generates time
// series indicating points in time that the condition should be
// considered active.
// Monitoring Query Language query that generates time series data and
// describes a condition for alerting on that data.
string query = 1;

// A short explanation of what the query represents. For example:
Expand Down Expand Up @@ -269,7 +268,7 @@ message AlertPolicy {
// receive new data points.
MetricAbsence condition_absent = 2;

// A condition that uses the time series query language format to define
// A condition that uses the Monitoring Query Language to define
// alerts.
// If set, no other conditions can be present.
TimeSeriesQueryLanguageCondition condition_time_series_query_language = 14;
Expand Down
Loading