diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/Aggregation.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/Aggregation.java index 78cd51af..e5651cb9 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/Aggregation.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/Aggregation.java @@ -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). * * * Protobuf type {@code google.monitoring.v3.Aggregation} @@ -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). * * * Protobuf type {@code google.monitoring.v3.Aggregation} diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/AlertPolicy.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/AlertPolicy.java index 67330356..2a536565 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/AlertPolicy.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/AlertPolicy.java @@ -1533,7 +1533,7 @@ public interface ConditionOrBuilder * * *
-     * 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.
      * 
@@ -1549,7 +1549,7 @@ public interface ConditionOrBuilder * * *
-     * 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.
      * 
@@ -1566,7 +1566,7 @@ public interface ConditionOrBuilder * * *
-     * 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.
      * 
@@ -8530,9 +8530,8 @@ public interface TimeSeriesQueryLanguageConditionOrBuilder * * *
-       * 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; @@ -8544,9 +8543,8 @@ public interface TimeSeriesQueryLanguageConditionOrBuilder * * *
-       * 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; @@ -8586,8 +8584,8 @@ public interface TimeSeriesQueryLanguageConditionOrBuilder * * *
-     * 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.
      * 
* * Protobuf type {@code @@ -8696,9 +8694,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-       * 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; @@ -8720,9 +8717,8 @@ public java.lang.String getQuery() { * * *
-       * 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; @@ -8975,8 +8971,8 @@ protected Builder newBuilderForType( * * *
-       * 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.
        * 
* * Protobuf type {@code @@ -9164,9 +9160,8 @@ public Builder mergeFrom( * * *
-         * 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; @@ -9188,9 +9183,8 @@ public java.lang.String getQuery() { * * *
-         * 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; @@ -9212,9 +9206,8 @@ public com.google.protobuf.ByteString getQueryBytes() { * * *
-         * 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; @@ -9235,9 +9228,8 @@ public Builder setQuery(java.lang.String value) { * * *
-         * 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; @@ -9254,9 +9246,8 @@ public Builder clearQuery() { * * *
-         * 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; @@ -9738,7 +9729,7 @@ public com.google.monitoring.v3.AlertPolicy.Condition.MetricAbsence getCondition * * *
-     * 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.
      * 
@@ -9756,7 +9747,7 @@ public boolean hasConditionTimeSeriesQueryLanguage() { * * *
-     * 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.
      * 
@@ -9780,7 +9771,7 @@ public boolean hasConditionTimeSeriesQueryLanguage() { * * *
-     * 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.
      * 
@@ -11044,7 +11035,7 @@ public Builder clearConditionAbsent() { * * *
-       * 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.
        * 
@@ -11062,7 +11053,7 @@ public boolean hasConditionTimeSeriesQueryLanguage() { * * *
-       * 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.
        * 
@@ -11094,7 +11085,7 @@ public boolean hasConditionTimeSeriesQueryLanguage() { * * *
-       * 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.
        * 
@@ -11121,7 +11112,7 @@ public Builder setConditionTimeSeriesQueryLanguage( * * *
-       * 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.
        * 
@@ -11146,7 +11137,7 @@ public Builder setConditionTimeSeriesQueryLanguage( * * *
-       * 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.
        * 
@@ -11187,7 +11178,7 @@ public Builder mergeConditionTimeSeriesQueryLanguage( * * *
-       * 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.
        * 
@@ -11216,7 +11207,7 @@ public Builder clearConditionTimeSeriesQueryLanguage() { * * *
-       * 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.
        * 
@@ -11233,7 +11224,7 @@ public Builder clearConditionTimeSeriesQueryLanguage() { * * *
-       * 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.
        * 
@@ -11260,7 +11251,7 @@ public Builder clearConditionTimeSeriesQueryLanguage() { * * *
-       * 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.
        * 
diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/QueryTimeSeriesRequest.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/QueryTimeSeriesRequest.java index 024a0e44..04668123 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/QueryTimeSeriesRequest.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/QueryTimeSeriesRequest.java @@ -187,7 +187,7 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-   * 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.
    * 
* @@ -210,7 +210,7 @@ public java.lang.String getQuery() { * * *
-   * 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.
    * 
* @@ -778,7 +778,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
-     * 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.
      * 
* @@ -801,7 +801,7 @@ public java.lang.String getQuery() { * * *
-     * 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.
      * 
* @@ -824,7 +824,7 @@ public com.google.protobuf.ByteString getQueryBytes() { * * *
-     * 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.
      * 
* @@ -846,7 +846,7 @@ public Builder setQuery(java.lang.String value) { * * *
-     * 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.
      * 
* @@ -864,7 +864,7 @@ public Builder clearQuery() { * * *
-     * 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.
      * 
* diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/QueryTimeSeriesRequestOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/QueryTimeSeriesRequestOrBuilder.java index 3a153481..ed501d09 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/QueryTimeSeriesRequestOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/QueryTimeSeriesRequestOrBuilder.java @@ -54,7 +54,7 @@ public interface QueryTimeSeriesRequestOrBuilder * * *
-   * 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.
    * 
* @@ -67,7 +67,7 @@ public interface QueryTimeSeriesRequestOrBuilder * * *
-   * 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.
    * 
* diff --git a/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/alert.proto b/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/alert.proto index d569c115..56d257a5 100644 --- a/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/alert.proto +++ b/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/alert.proto @@ -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: @@ -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; diff --git a/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/common.proto b/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/common.proto index f3068849..4067560f 100644 --- a/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/common.proto +++ b/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/common.proto @@ -102,8 +102,8 @@ message TimeInterval { // 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). message Aggregation { // The `Aligner` specifies the operation that will be applied to the data // points in each alignment period in a time series. Except for diff --git a/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/metric_service.proto b/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/metric_service.proto index d03c052a..0dc1fbc3 100644 --- a/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/metric_service.proto +++ b/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/metric_service.proto @@ -423,7 +423,7 @@ message QueryTimeSeriesRequest { // projects/[PROJECT_ID_OR_NUMBER] string name = 1; - // 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. string query = 7; diff --git a/synth.metadata b/synth.metadata index b2d3fab9..2581fbfa 100644 --- a/synth.metadata +++ b/synth.metadata @@ -1,12 +1,13 @@ { - "updateTime": "2020-04-01T23:29:48.169709Z", + "updateTime": "2020-04-02T22:07:15.608665Z", "sources": [ { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "fd83ab212176a1042e8d45ea90766b3bf59ac679", - "internalRef": "302913609" + "sha": "1346f5c11a0376bc82c5c03259b304de52671518", + "internalRef": "304467075", + "log": "1346f5c11a0376bc82c5c03259b304de52671518\nRefresh public client library for Cloud Monitoring.\nIncrease default ListTimeSeries deadline to 90s.\n\nPiperOrigin-RevId: 304467075\n\n4a6cfccb4a32cb28db7366295d90078c6af3112f\ndocs: Fix link in monitoring summary description.\n\nPiperOrigin-RevId: 304438717\n\n6e2ea9a4b63a264090f1bd4b5b25766a3f634f3a\nfix: add interface name overrides back to logging gapic config.\n\ncommitter: @hzyi-google\nPiperOrigin-RevId: 304438432\n\n01f3ccbaa66cf3ae4e3b9fd140b1ecfbe54a3ed0\nFix: Add package/namespace options for C#, Ruby and PHP in remaining protos.\n\nPiperOrigin-RevId: 304416658\n\nb89abbf12cd3c086abddcd79adb0a653349f960a\nchore(google/maps): Rename nox.py to noxfile.py\n\nupstream wip fix here: https://github.com/googleapis/gapic-generator/pull/3156\n\nPiperOrigin-RevId: 304411146\n\nbbf26d7f11fae7789b13959bf100983c496c9807\nSynchronize new proto/yaml changes.\n\nPiperOrigin-RevId: 304409906\n\n75047719f704d61f405cac6d7439637ab36c1232\nfix Dataproc: add missing `REQUIRED` annotation.\n\nPiperOrigin-RevId: 304305096\n\n7e1b880fd5d477176cf9b0bb9b137b9bea56e787\nAdd Ruby/PHP namespace options\n\nPiperOrigin-RevId: 304288402\n\naba342359b6743353195ca53f944fe71e6fb6cd4\nchore: add java assembly target for accesscontextmanager BUILD.bazel\n\nPiperOrigin-RevId: 304207684\n\ndc65f39f33cb139b3a2244199a3e722a4d94b679\nFor Secret Manager v1 and v1beta1, noted Secret ID character limitations.\n\nPiperOrigin-RevId: 304035052\n\n2ee8c4d06db823c29a127709e66c35e38b6e98ab\nchore(deps): Update gax-java dependency\nThis is to integrate java11 incompatibility fix\n\nPiperOrigin-RevId: 304032057\n\nb5c94cec71ea9b840dc0110a0275323313ecc85a\nchore: add java assembly target for orgpolicy BUILD.bazel\n\nPiperOrigin-RevId: 304021854\n\n690f4d6344197fde775230cec165a9db3b3929c7\nchore: use the latest protoc-java-resource-name-plugin in third_party/googleapis WORKSPACE.\n- trace up only one level when calculating parent types with singleton resource names\n\nPiperOrigin-RevId: 304007414\n\n87144228bd9920b824996355f27891310fad5a32\nEnable gapic v2 for DLP.\n\nCommitter: @hzyi-google\nPiperOrigin-RevId: 303999064\n\n17cfae00f2bb51cb1683f017da7e295a1b0f01a8\nAdd a new AuthorizationType for Data Source Definition.\n\nPiperOrigin-RevId: 303992863\n\n6da3d64919c006ef40cad2026f1e39084253afe2\nfix(google/maps): Change importpath to developers.google.com/maps/go.\n\nPiperOrigin-RevId: 303976942\n\n2983dccde54f0ce31793e1e628379616c468aea0\nbuild(google/maps): only modify root build.gradle with ext plugin\n\nPiperOrigin-RevId: 303975876\n\n00f0a285f2716ce57e98afe500e450b17b556ff8\nfix: Integerate gapic-generator java_gapic rules Java11 fix\n\nPiperOrigin-RevId: 303899179\n\na62857d26bd2ae15aec13a9244989e4104195b63\nfix: add proto_package to the artman config of dataproc v1beta2 to make artman smoketest pass.\n\nPiperOrigin-RevId: 303853989\n\nf260ba248df934fd4ddc22950fb529a59d79e0b5\nchore: use the latest gapic-generator in googleapis WORKSPACE.\n- PHP multi-pattern resource name support.\n- Trace up only one level when calculating parent types with singleton resource names\n\nPiperOrigin-RevId: 303836059\n\n89c7d455fffa5d8a7e73c2f4da43a74605ed72a6\nfeat: Add client library options to OsConfigService v1 patch APIs.\n\nPiperOrigin-RevId: 303831150\n\na45b0a2a8f6f497547ab531a4da978c76441d076\ndataproc: add back non-default retry parameters.\ncommitter: @hzyi-google\n\nPiperOrigin-RevId: 303830177\n\nad895ce95f1f6d2261fbbc3e8897958294e4f017\nenable gapic v2 for containeranalysis.\ncommitter: @hzyi-google\n\nPiperOrigin-RevId: 303821111\n\nbaf83e521834b67397839bcbe2d7864b49e38787\nAdding \"resource_reference\" annotations to services.\n\nPiperOrigin-RevId: 303791704\n\n7be2811ad17013a5ea24cd75dfd9e399dd6e18fe\nfix: Update gapic-generator version to pickup discogapic fixes\n\nPiperOrigin-RevId: 303545940\n\nb655808b3481a92f478ae2f828a6ce8220e40f32\ncloudasset: add org policy and access context manager protos to client libraries.\n\nPiperOrigin-RevId: 303527638\n\nd8c5da9a9471659b51d5862dd2ea7ad3c4bc49ef\nPopulate BAZEL.build files for AccessContextManager.\n\nPiperOrigin-RevId: 303526825\n\ncf9db7161cb9d4dbef06cd8bf5354ec485e51e2d\nPopulate BAZEL.build files for OrgPolicy.\n\nPiperOrigin-RevId: 303526702\n\n558b800ed594acc02555cc560fbb39c0e42bc438\nchore: turn on gapic v2 for Dataproc API.\nfix:\n- add missing method signatures\n- remove resource_reference not on a string field\n- adjust resource name pattern orders\n\nPiperOrigin-RevId: 303431167\n\n8eb444cf5ff63f68d826acbb37b2ac3da58655fb\nAdd logging protos for Recommender v1beta1.\n\nPiperOrigin-RevId: 303426030\n\n48a166ce9f6e2a88b10947341b37336fe9dd3478\nPush of PHP, C# and Ruby namespaces\n\nPiperOrigin-RevId: 303302813\n\n42f77489b300df2e27c84a7b65c4e8f04da20981\nThis is first release of the API protos and Bazel BUILD files for the Analytics Management API V1alpha.\n\nPiperOrigin-RevId: 303241805\n\n8bea81bfa461698981b3d3a488a95633d2f6e9ff\nchore: use latest protoc-java-resource-name-plugin in bazel WORKSPACE.\nnew commits:\n- fix: stop generating `parseList` and `toStringList` if a multi-pattern resource name has subclasses (#79)\n\ncommitter: @hzyi-google\nPiperOrigin-RevId: 303197602\n\nb14af92e565264675d6b12cd2c0ded6c94ddd7f8\nfix talent API incorrect placeholders in two resource name patterns.\ncommitter: @hzyi-google\n\nPiperOrigin-RevId: 303189497\n\n8e22db908ae09e1f7e2802c03b4563fd6b524e0e\nchore(google/maps): Update postprocessing script for Java.\n\n- Update root build.gradle to load local plugin\n- Change com.google.api.grpc group to com.google.maps\n\nPiperOrigin-RevId: 303176850\n\n65816afa71e588252b7119dc723592abe51ea106\nbazel: update gapic-generator-go to v0.12.5 and gapic-generator hash\n\nChanges to gapic-generator-go include:\n* feat: strip invalid link references in comments\n* chore: updating Go deps in bazel repositories\n\nChanges to gapic-generator include:\n* fix: bazel go build gen check for cloud in proto pkg name\n* Revert \"feat: allow static substitution for group name\"\n\nPiperOrigin-RevId: 303150338\n\nd4aa417ed2bba89c2d216900282bddfdafef6128\nFix incorrect retry config in gapic v2 for kms.\n\nPiperOrigin-RevId: 303010132\n\nfd08334533204fdd1b33f79fcb263dbb5bf13de0\nfix: osconfig/v1 update go_gapic_library target to microgen interface\n\nPiperOrigin-RevId: 303007866\n\ne2c0f2a0e06d86b50aba98f67f9f291587d986b3\nUpdate comments for google/rpc/error_details.proto.\n\nPiperOrigin-RevId: 303002528\n\nf786c7586748e78a286b1620ff3ddbf7b4dcab92\nfeat: Add OsConfigService v1 patch APIs.\n\nPiperOrigin-RevId: 302999346\n\n0341fa3fc2f4073a1b1f260d37b2ce620799f545\nTurn on gapic config v2 for kms.\n\nCommitter: @hzyi-google\nPiperOrigin-RevId: 302980301\n\n32dc6e832039b61ac3fb82c72eb0a27570aebcd6\nredis: v1beta1 enables REDIS_5_0 as an option for redis_version field and adds two new redis configs --stream-node-max-entries --stream-node-max-bytes\n\nPiperOrigin-RevId: 302958009\n\n685f16483cc4d87c35051f21f8f13ef4fdc919b4\nredis: v1 enables REDIS_5_0 as an option for redis_version field and adds two new redis configs --stream-node-max-entries --stream-node-max-bytes\n\nPiperOrigin-RevId: 302957729\n\n733cb282ae5e64673ef86c9a5dff647df803d8b7\nAdd GAPIC cofiguration for v1 client library genetration.\n\nPiperOrigin-RevId: 302928200\n\n1b0fff5f2ec6dc4a9443d9b50e70e9c94c30c45b\ndocs: remove an internal lint declaration\n\nPiperOrigin-RevId: 302928106\n\n2be23f3f3036a6f7ce0844def3d2d3da74e5d415\nfix(google/maps): Add post-processing rules for Google Maps APIs\n\nPiperOrigin-RevId: 302925222\n\n" } }, {