google-apis-networkmanagement_v1 0.65.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
@@ -1319,6 +1319,11 @@ module Google
|
|
1319
1319
|
# @return [Array<String>]
|
1320
1320
|
attr_accessor :cloud_virtual_network_ids
|
1321
1321
|
|
1322
|
+
# Output only. The id of Virtual Private Cloud (VPC) of the host.
|
1323
|
+
# Corresponds to the JSON property `cloudVpcId`
|
1324
|
+
# @return [String]
|
1325
|
+
attr_accessor :cloud_vpc_id
|
1326
|
+
|
1322
1327
|
# Output only. The cloud zone of the host.
|
1323
1328
|
# Corresponds to the JSON property `cloudZone`
|
1324
1329
|
# @return [String]
|
@@ -1340,6 +1345,7 @@ module Google
|
|
1340
1345
|
@cloud_provider = args[:cloud_provider] if args.key?(:cloud_provider)
|
1341
1346
|
@cloud_region = args[:cloud_region] if args.key?(:cloud_region)
|
1342
1347
|
@cloud_virtual_network_ids = args[:cloud_virtual_network_ids] if args.key?(:cloud_virtual_network_ids)
|
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)
|
1345
1351
|
end
|
@@ -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
|
@@ -768,6 +768,7 @@ module Google
|
|
768
768
|
property :cloud_provider, as: 'cloudProvider'
|
769
769
|
property :cloud_region, as: 'cloudRegion'
|
770
770
|
collection :cloud_virtual_network_ids, as: 'cloudVirtualNetworkIds'
|
771
|
+
property :cloud_vpc_id, as: 'cloudVpcId'
|
771
772
|
property :cloud_zone, as: 'cloudZone'
|
772
773
|
property :os, as: 'os'
|
773
774
|
end
|
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:
|