Skip to content

Commit d82a010

Browse files
chore: Release library Google.Cloud.EdgeNetwork.V1 version 1.5.0
### New features - A new field `remote_peering_network_type` is added to message `google.cloud.edgenetwork.v1.Interconnect` - A new field `peering_type` is added to message `google.cloud.edgenetwork.v1.InterconnectAttachment` ### Documentation improvements - Fix typos in comments - Swap comments on `BONDED` and `NON_BONDED` enums in `BondingType` Librarian-Release-Library: Google.Cloud.EdgeNetwork.V1 Librarian-Release-Version: 1.5.0 Librarian-Release-ID: release-20251028T082304Z
1 parent baa2600 commit d82a010

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

apis/Google.Cloud.EdgeNetwork.V1/Google.Cloud.EdgeNetwork.V1/Google.Cloud.EdgeNetwork.V1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<Version>1.4.0</Version>
4+
<Version>1.5.0</Version>
55
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Recommended Google client library to access the Google Distributed Cloud Edge Network API, which enables a management for Distributed Cloud Edge.</Description>

apis/Google.Cloud.EdgeNetwork.V1/docs/history.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Version history
22

3+
## Version 1.5.0, released 2025-10-28
4+
5+
### New features
6+
7+
- A new field `remote_peering_network_type` is added to message `google.cloud.edgenetwork.v1.Interconnect`
8+
- A new field `peering_type` is added to message `google.cloud.edgenetwork.v1.InterconnectAttachment`
9+
10+
### Documentation improvements
11+
12+
- Fix typos in comments
13+
- Swap comments on `BONDED` and `NON_BONDED` enums in `BondingType`
14+
315
## Version 1.4.0, released 2024-07-08
416

517
### New features

generator-input/apis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2570,7 +2570,7 @@
25702570
},
25712571
{
25722572
"id": "Google.Cloud.EdgeNetwork.V1",
2573-
"version": "1.4.0",
2573+
"version": "1.5.0",
25742574
"type": "grpc",
25752575
"productName": "Distributed Cloud Edge Network",
25762576
"productUrl": "https://cloud.google.com/distributed-cloud/edge/latest/docs/overview",

generator-input/pipeline-state.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,11 +1474,12 @@
14741474
},
14751475
{
14761476
"id": "Google.Cloud.EdgeNetwork.V1",
1477-
"currentVersion": "1.4.0",
1477+
"currentVersion": "1.5.0",
14781478
"generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC",
14791479
"releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC",
1480-
"releaseTimestamp": "2024-07-08T16:38:20Z",
1480+
"releaseTimestamp": "2025-10-28T08:31:59.400558160Z",
14811481
"lastGeneratedCommit": "b1a9eefc2e1021fb9465bdac5e2984499451ae34",
1482+
"lastReleasedCommit": "b1a9eefc2e1021fb9465bdac5e2984499451ae34",
14821483
"apiPaths": [
14831484
"google/cloud/edgenetwork/v1"
14841485
],

0 commit comments

Comments
 (0)