File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -101,9 +101,10 @@ class AuthzExtension extends \Google\Collection
101101 */
102102 public $ labels ;
103103 /**
104- * Required . All backend services and forwarding rules referenced by this
104+ * Optional . All backend services and forwarding rules referenced by this
105105 * extension must share the same load balancing scheme. Supported values:
106- * `INTERNAL_MANAGED`, `EXTERNAL_MANAGED`. For more information, refer to
106+ * `INTERNAL_MANAGED`, `EXTERNAL_MANAGED`. Can be omitted for AuthzExtensions
107+ * that do not reference a backend service. For more information, refer to
107108 * [Backend services overview](https://cloud.google.com/load-
108109 * balancing/docs/backend-service).
109110 *
@@ -275,9 +276,10 @@ public function getLabels()
275276 return $ this ->labels ;
276277 }
277278 /**
278- * Required . All backend services and forwarding rules referenced by this
279+ * Optional . All backend services and forwarding rules referenced by this
279280 * extension must share the same load balancing scheme. Supported values:
280- * `INTERNAL_MANAGED`, `EXTERNAL_MANAGED`. For more information, refer to
281+ * `INTERNAL_MANAGED`, `EXTERNAL_MANAGED`. Can be omitted for AuthzExtensions
282+ * that do not reference a backend service. For more information, refer to
281283 * [Backend services overview](https://cloud.google.com/load-
282284 * balancing/docs/backend-service).
283285 *
You can’t perform that action at this time.
0 commit comments