parent
4ef676e64d
commit
cbf6dc5d95
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue