Skip to content

Commit f4ea5f5

Browse files
1 parent 9e9f8c8 commit f4ea5f5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/NetworkServices/AuthzExtension.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)