diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-04-05 09:45:34 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-04-05 09:45:34 +0300 |
commit | d66e99ee21633e529e77c1ab09c1f998cbd678af (patch) | |
tree | f1971f993730029e967f8c6e7e3c058dc52847a9 /contrib/libs/googleapis-common-protos/google/api/quota.proto | |
parent | 2d855b352786046d8b13b64ea1d4d9b39e745339 (diff) | |
download | ydb-d66e99ee21633e529e77c1ab09c1f998cbd678af.tar.gz |
Update contrib/libs/googleapis-common-protos to 1.59.0
Diffstat (limited to 'contrib/libs/googleapis-common-protos/google/api/quota.proto')
-rw-r--r-- | contrib/libs/googleapis-common-protos/google/api/quota.proto | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/libs/googleapis-common-protos/google/api/quota.proto b/contrib/libs/googleapis-common-protos/google/api/quota.proto index 3272cdae5c..7ccc102fc7 100644 --- a/contrib/libs/googleapis-common-protos/google/api/quota.proto +++ b/contrib/libs/googleapis-common-protos/google/api/quota.proto @@ -1,4 +1,4 @@ -// Copyright 2015 Google LLC +// Copyright 2023 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -87,7 +87,8 @@ message Quota { message MetricRule { // Selects the methods to which this rule applies. // - // Refer to [selector][google.api.DocumentationRule.selector] for syntax details. + // Refer to [selector][google.api.DocumentationRule.selector] for syntax + // details. string selector = 1; // Metrics to update when the selected methods are called, and the associated |