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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 501c0d26bd9845680d8ee9a15bbb8c4047e75fec77a28a84cd874f62586dbac7
|
|
4
|
+
data.tar.gz: 10e7dfab370f9491ddb80375a8df5437698ba5e24079e85058306ce0f5660b0e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aeaefa9d7ebeffacbfca81faec46d0d323fe2247d277b4dda6772d06269467f5defbd3ef9031302191ba8340b7b042a861298f23934458432d6489aeef987842
|
|
7
|
+
data.tar.gz: 0f542b0d300afddb097e9d5779f8ddfd080f2e4818d2caa8d19bf34def469579067f7f4bce17883aa2fb8692c3ce42a5cd799ca90ad9452cace9efd0dfb00674
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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.
|
|
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.
|
|
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:
|