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/system_parameter.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/system_parameter.proto')
-rw-r--r-- | contrib/libs/googleapis-common-protos/google/api/system_parameter.proto | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/libs/googleapis-common-protos/google/api/system_parameter.proto b/contrib/libs/googleapis-common-protos/google/api/system_parameter.proto index 7d0b1d572e..8d29057f77 100644 --- a/contrib/libs/googleapis-common-protos/google/api/system_parameter.proto +++ b/contrib/libs/googleapis-common-protos/google/api/system_parameter.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. @@ -67,7 +67,8 @@ message SystemParameterRule { // Selects the methods to which this rule applies. Use '*' to indicate all // methods in all APIs. // - // Refer to [selector][google.api.DocumentationRule.selector] for syntax details. + // Refer to [selector][google.api.DocumentationRule.selector] for syntax + // details. string selector = 1; // Define parameters. Multiple names may be defined for a parameter. |