google-cloud-rapid_migration_assessment-v1 2.0.1 → 2.0.2

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: db360515acaa317153b3811a9961f7bbb149931b006909d354d054dd412c3fae
4
- data.tar.gz: 9bad9697f2a4ac905456bbd3490ebe5a747df6a16e41aff8c64f3d33b6ad3ca0
3
+ metadata.gz: 68d92f3f3774b1410b9bf3b907a56dd7b1301ae02c598ec67e3cc10ce8eaf3d8
4
+ data.tar.gz: a6f770d915d0f347ac572f4a3a3bbde8b7e33d53dda081bb75d027a85f594fb3
5
5
  SHA512:
6
- metadata.gz: fcfe7b0928bb769bb651962e8f3912ae038899401e05d9ced528a957a5616ae30667387ef2803e8f4345912701211fb90dfa1317695fbb33e876a0edd5a29490
7
- data.tar.gz: 684277203d6554cc796f62207cfe24e3162454aec3b47dc7ecbef73c60fed21957a3e6b1fee47b36ba3e230986741d12338601af4da0d52dd35b1493222ed1e3
6
+ metadata.gz: 7b87f6155c9191e38a51c425682e87a81d998a245ed61ea85c28ca65d783da15815a09ab43766a1f979b80ede433da102f6800159d391a114c537264fa7e5379
7
+ data.tar.gz: 273965a4764078c2ee271fb42046de62536c01ce3b389258a22a60ce595c22d6c9fbf69931de44222568046e8bfc0329cd23647b13b22d4a6d4799c416f6740b
@@ -1363,8 +1363,8 @@ module Google
1363
1363
 
1364
1364
  config_attr :endpoint, nil, ::String, nil
1365
1365
  config_attr :credentials, nil do |value|
1366
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1367
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1366
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1367
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1368
1368
  allowed.any? { |klass| klass === value }
1369
1369
  end
1370
1370
  config_attr :scope, nil, ::String, ::Array, nil
@@ -701,8 +701,8 @@ module Google
701
701
 
702
702
  config_attr :endpoint, nil, ::String, nil
703
703
  config_attr :credentials, nil do |value|
704
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
705
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
704
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
705
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
706
706
  allowed.any? { |klass| klass === value }
707
707
  end
708
708
  config_attr :scope, nil, ::String, ::Array, nil
@@ -1278,7 +1278,7 @@ module Google
1278
1278
 
1279
1279
  config_attr :endpoint, nil, ::String, nil
1280
1280
  config_attr :credentials, nil do |value|
1281
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1281
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1282
1282
  allowed.any? { |klass| klass === value }
1283
1283
  end
1284
1284
  config_attr :scope, nil, ::String, ::Array, nil
@@ -556,7 +556,7 @@ module Google
556
556
 
557
557
  config_attr :endpoint, nil, ::String, nil
558
558
  config_attr :credentials, nil do |value|
559
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
559
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
560
560
  allowed.any? { |klass| klass === value }
561
561
  end
562
562
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module RapidMigrationAssessment
23
23
  module V1
24
- VERSION = "2.0.1"
24
+ VERSION = "2.0.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-rapid_migration_assessment-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-28 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  - !ruby/object:Gem::Version
126
126
  version: '0'
127
127
  requirements: []
128
- rubygems_version: 3.6.5
128
+ rubygems_version: 3.6.8
129
129
  specification_version: 4
130
130
  summary: The Rapid Migration Assessment service is our first-party migration assessment
131
131
  and planning tool.