Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions api_names_out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -300337,6 +300337,8 @@
"/networkmanagement:v1/ListOperationsResponse/nextPageToken": next_page_token
"/networkmanagement:v1/ListOperationsResponse/operations": operations
"/networkmanagement:v1/ListOperationsResponse/operations/operation": operation
"/networkmanagement:v1/ListOperationsResponse/unreachable": unreachable
"/networkmanagement:v1/ListOperationsResponse/unreachable/unreachable": unreachable
"/networkmanagement:v1/ListVpcFlowLogsConfigsResponse": list_vpc_flow_logs_configs_response
"/networkmanagement:v1/ListVpcFlowLogsConfigsResponse/nextPageToken": next_page_token
"/networkmanagement:v1/ListVpcFlowLogsConfigsResponse/unreachable": unreachable
Expand Down Expand Up @@ -300720,6 +300722,7 @@
"/networkmanagement:v1/networkmanagement.organizations.locations.operations.list/name": name
"/networkmanagement:v1/networkmanagement.organizations.locations.operations.list/pageSize": page_size
"/networkmanagement:v1/networkmanagement.organizations.locations.operations.list/pageToken": page_token
"/networkmanagement:v1/networkmanagement.organizations.locations.operations.list/returnPartialSuccess": return_partial_success
"/networkmanagement:v1/networkmanagement.organizations.locations.vpcFlowLogsConfigs.create": create_organization_location_vpc_flow_logs_config
"/networkmanagement:v1/networkmanagement.organizations.locations.vpcFlowLogsConfigs.create/parent": parent
"/networkmanagement:v1/networkmanagement.organizations.locations.vpcFlowLogsConfigs.create/vpcFlowLogsConfigId": vpc_flow_logs_config_id
Expand Down Expand Up @@ -300774,6 +300777,7 @@
"/networkmanagement:v1/networkmanagement.projects.locations.global.operations.list/name": name
"/networkmanagement:v1/networkmanagement.projects.locations.global.operations.list/pageSize": page_size
"/networkmanagement:v1/networkmanagement.projects.locations.global.operations.list/pageToken": page_token
"/networkmanagement:v1/networkmanagement.projects.locations.global.operations.list/returnPartialSuccess": return_partial_success
"/networkmanagement:v1/networkmanagement.projects.locations.list": list_project_locations
"/networkmanagement:v1/networkmanagement.projects.locations.list/extraLocationTypes": extra_location_types
"/networkmanagement:v1/networkmanagement.projects.locations.list/filter": filter
Expand Down
4 changes: 4 additions & 0 deletions generated/google-apis-networkmanagement_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-networkmanagement_v1

### v0.71.0 (2025-10-05)

* Regenerated from discovery document revision 20250925

### v0.70.0 (2025-09-14)

* Regenerated from discovery document revision 20250905
Expand Down
Loading