Skip to content

Commit

Permalink
feat: add fields related to PBR and NCC routes to API (#6547)
Browse files Browse the repository at this point in the history
* build: do not create bazel-* symlinks
PiperOrigin-RevId: 555307834
Source-Link: googleapis/googleapis@43f0276
Source-Link: googleapis/googleapis-gen@f340c3f
Copy-Tag: eyJwIjoiTmV0d29ya01hbmFnZW1lbnQvLk93bEJvdC55YW1sIiwiaCI6ImYzNDBjM2Y5NDA4Zjg3YTkzYWI2NzYyMzMxODFiMjczOGRlNGE5ZmUifQ==

* feat: add dynamic probing fields to v1 API
PiperOrigin-RevId: 555400116
Source-Link: googleapis/googleapis@4f43e4b
Source-Link: googleapis/googleapis-gen@0c74f58
Copy-Tag: eyJwIjoiTmV0d29ya01hbmFnZW1lbnQvLk93bEJvdC55YW1sIiwiaCI6IjBjNzRmNTgwMWZlNjk2MDY0NzkxM2QwNzNmNjJmNDZhNDkwMmExM2MifQ==

* feat: add fields related to load balancers to API
PiperOrigin-RevId: 555407973
Source-Link: googleapis/googleapis@ecf3eb1
Source-Link: googleapis/googleapis-gen@81673ce
Copy-Tag: eyJwIjoiTmV0d29ya01hbmFnZW1lbnQvLk93bEJvdC55YW1sIiwiaCI6IjgxNjczY2U4ZTc0ZjdiMDhiNjI4ZGY5OTNlZjBhNGMwZDJhNDI2OGQifQ==

* feat: add new abort and drop causes to API
PiperOrigin-RevId: 555409746
Source-Link: googleapis/googleapis@76abecc
Source-Link: googleapis/googleapis-gen@f2edcb3
Copy-Tag: eyJwIjoiTmV0d29ya01hbmFnZW1lbnQvLk93bEJvdC55YW1sIiwiaCI6ImYyZWRjYjNjNTU4YzQwYjM3NmI1MjZjYWU1NTUyMTNjMjBmN2IxYTgifQ==

* feat: add fields related to PBR and NCC routes to API
PiperOrigin-RevId: 555412817
Source-Link: googleapis/googleapis@92435df
Source-Link: googleapis/googleapis-gen@3371892
Copy-Tag: eyJwIjoiTmV0d29ya01hbmFnZW1lbnQvLk93bEJvdC55YW1sIiwiaCI6IjMzNzE4OTI0ZGRjM2I0NTBhZjdjNTlhNDFlNjUxYTQzMDVkMTdhMmIifQ==
  • Loading branch information
gcf-owl-bot[bot] authored Aug 10, 2023
1 parent 1d2e74e commit 7300050
Show file tree
Hide file tree
Showing 34 changed files with 3,015 additions and 30 deletions.
Binary file modified NetworkManagement/metadata/V1/ConnectivityTest.php
Binary file not shown.
Binary file modified NetworkManagement/metadata/V1/Trace.php
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
* * Must end with a number or a letter.
* * Must be unique within the customer project
* @param string $resourceName Unique name of the resource using the form:
* `projects/{project_id}/locations/global/connectivityTests/{test_id}`
* `projects/{project_id}/locations/global/connectivityTests/{test}`
*/
function create_connectivity_test_sample(
string $parent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* in `ConnectivityTest` for for more details.
*
* @param string $resourceName Unique name of the resource using the form:
* `projects/{project_id}/locations/global/connectivityTests/{test_id}`
* `projects/{project_id}/locations/global/connectivityTests/{test}`
*/
function update_connectivity_test_sample(string $resourceName): void
{
Expand Down
48 changes: 48 additions & 0 deletions NetworkManagement/src/V1/AbortInfo/Cause.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

169 changes: 169 additions & 0 deletions NetworkManagement/src/V1/AppEngineVersionInfo.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7300050

Please sign in to comment.