google-apis-contactcenterinsights_v1 0.7.0 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/contactcenterinsights_v1/classes.rb +12 -0
- data/lib/google/apis/contactcenterinsights_v1/gem_version.rb +2 -2
- data/lib/google/apis/contactcenterinsights_v1/representations.rb +2 -0
- data/lib/google/apis/contactcenterinsights_v1/service.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4757907958cd3418ce3f7ba5bd28d68262837da5c1b705269fd53e503e98f0f4
|
4
|
+
data.tar.gz: 55d534b21136e3614e0f757b99d61083a449eb90f83f27c11c4d9dbaaa1b8ff6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af64b9baed1b4865b67a3783d1863f6c59a7967e5a74167e684249964157371e16b540abc3de6ea6661c70ae316134c47b1890219d164b333e78856eb49494b1
|
7
|
+
data.tar.gz: 8b2d7e7b4d023ed4eb50c4a9e8668f6bd53f1cd8eca370cf4f1f21f7fa8554ab3392ef49251cf95251739869a8735f4df6a6352ee16298b64ad2920b66d0f633
|
data/CHANGELOG.md
CHANGED
@@ -1310,6 +1310,11 @@ module Google
|
|
1310
1310
|
# @return [String]
|
1311
1311
|
attr_accessor :parent
|
1312
1312
|
|
1313
|
+
# Options for what to do if the destination table already exists.
|
1314
|
+
# Corresponds to the JSON property `writeDisposition`
|
1315
|
+
# @return [String]
|
1316
|
+
attr_accessor :write_disposition
|
1317
|
+
|
1313
1318
|
def initialize(**args)
|
1314
1319
|
update!(**args)
|
1315
1320
|
end
|
@@ -1320,6 +1325,7 @@ module Google
|
|
1320
1325
|
@filter = args[:filter] if args.key?(:filter)
|
1321
1326
|
@kms_key = args[:kms_key] if args.key?(:kms_key)
|
1322
1327
|
@parent = args[:parent] if args.key?(:parent)
|
1328
|
+
@write_disposition = args[:write_disposition] if args.key?(:write_disposition)
|
1323
1329
|
end
|
1324
1330
|
end
|
1325
1331
|
|
@@ -2697,6 +2703,11 @@ module Google
|
|
2697
2703
|
# @return [String]
|
2698
2704
|
attr_accessor :parent
|
2699
2705
|
|
2706
|
+
# Options for what to do if the destination table already exists.
|
2707
|
+
# Corresponds to the JSON property `writeDisposition`
|
2708
|
+
# @return [String]
|
2709
|
+
attr_accessor :write_disposition
|
2710
|
+
|
2700
2711
|
def initialize(**args)
|
2701
2712
|
update!(**args)
|
2702
2713
|
end
|
@@ -2707,6 +2718,7 @@ module Google
|
|
2707
2718
|
@filter = args[:filter] if args.key?(:filter)
|
2708
2719
|
@kms_key = args[:kms_key] if args.key?(:kms_key)
|
2709
2720
|
@parent = args[:parent] if args.key?(:parent)
|
2721
|
+
@write_disposition = args[:write_disposition] if args.key?(:write_disposition)
|
2710
2722
|
end
|
2711
2723
|
end
|
2712
2724
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContactcenterinsightsV1
|
18
18
|
# Version of the google-apis-contactcenterinsights_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.8.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211203"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -971,6 +971,7 @@ module Google
|
|
971
971
|
property :filter, as: 'filter'
|
972
972
|
property :kms_key, as: 'kmsKey'
|
973
973
|
property :parent, as: 'parent'
|
974
|
+
property :write_disposition, as: 'writeDisposition'
|
974
975
|
end
|
975
976
|
end
|
976
977
|
|
@@ -1393,6 +1394,7 @@ module Google
|
|
1393
1394
|
property :filter, as: 'filter'
|
1394
1395
|
property :kms_key, as: 'kmsKey'
|
1395
1396
|
property :parent, as: 'parent'
|
1397
|
+
property :write_disposition, as: 'writeDisposition'
|
1396
1398
|
end
|
1397
1399
|
end
|
1398
1400
|
|
@@ -158,7 +158,7 @@ module Google
|
|
158
158
|
# A unique ID for the new conversation. This ID will become the final component
|
159
159
|
# of the conversation's resource name. If no ID is specified, a server-generated
|
160
160
|
# ID will be used. This value should be 4-64 characters and must match the
|
161
|
-
# regular expression
|
161
|
+
# regular expression `^[a-z0-9-]`4,64`$`. Valid characters are `a-z-`
|
162
162
|
# @param [String] fields
|
163
163
|
# Selector specifying which fields to include in a partial response.
|
164
164
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-contactcenterinsights_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.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: 2021-
|
11
|
+
date: 2021-12-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenterinsights_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.8.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenterinsights_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|