google-apis-contactcenterinsights_v1 0.23.0 → 0.24.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b6ba4be92ea361a3b43cbc0007e47e56f2993aa99c5067f7471e4a0a7f9b609f
4
- data.tar.gz: c591fcbebced2419e7dfc740c61de500dce3ffd9925a072c33ec785b55608ab8
3
+ metadata.gz: a523379ca090922cc8e8864fa93b3fd341a601e761101cc8b557501a95fa3029
4
+ data.tar.gz: 30dde1d0a60c5fa295214766941963b17cb5bc65e3d66353bcacc28bee8509f6
5
5
  SHA512:
6
- metadata.gz: 85ec38ff9accf8739921afd571aa3e3c251ffc148a7ea4738fc628056a2cdb371a103e6697474334d5913fc2f1eed04c2bbd426523b02279218f6cbf50cc4915
7
- data.tar.gz: b7437f24e1b7d21a71f9edfc1fba7eacb0ab3a3b538bccf295284643b5d13d1bbbace1570eb6307381c5c1d0a6fc9d8cb20b7d45673d8fb89ac25b213ab9fe4c
6
+ metadata.gz: 9cf806e8f5a2eaa7ba83fcbef5d56680982ee8b889865c9b74e7a7599a7fc826edcd2fba06fc157bc9dfc6552d022f7e003711937d3474d2a2fe8e8974df4348
7
+ data.tar.gz: 14799b0663b2d782a43819be53bb0e81a45c7d4ba7932a982122f247010148e3c86f101acc21343c73b43d80e5391692d88991090917d86e5d4c2639944dfd1d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-contactcenterinsights_v1
2
2
 
3
+ ### v0.24.0 (2023-03-19)
4
+
5
+ * Regenerated from discovery document revision 20230312
6
+
3
7
  ### v0.23.0 (2023-03-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20230304
@@ -1118,37 +1118,6 @@ module Google
1118
1118
  end
1119
1119
  end
1120
1120
 
1121
- # Metadata for creating an issue.
1122
- class GoogleCloudContactcenterinsightsV1CreateIssueMetadata
1123
- include Google::Apis::Core::Hashable
1124
-
1125
- # Output only. The time the operation was created.
1126
- # Corresponds to the JSON property `createTime`
1127
- # @return [String]
1128
- attr_accessor :create_time
1129
-
1130
- # Output only. The time the operation finished running.
1131
- # Corresponds to the JSON property `endTime`
1132
- # @return [String]
1133
- attr_accessor :end_time
1134
-
1135
- # The request to create an issue.
1136
- # Corresponds to the JSON property `request`
1137
- # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1CreateIssueRequest]
1138
- attr_accessor :request
1139
-
1140
- def initialize(**args)
1141
- update!(**args)
1142
- end
1143
-
1144
- # Update properties of this object
1145
- def update!(**args)
1146
- @create_time = args[:create_time] if args.key?(:create_time)
1147
- @end_time = args[:end_time] if args.key?(:end_time)
1148
- @request = args[:request] if args.key?(:request)
1149
- end
1150
- end
1151
-
1152
1121
  # Metadata for creating an issue model.
1153
1122
  class GoogleCloudContactcenterinsightsV1CreateIssueModelMetadata
1154
1123
  include Google::Apis::Core::Hashable
@@ -1205,31 +1174,6 @@ module Google
1205
1174
  end
1206
1175
  end
1207
1176
 
1208
- # The request to create an issue.
1209
- class GoogleCloudContactcenterinsightsV1CreateIssueRequest
1210
- include Google::Apis::Core::Hashable
1211
-
1212
- # The issue resource.
1213
- # Corresponds to the JSON property `issue`
1214
- # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Issue]
1215
- attr_accessor :issue
1216
-
1217
- # Required. The parent resource of the issue.
1218
- # Corresponds to the JSON property `parent`
1219
- # @return [String]
1220
- attr_accessor :parent
1221
-
1222
- def initialize(**args)
1223
- update!(**args)
1224
- end
1225
-
1226
- # Update properties of this object
1227
- def update!(**args)
1228
- @issue = args[:issue] if args.key?(:issue)
1229
- @parent = args[:parent] if args.key?(:parent)
1230
- end
1231
- end
1232
-
1233
1177
  # Metadata for deleting an issue model.
1234
1178
  class GoogleCloudContactcenterinsightsV1DeleteIssueModelMetadata
1235
1179
  include Google::Apis::Core::Hashable
@@ -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.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230304"
25
+ REVISION = "20230312"
26
26
  end
27
27
  end
28
28
  end
@@ -172,12 +172,6 @@ module Google
172
172
  include Google::Apis::Core::JsonObjectSupport
173
173
  end
174
174
 
175
- class GoogleCloudContactcenterinsightsV1CreateIssueMetadata
176
- class Representation < Google::Apis::Core::JsonRepresentation; end
177
-
178
- include Google::Apis::Core::JsonObjectSupport
179
- end
180
-
181
175
  class GoogleCloudContactcenterinsightsV1CreateIssueModelMetadata
182
176
  class Representation < Google::Apis::Core::JsonRepresentation; end
183
177
 
@@ -190,12 +184,6 @@ module Google
190
184
  include Google::Apis::Core::JsonObjectSupport
191
185
  end
192
186
 
193
- class GoogleCloudContactcenterinsightsV1CreateIssueRequest
194
- class Representation < Google::Apis::Core::JsonRepresentation; end
195
-
196
- include Google::Apis::Core::JsonObjectSupport
197
- end
198
-
199
187
  class GoogleCloudContactcenterinsightsV1DeleteIssueModelMetadata
200
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
201
189
 
@@ -1056,16 +1044,6 @@ module Google
1056
1044
  end
1057
1045
  end
1058
1046
 
1059
- class GoogleCloudContactcenterinsightsV1CreateIssueMetadata
1060
- # @private
1061
- class Representation < Google::Apis::Core::JsonRepresentation
1062
- property :create_time, as: 'createTime'
1063
- property :end_time, as: 'endTime'
1064
- property :request, as: 'request', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1CreateIssueRequest, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1CreateIssueRequest::Representation
1065
-
1066
- end
1067
- end
1068
-
1069
1047
  class GoogleCloudContactcenterinsightsV1CreateIssueModelMetadata
1070
1048
  # @private
1071
1049
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1085,15 +1063,6 @@ module Google
1085
1063
  end
1086
1064
  end
1087
1065
 
1088
- class GoogleCloudContactcenterinsightsV1CreateIssueRequest
1089
- # @private
1090
- class Representation < Google::Apis::Core::JsonRepresentation
1091
- property :issue, as: 'issue', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Issue, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Issue::Representation
1092
-
1093
- property :parent, as: 'parent'
1094
- end
1095
- end
1096
-
1097
1066
  class GoogleCloudContactcenterinsightsV1DeleteIssueModelMetadata
1098
1067
  # @private
1099
1068
  class Representation < Google::Apis::Core::JsonRepresentation
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.23.0
4
+ version: 0.24.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-03-12 00:00:00.000000000 Z
11
+ date: 2023-03-19 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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.24.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: []