Skip to content

Commit eda1f7c

Browse files
authored
update terminology used in the protos (dart-archive/appengine#164)
1 parent ca88533 commit eda1f7c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

pkgs/appengine/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,3 @@ This will perform a remote docker build in the cloud and deploy a new version.
166166
You can find the URL to the version that got deployed
167167
in the output of `gcloud app deploy` (as well as via the
168168
[Cloud Console](https://console.cloud.google.com) under `AppEngine > Versions`).
169-

pkgs/appengine/lib/src/grpc_api/protos/google/api/servicecontrol/v1/quota_controller.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ message QuotaOperation {
108108
// Unimplemented. When used in AllocateQuotaRequest, this returns the
109109
// effective quota limit(s) in the response, and no quota check will be
110110
// performed. Not supported for other requests, and even for
111-
// AllocateQuotaRequest, this is currently supported only for whitelisted
111+
// AllocateQuotaRequest, this is currently supported only for allowlisted
112112
// services.
113113
QUERY_ONLY = 4;
114114

pkgs/appengine/lib/src/grpc_api/protos/google/rpc/code.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ enum Code {
6969
// Some requested entity (e.g., file or directory) was not found.
7070
//
7171
// Note to server developers: if a request is denied for an entire class
72-
// of users, such as gradual feature rollout or undocumented whitelist,
72+
// of users, such as gradual feature rollout or undocumented allowlist,
7373
// `NOT_FOUND` may be used. If a request is denied for some users within
7474
// a class of users, such as user-based access control, `PERMISSION_DENIED`
7575
// must be used.

0 commit comments

Comments
 (0)