google-cloud-contact_center_insights-v1 0.15.0 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/contact_center_insights/v1/contact_center_insights/client.rb +10 -1
- data/lib/google/cloud/contact_center_insights/v1/contact_center_insights/operations.rb +10 -1
- data/lib/google/cloud/contact_center_insights/v1/contact_center_insights/rest/client.rb +687 -0
- data/lib/google/cloud/contact_center_insights/v1/contact_center_insights/rest/operations.rb +75 -0
- data/lib/google/cloud/contact_center_insights/v1/version.rb +1 -1
- data/lib/google/cloud/contactcenterinsights/v1/resources_pb.rb +2 -1
- data/proto_docs/google/api/field_behavior.rb +14 -0
- data/proto_docs/google/cloud/contactcenterinsights/v1/resources.rb +19 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ea04a7fac1410870238da1d922faf65a9a0e6b6f73e5f52b7a5ce6753f6dd7d
|
4
|
+
data.tar.gz: 24ce11d564f38d70eb355240f99ff0480ef043f8137b74fefa9912eb08007629
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e06429f71f81682fddf24cd3dba7391cb38cec4ceb8fc529b7cfaa288707b743f470ef7852000a6a7b5523cb028f8e794d7d751ea8314b13d82f1bb47cac0e3e
|
7
|
+
data.tar.gz: d8f0bf645d68a843119172fa8507b1989b2d73725f4b703c4e2003820b0db10bda463196abff5c6b777fdde22d77f10a733b3e74cd52861e9cb8266acb2d3498
|
@@ -149,7 +149,8 @@ module Google
|
|
149
149
|
credentials: credentials,
|
150
150
|
endpoint: @config.endpoint,
|
151
151
|
channel_args: @config.channel_args,
|
152
|
-
interceptors: @config.interceptors
|
152
|
+
interceptors: @config.interceptors,
|
153
|
+
channel_pool_config: @config.channel_pool
|
153
154
|
)
|
154
155
|
end
|
155
156
|
|
@@ -3737,6 +3738,14 @@ module Google
|
|
3737
3738
|
end
|
3738
3739
|
end
|
3739
3740
|
|
3741
|
+
##
|
3742
|
+
# Configuration for the channel pool
|
3743
|
+
# @return [::Gapic::ServiceStub::ChannelPool::Configuration]
|
3744
|
+
#
|
3745
|
+
def channel_pool
|
3746
|
+
@channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
|
3747
|
+
end
|
3748
|
+
|
3740
3749
|
##
|
3741
3750
|
# Configuration RPC class for the ContactCenterInsights API.
|
3742
3751
|
#
|
@@ -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
|
#
|