You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: API.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -838,7 +838,7 @@ MoveRoutes takes an array of routeIds and moves them to a new namespace
838
838
| Field | Type | Description |
839
839
| ----- | ---- | ----------- |
840
840
| groups |[repeated string](#string)| Explicit list of group IDs/names to include. |
841
-
| infer_from_ppl |[ bool](#bool)| Infer group IDs/names based on PPL groups criteria. (Not yet implemented.) |
841
+
|[**oneof**](https://developers.google.com/protocol-buffers/docs/proto3#oneof)_infer_from_ppl.infer_from_ppl |[optional bool](#bool)| Infer group IDs/names based on PPL groups criteria. (Not yet implemented.) |
842
842
<!-- end Fields -->
843
843
<!-- end HasFields -->
844
844
@@ -914,7 +914,7 @@ LoadRoutesRequest
914
914
915
915
### Route
916
916
Route defines a proxy route's settings and policy associations
0 commit comments