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 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.73.0 (2025-11-16)

* Regenerated from discovery document revision 20251105

### v0.72.0 (2025-11-02)

* Regenerated from discovery document revision 20251022
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module NetworkmanagementV1
# Version of the google-apis-networkmanagement_v1 gem
GEM_VERSION = "0.72.0"
GEM_VERSION = "0.73.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.18.0"

# Revision of the discovery document this client was generated from
REVISION = "20251022"
REVISION = "20251105"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def get_organization_location_vpc_flow_logs_config(name, fields: nil, quota_user
# Lists all `VpcFlowLogsConfigs` in a given organization.
# @param [String] parent
# Required. The parent resource of the VpcFlowLogsConfig, in one of the
# following formats: - For project-level resourcs: `projects/`project_id`/
# following formats: - For project-level resources: `projects/`project_id`/
# locations/global` - For organization-level resources: `organizations/`
# organization_id`/locations/global`
# @param [String] filter
Expand Down Expand Up @@ -1206,7 +1206,7 @@ def get_project_location_vpc_flow_logs_config(name, fields: nil, quota_user: nil
# Lists all `VpcFlowLogsConfigs` in a given project.
# @param [String] parent
# Required. The parent resource of the VpcFlowLogsConfig, in one of the
# following formats: - For project-level resourcs: `projects/`project_id`/
# following formats: - For project-level resources: `projects/`project_id`/
# locations/global` - For organization-level resources: `organizations/`
# organization_id`/locations/global`
# @param [String] filter
Expand Down