Update google/api/usage.proto (#377)

update google/api/usage.proto
This commit is contained in:
ethanbao 2017-06-14 13:17:55 -07:00 committed by GitHub
parent 4ef676e64d
commit cbf6dc5d95
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}