Skip to content

Commit 911cc7e

Browse files
1 parent 5400021 commit 911cc7e

File tree

3 files changed

+24
-20
lines changed

3 files changed

+24
-20
lines changed

src/NetworkManagement/Resource/OrganizationsLocations.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ public function get($name, $optParams = [])
4747
/**
4848
* Lists information about the supported locations for this service. This method
4949
* lists locations based on the resource scope provided in the
50-
* [ListLocationsRequest.name] field: * **Global locations**: If `name` is
51-
* empty, the method lists the public locations available to all projects. *
52-
* **Project-specific locations**: If `name` follows the format
53-
* `projects/{project}`, the method lists locations visible to that specific
54-
* project. This includes public, private, or other project-specific locations
55-
* enabled for the project. For gRPC and client library implementations, the
56-
* resource name is passed as the `name` field. For direct service calls, the
57-
* resource name is incorporated into the request path based on the specific
58-
* service implementation and version. (locations.listOrganizationsLocations)
50+
* ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
51+
* the method lists the public locations available to all projects. * **Project-
52+
* specific locations**: If `name` follows the format `projects/{project}`, the
53+
* method lists locations visible to that specific project. This includes
54+
* public, private, or other project-specific locations enabled for the project.
55+
* For gRPC and client library implementations, the resource name is passed as
56+
* the `name` field. For direct service calls, the resource name is incorporated
57+
* into the request path based on the specific service implementation and
58+
* version. (locations.listOrganizationsLocations)
5959
*
6060
* @param string $name The resource that owns the locations collection, if
6161
* applicable.

src/NetworkManagement/Resource/ProjectsLocations.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ public function get($name, $optParams = [])
4747
/**
4848
* Lists information about the supported locations for this service. This method
4949
* lists locations based on the resource scope provided in the
50-
* [ListLocationsRequest.name] field: * **Global locations**: If `name` is
51-
* empty, the method lists the public locations available to all projects. *
52-
* **Project-specific locations**: If `name` follows the format
53-
* `projects/{project}`, the method lists locations visible to that specific
54-
* project. This includes public, private, or other project-specific locations
55-
* enabled for the project. For gRPC and client library implementations, the
56-
* resource name is passed as the `name` field. For direct service calls, the
57-
* resource name is incorporated into the request path based on the specific
58-
* service implementation and version. (locations.listProjectsLocations)
50+
* ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
51+
* the method lists the public locations available to all projects. * **Project-
52+
* specific locations**: If `name` follows the format `projects/{project}`, the
53+
* method lists locations visible to that specific project. This includes
54+
* public, private, or other project-specific locations enabled for the project.
55+
* For gRPC and client library implementations, the resource name is passed as
56+
* the `name` field. For direct service calls, the resource name is incorporated
57+
* into the request path based on the specific service implementation and
58+
* version. (locations.listProjectsLocations)
5959
*
6060
* @param string $name The resource that owns the locations collection, if
6161
* applicable.

src/NetworkManagement/RouteInfo.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,9 @@ class RouteInfo extends \Google\Collection
258258
/**
259259
* Region of the route. DYNAMIC, PEERING_DYNAMIC, POLICY_BASED and ADVERTISED
260260
* routes only. If set for POLICY_BASED route, this is a region of VLAN
261-
* attachments for Cloud Interconnect the route applies to.
261+
* attachments for Cloud Interconnect the route applies to. If set to "all"
262+
* for POLICY_BASED route, the route applies to VLAN attachments of Cloud
263+
* Interconnect in all regions.
262264
*
263265
* @var string
264266
*/
@@ -610,7 +612,9 @@ public function getProtocols()
610612
/**
611613
* Region of the route. DYNAMIC, PEERING_DYNAMIC, POLICY_BASED and ADVERTISED
612614
* routes only. If set for POLICY_BASED route, this is a region of VLAN
613-
* attachments for Cloud Interconnect the route applies to.
615+
* attachments for Cloud Interconnect the route applies to. If set to "all"
616+
* for POLICY_BASED route, the route applies to VLAN attachments of Cloud
617+
* Interconnect in all regions.
614618
*
615619
* @param string $region
616620
*/

0 commit comments

Comments
 (0)