google-apis-networkmanagement_v1 0.64.0 → 0.65.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: 363dadd03703847db7dd0aa1c2bd06819676d65c3f323f6460f12dd0f8293de4
|
4
|
+
data.tar.gz: 2a0a9d12ddcf4d1b834c07e4d7145cfb6aa71a893686b6a9038eda152255ccac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b7242d81f6045dc35099d2371de5ea9ef19d42df1c3fd1a85d7d46f26597d5a0d25f8157b2d772e1254dabf67b3758a55df0c1d98544e3c260052c21b96a491
|
7
|
+
data.tar.gz: ee56b7c37caaae22478ffabedda3f21c067eb6933c28997daefb4f285abadebf2a6539caa1ed4f506c6b9691d458a3f0f94cbb8b03427035a1de3fccd0ad7e9c
|
data/CHANGELOG.md
CHANGED
@@ -1314,10 +1314,10 @@ module Google
|
|
1314
1314
|
# @return [String]
|
1315
1315
|
attr_accessor :cloud_region
|
1316
1316
|
|
1317
|
-
# Output only. The
|
1318
|
-
# Corresponds to the JSON property `
|
1319
|
-
# @return [String]
|
1320
|
-
attr_accessor :
|
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
1321
|
|
1322
1322
|
# Output only. The cloud zone of the host.
|
1323
1323
|
# Corresponds to the JSON property `cloudZone`
|
@@ -1339,7 +1339,7 @@ module Google
|
|
1339
1339
|
@cloud_project_id = args[:cloud_project_id] if args.key?(:cloud_project_id)
|
1340
1340
|
@cloud_provider = args[:cloud_provider] if args.key?(:cloud_provider)
|
1341
1341
|
@cloud_region = args[:cloud_region] if args.key?(:cloud_region)
|
1342
|
-
@
|
1342
|
+
@cloud_virtual_network_ids = args[:cloud_virtual_network_ids] if args.key?(:cloud_virtual_network_ids)
|
1343
1343
|
@cloud_zone = args[:cloud_zone] if args.key?(:cloud_zone)
|
1344
1344
|
@os = args[:os] if args.key?(:os)
|
1345
1345
|
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.65.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 = "20250716"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -767,7 +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
|
-
|
770
|
+
collection :cloud_virtual_network_ids, as: 'cloudVirtualNetworkIds'
|
771
771
|
property :cloud_zone, as: 'cloudZone'
|
772
772
|
property :os, as: 'os'
|
773
773
|
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.65.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.65.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:
|