Skip to content

Commit d166056

Browse files
feat: [NetworkManagement] Add API fields related to GKE Pods and Network Policies (#8945)
* feat: Add API fields related to GKE Pods and Network Policies PiperOrigin-RevId: 875021492 Source-Link: googleapis/googleapis@69bf99a Source-Link: googleapis/googleapis-gen@e2b09e5 Copy-Tag: eyJwIjoiTmV0d29ya01hbmFnZW1lbnQvLk93bEJvdC55YW1sIiwiaCI6ImUyYjA5ZTU5OTE1YjVkMTI1YzdjMDdjNDQwMjI2MWZlZWI1YjIwYmMifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 89ea8d1 commit d166056

14 files changed

Lines changed: 615 additions & 0 deletions

File tree

1.06 KB
Binary file not shown.

NetworkManagement/samples/V1/OrganizationVpcFlowLogsServiceClient/list_locations.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131

3232
/**
3333
* Lists information about the supported locations for this service.
34+
This method can be called in two ways:
35+
36+
* **List all public locations:** Use the path `GET /v1/locations`.
37+
* **List project-visible locations:** Use the path
38+
`GET /v1/projects/{project_id}/locations`. This may include public
39+
locations as well as private or other locations specifically visible
40+
to the project.
3441
*
3542
* This sample has been automatically generated and should be regarded as a code
3643
* template only. It will require modifications to work:

NetworkManagement/samples/V1/ReachabilityServiceClient/list_locations.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131

3232
/**
3333
* Lists information about the supported locations for this service.
34+
This method can be called in two ways:
35+
36+
* **List all public locations:** Use the path `GET /v1/locations`.
37+
* **List project-visible locations:** Use the path
38+
`GET /v1/projects/{project_id}/locations`. This may include public
39+
locations as well as private or other locations specifically visible
40+
to the project.
3441
*
3542
* This sample has been automatically generated and should be regarded as a code
3643
* template only. It will require modifications to work:

NetworkManagement/samples/V1/VpcFlowLogsServiceClient/list_locations.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131

3232
/**
3333
* Lists information about the supported locations for this service.
34+
This method can be called in two ways:
35+
36+
* **List all public locations:** Use the path `GET /v1/locations`.
37+
* **List project-visible locations:** Use the path
38+
`GET /v1/projects/{project_id}/locations`. This may include public
39+
locations as well as private or other locations specifically visible
40+
to the project.
3441
*
3542
* This sample has been automatically generated and should be regarded as a code
3643
* template only. It will require modifications to work:

NetworkManagement/src/V1/Client/OrganizationVpcFlowLogsServiceClient.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,13 @@ public function getLocation(GetLocationRequest $request, array $callOptions = []
590590

591591
/**
592592
* Lists information about the supported locations for this service.
593+
This method can be called in two ways:
594+
595+
* **List all public locations:** Use the path `GET /v1/locations`.
596+
* **List project-visible locations:** Use the path
597+
`GET /v1/projects/{project_id}/locations`. This may include public
598+
locations as well as private or other locations specifically visible
599+
to the project.
593600
*
594601
* The async variant is
595602
* {@see OrganizationVpcFlowLogsServiceClient::listLocationsAsync()} .

NetworkManagement/src/V1/Client/ReachabilityServiceClient.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,13 @@ public function getLocation(GetLocationRequest $request, array $callOptions = []
560560

561561
/**
562562
* Lists information about the supported locations for this service.
563+
This method can be called in two ways:
564+
565+
* **List all public locations:** Use the path `GET /v1/locations`.
566+
* **List project-visible locations:** Use the path
567+
`GET /v1/projects/{project_id}/locations`. This may include public
568+
locations as well as private or other locations specifically visible
569+
to the project.
563570
*
564571
* The async variant is {@see ReachabilityServiceClient::listLocationsAsync()} .
565572
*

NetworkManagement/src/V1/Client/VpcFlowLogsServiceClient.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,13 @@ public function getLocation(GetLocationRequest $request, array $callOptions = []
650650

651651
/**
652652
* Lists information about the supported locations for this service.
653+
This method can be called in two ways:
654+
655+
* **List all public locations:** Use the path `GET /v1/locations`.
656+
* **List project-visible locations:** Use the path
657+
`GET /v1/projects/{project_id}/locations`. This may include public
658+
locations as well as private or other locations specifically visible
659+
to the project.
653660
*
654661
* The async variant is {@see VpcFlowLogsServiceClient::listLocationsAsync()} .
655662
*

NetworkManagement/src/V1/DropInfo/Cause.php

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

NetworkManagement/src/V1/GkeNetworkPolicyInfo.php

Lines changed: 185 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

NetworkManagement/src/V1/GkeNetworkPolicySkippedInfo.php

Lines changed: 68 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)