File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
lib/src/grpc_api/protos/google Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -166,4 +166,3 @@ This will perform a remote docker build in the cloud and deploy a new version.
166
166
You can find the URL to the version that got deployed
167
167
in the output of `gcloud app deploy` (as well as via the
168
168
[Cloud Console](https://console.cloud.google.com) under `AppEngine > Versions`).
169
-
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ message QuotaOperation {
108
108
// Unimplemented. When used in AllocateQuotaRequest, this returns the
109
109
// effective quota limit(s) in the response, and no quota check will be
110
110
// 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
112
112
// services.
113
113
QUERY_ONLY = 4 ;
114
114
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ enum Code {
69
69
// Some requested entity (e.g., file or directory) was not found.
70
70
//
71
71
// 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 ,
73
73
// `NOT_FOUND` may be used. If a request is denied for some users within
74
74
// a class of users, such as user-based access control, `PERMISSION_DENIED`
75
75
// must be used.
You can’t perform that action at this time.
0 commit comments