Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [NetworkManagement] add fields related to PBR and NCC routes to API #6547

Merged
merged 10 commits into from
Aug 10, 2023
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