google-apis-migrationcenter_v1 0.28.0 → 0.29.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: b8c12caf26375034e94c88a7ba0c5b2e434fe45bb228e62249a60e7284a8ead6
4
- data.tar.gz: 152aec393ab07c3c3b9721155d6f7bf99bf8233dc801736a21a658bb14158e15
3
+ metadata.gz: 501c0d26bd9845680d8ee9a15bbb8c4047e75fec77a28a84cd874f62586dbac7
4
+ data.tar.gz: 10e7dfab370f9491ddb80375a8df5437698ba5e24079e85058306ce0f5660b0e
5
5
  SHA512:
6
- metadata.gz: babc3f89b03a5af80b1ac11e4be0f660828f188ceb6e0939f1604f331fca1bdd3866f95c08a6ec5598a80b41e46edede112c0a7f05d5707316e4f8dfbf85f397
7
- data.tar.gz: f0eaa5f0140e4cc8efcf3f6ca3d081161f17d89af7d7538e398d57590c8037d860d9776fcbfe41833b69b75325c38b4359b13fc5d6c025c4719d38fb6e18b915
6
+ metadata.gz: aeaefa9d7ebeffacbfca81faec46d0d323fe2247d277b4dda6772d06269467f5defbd3ef9031302191ba8340b7b042a861298f23934458432d6489aeef987842
7
+ data.tar.gz: 0f542b0d300afddb097e9d5779f8ddfd080f2e4818d2caa8d19bf34def469579067f7f4bce17883aa2fb8692c3ce42a5cd799ca90ad9452cace9efd0dfb00674
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-migrationcenter_v1
2
2
 
3
+ ### v0.29.0 (2025-11-23)
4
+
5
+ * Regenerated from discovery document revision 20251111
6
+
3
7
  ### v0.28.0 (2025-11-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20251106
@@ -3529,6 +3529,11 @@ module Google
3529
3529
  # @return [Google::Apis::MigrationcenterV1::NetworkAdapterList]
3530
3530
  attr_accessor :adapters
3531
3531
 
3532
+ # Optional. Default gateway address.
3533
+ # Corresponds to the JSON property `defaultGateway`
3534
+ # @return [String]
3535
+ attr_accessor :default_gateway
3536
+
3532
3537
  # The primary IP address of the machine.
3533
3538
  # Corresponds to the JSON property `primaryIpAddress`
3534
3539
  # @return [String]
@@ -3552,6 +3557,7 @@ module Google
3552
3557
  # Update properties of this object
3553
3558
  def update!(**args)
3554
3559
  @adapters = args[:adapters] if args.key?(:adapters)
3560
+ @default_gateway = args[:default_gateway] if args.key?(:default_gateway)
3555
3561
  @primary_ip_address = args[:primary_ip_address] if args.key?(:primary_ip_address)
3556
3562
  @primary_mac_address = args[:primary_mac_address] if args.key?(:primary_mac_address)
3557
3563
  @public_ip_address = args[:public_ip_address] if args.key?(:public_ip_address)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MigrationcenterV1
18
18
  # Version of the google-apis-migrationcenter_v1 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.29.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 = "20251106"
25
+ REVISION = "20251111"
26
26
  end
27
27
  end
28
28
  end
@@ -2207,6 +2207,7 @@ module Google
2207
2207
  class Representation < Google::Apis::Core::JsonRepresentation
2208
2208
  property :adapters, as: 'adapters', class: Google::Apis::MigrationcenterV1::NetworkAdapterList, decorator: Google::Apis::MigrationcenterV1::NetworkAdapterList::Representation
2209
2209
 
2210
+ property :default_gateway, as: 'defaultGateway'
2210
2211
  property :primary_ip_address, as: 'primaryIpAddress'
2211
2212
  property :primary_mac_address, as: 'primaryMacAddress'
2212
2213
  property :public_ip_address, as: 'publicIpAddress'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-migrationcenter_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.29.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-migrationcenter_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1/v0.28.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1/v0.29.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1
62
62
  rdoc_options: []
63
63
  require_paths: