aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/googleapis-common-protos/google/api/context.proto
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2024-09-14 10:11:01 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2024-09-14 10:21:16 +0300
commit47df7453282e2d3835d93fd3c4c24f9cbf8adca5 (patch)
treea402399e7a3cb167e36c0526187453916e1beb02 /contrib/libs/googleapis-common-protos/google/api/context.proto
parent5102ecdc728c69dec504df2d376d70fe72936071 (diff)
downloadydb-47df7453282e2d3835d93fd3c4c24f9cbf8adca5.tar.gz
Update contrib/libs/googleapis-common-protos to 1.65.0
commit_hash:68e7d6145701ae2db79846cc7d0139b26561952a
Diffstat (limited to 'contrib/libs/googleapis-common-protos/google/api/context.proto')
-rw-r--r--contrib/libs/googleapis-common-protos/google/api/context.proto6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/libs/googleapis-common-protos/google/api/context.proto b/contrib/libs/googleapis-common-protos/google/api/context.proto
index 78f2813b39..ec76a47f8a 100644
--- a/contrib/libs/googleapis-common-protos/google/api/context.proto
+++ b/contrib/libs/googleapis-common-protos/google/api/context.proto
@@ -74,10 +74,12 @@ message ContextRule {
// details.
string selector = 1;
- // A list of full type names of requested contexts.
+ // A list of full type names of requested contexts, only the requested context
+ // will be made available to the backend.
repeated string requested = 2;
- // A list of full type names of provided contexts.
+ // A list of full type names of provided contexts. It is used to support
+ // propagating HTTP headers and ETags from the response extension.
repeated string provided = 3;
// A list of full type names or extension IDs of extensions allowed in grpc