google-apis-networkmanagement_v1 0.64.0 → 0.66.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e93571f86cad9db1a40628cfe6ba0074b79243bc95e65d9355f03a3b6431744
|
4
|
+
data.tar.gz: f14ccf3ed37d305ce9497fcd7a7f0ca4c12b59a665d711fe522f57d27d8c05b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a9c41abcf8b303bce8bdd05cf9519a7b8e30cdfa2b7ea3abdfa8f60006e80421a43cc6dce18f8f04f36c114fbebee0e10f633f4bd20ddbfc1302c5768a4e048e
|
7
|
+
data.tar.gz: 4d071e9bf89d243ea8ba66af650fc613ffd8b078c11a159d25664d01b33c111ce1113263e1dbcd0f1cbce72cbfca088c85006a644ebd4a80c4eb7ec39c0a5311
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-networkmanagement_v1
|
2
2
|
|
3
|
+
### v0.66.0 (2025-08-03)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250723
|
6
|
+
|
7
|
+
### v0.65.0 (2025-07-27)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250716
|
10
|
+
|
3
11
|
### v0.64.0 (2025-07-13)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250702
|
@@ -1314,6 +1314,11 @@ module Google
|
|
1314
1314
|
# @return [String]
|
1315
1315
|
attr_accessor :cloud_region
|
1316
1316
|
|
1317
|
+
# Output only. The ids of cloud virtual networks of the host.
|
1318
|
+
# Corresponds to the JSON property `cloudVirtualNetworkIds`
|
1319
|
+
# @return [Array<String>]
|
1320
|
+
attr_accessor :cloud_virtual_network_ids
|
1321
|
+
|
1317
1322
|
# Output only. The id of Virtual Private Cloud (VPC) of the host.
|
1318
1323
|
# Corresponds to the JSON property `cloudVpcId`
|
1319
1324
|
# @return [String]
|
@@ -1339,6 +1344,7 @@ module Google
|
|
1339
1344
|
@cloud_project_id = args[:cloud_project_id] if args.key?(:cloud_project_id)
|
1340
1345
|
@cloud_provider = args[:cloud_provider] if args.key?(:cloud_provider)
|
1341
1346
|
@cloud_region = args[:cloud_region] if args.key?(:cloud_region)
|
1347
|
+
@cloud_virtual_network_ids = args[:cloud_virtual_network_ids] if args.key?(:cloud_virtual_network_ids)
|
1342
1348
|
@cloud_vpc_id = args[:cloud_vpc_id] if args.key?(:cloud_vpc_id)
|
1343
1349
|
@cloud_zone = args[:cloud_zone] if args.key?(:cloud_zone)
|
1344
1350
|
@os = args[:os] if args.key?(:os)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworkmanagementV1
|
18
18
|
# Version of the google-apis-networkmanagement_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.66.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250723"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -767,6 +767,7 @@ module Google
|
|
767
767
|
property :cloud_project_id, as: 'cloudProjectId'
|
768
768
|
property :cloud_provider, as: 'cloudProvider'
|
769
769
|
property :cloud_region, as: 'cloudRegion'
|
770
|
+
collection :cloud_virtual_network_ids, as: 'cloudVirtualNetworkIds'
|
770
771
|
property :cloud_vpc_id, as: 'cloudVpcId'
|
771
772
|
property :cloud_zone, as: 'cloudZone'
|
772
773
|
property :os, as: 'os'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-networkmanagement_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.66.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.66.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|