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: cb9b0086d7ee9f0891bc7985573ab71ede8a5b1ba49281eae1234c96427c12b8
4
- data.tar.gz: 57485424a53d8331d315f12bd7492bc935369963b2a4a49da5f04931bd91260c
3
+ metadata.gz: 363dadd03703847db7dd0aa1c2bd06819676d65c3f323f6460f12dd0f8293de4
4
+ data.tar.gz: 2a0a9d12ddcf4d1b834c07e4d7145cfb6aa71a893686b6a9038eda152255ccac
5
5
  SHA512:
6
- metadata.gz: b17f51a848d03f45e90a23ae44f35aeaee6c6ee5bc6d0beca4b4a0c4a448e61dd418f4b2fad5a35e48754aaba63f5cdc681bb75e9d13620c4a701e29513752b3
7
- data.tar.gz: 24f62c06c016e77d4a5f739bd11b8372ec21bebc651a51dff0a566641cf10b5ed3f6eaa69dadc0e3f1fb0882a22d22c27b30ed12c2b48a712a22f178b9415cc8
6
+ metadata.gz: 2b7242d81f6045dc35099d2371de5ea9ef19d42df1c3fd1a85d7d46f26597d5a0d25f8157b2d772e1254dabf67b3758a55df0c1d98544e3c260052c21b96a491
7
+ data.tar.gz: ee56b7c37caaae22478ffabedda3f21c067eb6933c28997daefb4f285abadebf2a6539caa1ed4f506c6b9691d458a3f0f94cbb8b03427035a1de3fccd0ad7e9c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkmanagement_v1
2
2
 
3
+ ### v0.65.0 (2025-07-27)
4
+
5
+ * Regenerated from discovery document revision 20250716
6
+
3
7
  ### v0.64.0 (2025-07-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20250702
@@ -1314,10 +1314,10 @@ module Google
1314
1314
  # @return [String]
1315
1315
  attr_accessor :cloud_region
1316
1316
 
1317
- # Output only. The id of Virtual Private Cloud (VPC) of the host.
1318
- # Corresponds to the JSON property `cloudVpcId`
1319
- # @return [String]
1320
- attr_accessor :cloud_vpc_id
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
- @cloud_vpc_id = args[:cloud_vpc_id] if args.key?(:cloud_vpc_id)
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.64.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 = "20250702"
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
- property :cloud_vpc_id, as: 'cloudVpcId'
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.64.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.64.0
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: