google-apis-contactcenterinsights_v1 0.5.0 → 0.6.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: 9e71ed80b945bcfd1c9086569042744d795f9c3dce5d0e03c0246e8028f0cf36
4
- data.tar.gz: d14cb6cafdacdceb099377d94f07dd485376246fe5ff9188c737aea60ea76253
3
+ metadata.gz: cba1721c79a42ae9b4e35a0486050c8c256bc30998577333a078d8472c121567
4
+ data.tar.gz: 75103990ce0b99e6ac9b0a50549e1bbdd44a2b3d6921d45ccc180e9935153258
5
5
  SHA512:
6
- metadata.gz: 35be517e30d5d30e23e99f524c88e855e8d3496262b4366277a5cb12963aebadf5858a3a3d3039e276b7675ec7955882864a2e1417a95aa0c8d975910b957a33
7
- data.tar.gz: 2101d7118e93b823da3279a9f881e6e37747604f91be18d4a423d8aaac1aeee7b1e8e82cb6a1c11d6b39d43b4883e489fefef7652bc058687b5611e593337169
6
+ metadata.gz: 5dc7201da1920b97523495be195ed4e04655e985b0ba9f98728827d664643bce1af7a722f50d513db41b6f4792c9d711165932f858c069c65016aa81461238d1
7
+ data.tar.gz: 5c7eb2013f7f81f9d72ec9e2d46057a20bff1963637acc6263e0636ce05b4d36afd19ab37baa0a26b5ed5152def2b3522234ba3f088539cf82d30b671479a90b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-contactcenterinsights_v1
2
2
 
3
+ ### v0.6.0 (2021-11-02)
4
+
5
+ * Regenerated from discovery document revision 20211029
6
+
3
7
  ### v0.5.0 (2021-10-20)
4
8
 
5
9
  * Unspecified changes
@@ -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.5.0"
19
+ GEM_VERSION = "0.6.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 = "20211002"
25
+ REVISION = "20211029"
26
26
  end
27
27
  end
28
28
  end
@@ -1121,6 +1121,43 @@ module Google
1121
1121
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1122
1122
  execute_or_queue_command(command, &block)
1123
1123
  end
1124
+
1125
+ # Updates a phrase matcher.
1126
+ # @param [String] name
1127
+ # The resource name of the phrase matcher. Format: projects/`project`/locations/`
1128
+ # location`/phraseMatchers/`phrase_matcher`
1129
+ # @param [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1PhraseMatcher] google_cloud_contactcenterinsights_v1_phrase_matcher_object
1130
+ # @param [String] update_mask
1131
+ # The list of fields to be updated.
1132
+ # @param [String] fields
1133
+ # Selector specifying which fields to include in a partial response.
1134
+ # @param [String] quota_user
1135
+ # Available to use for quota purposes for server-side applications. Can be any
1136
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1137
+ # @param [Google::Apis::RequestOptions] options
1138
+ # Request-specific options
1139
+ #
1140
+ # @yield [result, err] Result & error if block supplied
1141
+ # @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1PhraseMatcher] parsed result object
1142
+ # @yieldparam err [StandardError] error object if request failed
1143
+ #
1144
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1PhraseMatcher]
1145
+ #
1146
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1147
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1148
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1149
+ def patch_project_location_phrase_matcher(name, google_cloud_contactcenterinsights_v1_phrase_matcher_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
1150
+ command = make_simple_command(:patch, 'v1/{+name}', options)
1151
+ command.request_representation = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1PhraseMatcher::Representation
1152
+ command.request_object = google_cloud_contactcenterinsights_v1_phrase_matcher_object
1153
+ command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1PhraseMatcher::Representation
1154
+ command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1PhraseMatcher
1155
+ command.params['name'] = name unless name.nil?
1156
+ command.query['updateMask'] = update_mask unless update_mask.nil?
1157
+ command.query['fields'] = fields unless fields.nil?
1158
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1159
+ execute_or_queue_command(command, &block)
1160
+ end
1124
1161
 
1125
1162
  protected
1126
1163
 
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.5.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: 2021-10-27 00:00:00.000000000 Z
11
+ date: 2021-11-08 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.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.6.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: []