aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/googleapis-common-protos/google/api/config_change.proto
diff options
context:
space:
mode:
authorbugaevskiy <bugaevskiy@yandex-team.com>2022-07-24 00:18:56 +0300
committerbugaevskiy <bugaevskiy@yandex-team.com>2022-07-24 00:18:56 +0300
commit574b79287767a711217816f3c0719095e56f2b66 (patch)
tree6ec67349afe5d8b61c85bc6fd4bb1331486ece42 /contrib/libs/googleapis-common-protos/google/api/config_change.proto
parentbdfa64a2dfbfa18015103f731c6017fd61a34842 (diff)
downloadydb-574b79287767a711217816f3c0719095e56f2b66.tar.gz
Reimport boost/array as a separate project
Diffstat (limited to 'contrib/libs/googleapis-common-protos/google/api/config_change.proto')
-rw-r--r--contrib/libs/googleapis-common-protos/google/api/config_change.proto5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/libs/googleapis-common-protos/google/api/config_change.proto b/contrib/libs/googleapis-common-protos/google/api/config_change.proto
index 1e787931c1..f1fcde4f79 100644
--- a/contrib/libs/googleapis-common-protos/google/api/config_change.proto
+++ b/contrib/libs/googleapis-common-protos/google/api/config_change.proto
@@ -1,4 +1,4 @@
-// Copyright 2018 Google LLC.
+// Copyright 2015 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -22,7 +22,6 @@ option java_outer_classname = "ConfigChangeProto";
option java_package = "com.google.api";
option objc_class_prefix = "GAPI";
-
// Output generated from semantically comparing two versions of a service
// configuration.
//
@@ -36,7 +35,7 @@ message ConfigChange {
// 'key' is used. If the field has no unique identifier, the numeric index
// is used.
// Examples:
- // - visibility.rules[selector=="google.LibraryService.CreateBook"].restriction
+ // - visibility.rules[selector=="google.LibraryService.ListBooks"].restriction
// - quota.metric_rules[selector=="google"].metric_costs[key=="reads"].value
// - logging.producer_destinations[0]
string element = 1;