google-cloud-cloud_dms-v1 0.5.0 → 0.6.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: 6478f0664a2fb94e5c5f51f5ec2b9c94922c73e14638e4c2a9de78000912bd95
|
|
4
|
+
data.tar.gz: 9eec3a5abbc440fb45ce40d7217bba662d7fdaea6557d87cb7e9e9a541c4696b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5891a41668c5b4b003a98e6ff2cb03a5249760deff1ec4317c14fe24d30d75508d40a3f5a3a788da09e1a294f8f5b8e51155f480a01904a09fd8109fb6188fb
|
|
7
|
+
data.tar.gz: 415176aeafdd15dd33708f5c50f24c19057bf560d1e1e2048a496d158dbb955eb1369d10cb63e6c364401d18119b5b44b963ea9bd3e83c37d694ef9cc7b499ba
|
|
@@ -235,7 +235,8 @@ module Google
|
|
|
235
235
|
credentials: credentials,
|
|
236
236
|
endpoint: @config.endpoint,
|
|
237
237
|
channel_args: @config.channel_args,
|
|
238
|
-
interceptors: @config.interceptors
|
|
238
|
+
interceptors: @config.interceptors,
|
|
239
|
+
channel_pool_config: @config.channel_pool
|
|
239
240
|
)
|
|
240
241
|
end
|
|
241
242
|
|
|
@@ -4499,6 +4500,14 @@ module Google
|
|
|
4499
4500
|
end
|
|
4500
4501
|
end
|
|
4501
4502
|
|
|
4503
|
+
##
|
|
4504
|
+
# Configuration for the channel pool
|
|
4505
|
+
# @return [::Gapic::ServiceStub::ChannelPool::Configuration]
|
|
4506
|
+
#
|
|
4507
|
+
def channel_pool
|
|
4508
|
+
@channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
|
|
4509
|
+
end
|
|
4510
|
+
|
|
4502
4511
|
##
|
|
4503
4512
|
# Configuration RPC class for the DataMigrationService API.
|
|
4504
4513
|
#
|
|
@@ -93,7 +93,8 @@ module Google
|
|
|
93
93
|
credentials: credentials,
|
|
94
94
|
endpoint: @config.endpoint,
|
|
95
95
|
channel_args: @config.channel_args,
|
|
96
|
-
interceptors: @config.interceptors
|
|
96
|
+
interceptors: @config.interceptors,
|
|
97
|
+
channel_pool_config: @config.channel_pool
|
|
97
98
|
)
|
|
98
99
|
|
|
99
100
|
# Used by an LRO wrapper for some methods of this service
|
|
@@ -701,6 +702,14 @@ module Google
|
|
|
701
702
|
end
|
|
702
703
|
end
|
|
703
704
|
|
|
705
|
+
##
|
|
706
|
+
# Configuration for the channel pool
|
|
707
|
+
# @return [::Gapic::ServiceStub::ChannelPool::Configuration]
|
|
708
|
+
#
|
|
709
|
+
def channel_pool
|
|
710
|
+
@channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
|
|
711
|
+
end
|
|
712
|
+
|
|
704
713
|
##
|
|
705
714
|
# Configuration RPC class for the Operations API.
|
|
706
715
|
#
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-cloud_dms-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-09-
|
|
11
|
+
date: 2023-09-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.20.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.
|
|
29
|
+
version: 0.20.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|