From cbf6dc5d95d497b621a5c0e35696355deff336af Mon Sep 17 00:00:00 2001 From: ethanbao Date: Wed, 14 Jun 2017 13:17:55 -0700 Subject: [PATCH] Update google/api/usage.proto (#377) update google/api/usage.proto --- google/api/usage.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/google/api/usage.proto b/google/api/usage.proto index 29c60138..44e88807 100644 --- a/google/api/usage.proto +++ b/google/api/usage.proto @@ -82,4 +82,8 @@ message UsageRule { // True, if the method allows unregistered calls; false otherwise. bool allow_unregistered_calls = 2; + + // True, if the method should skip service control. If so, no control plane + // feature (like quota and billing) will be enabled. + bool skip_service_control = 3; }