google-apis-contactcenterinsights_v1 0.51.0 → 0.52.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: 3d96d0392e952c4f259336356c160bded5e487f2a5aa2f1a3c44fac1b13f66e3
4
- data.tar.gz: 298474d4fc1917bed5c82e41e4821476f2e0d65de871a2c3a411698d53c14ab0
3
+ metadata.gz: b74cce0a1cc31cbe3aecdf41800d2148752d6cafa9f8e77e0c8163f12846ff5f
4
+ data.tar.gz: 8fca327e436083cba854178c34fc7fb7ca1259b05d09ec3d81fc6fa5c27c094d
5
5
  SHA512:
6
- metadata.gz: edb2d05c671bb5d150ad27f3b87470b75040cbf6f15969531e28eae08fc7a41e5fef8526c869cafde52887ddb77c8b2060b9d1a7bdf30abd531c9aceb5f71c23
7
- data.tar.gz: 79768a0bccf99daef615612b041f755e9d8308b146eea2e797704e4dacb66f138b65b302022cfe05a4bf5763693eec11043d90723ea7a1a41b1a6fea53a85463
6
+ metadata.gz: 5ac3c15e498f9de9bd0edb3cd837dcf98965330879cba61a6b6f93aada1d002a3e99546435432c199c914b33cb8c5abdbbf16b9c6b4d44a23f9bd64b52c48606
7
+ data.tar.gz: 3ca53019ad5c4e5cadf6e16427d627d8ea7dcb071f2f7f5c1885e2c308c33b5af4e8fe6765ee48390a5d7744dd4644ebd4f3189aa187eea8fe40eed9f87a614b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-contactcenterinsights_v1
2
2
 
3
+ ### v0.52.0 (2024-10-13)
4
+
5
+ * Regenerated from discovery document revision 20241008
6
+
3
7
  ### v0.51.0 (2024-09-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20240925
@@ -885,9 +885,9 @@ module Google
885
885
  # @return [String]
886
886
  attr_accessor :medium
887
887
 
888
- # Input only. JSON Metadata encoded as a string. This field is primarily used by
888
+ # Input only. JSON metadata encoded as a string. This field is primarily used by
889
889
  # Insights integrations with various telphony systems and must be in one of
890
- # Insights' supported formats.
890
+ # Insight's supported formats.
891
891
  # Corresponds to the JSON property `metadataJson`
892
892
  # @return [String]
893
893
  attr_accessor :metadata_json
@@ -1679,15 +1679,15 @@ module Google
1679
1679
  end
1680
1680
 
1681
1681
  # A customer-managed encryption key specification that can be applied to all
1682
- # created resources (e.g. Conversation).
1682
+ # created resources (e.g. `Conversation`).
1683
1683
  class GoogleCloudContactcenterinsightsV1EncryptionSpec
1684
1684
  include Google::Apis::Core::Hashable
1685
1685
 
1686
1686
  # Required. The name of customer-managed encryption key that is used to secure a
1687
- # resource and its sub-resources. If empty, the resource is secured by the
1688
- # default Google encryption key. Only the key in the same location as this
1689
- # resource is allowed to be used for encryption. Format: `projects/`project`/
1690
- # locations/`location`/keyRings/`keyRing`/cryptoKeys/`key``
1687
+ # resource and its sub-resources. If empty, the resource is secured by our
1688
+ # default encryption key. Only the key in the same location as this resource is
1689
+ # allowed to be used for encryption. Format: `projects/`project`/locations/`
1690
+ # location`/keyRings/`keyRing`/cryptoKeys/`key``
1691
1691
  # Corresponds to the JSON property `kmsKey`
1692
1692
  # @return [String]
1693
1693
  attr_accessor :kms_key
@@ -2499,7 +2499,7 @@ module Google
2499
2499
  # @return [String]
2500
2500
  attr_accessor :end_time
2501
2501
 
2502
- # Partial errors during initialising operation that might cause the operation
2502
+ # Partial errors during initializing operation that might cause the operation
2503
2503
  # output to be incomplete.
2504
2504
  # Corresponds to the JSON property `partialErrors`
2505
2505
  # @return [Array<Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus>]
@@ -2528,7 +2528,7 @@ module Google
2528
2528
  include Google::Apis::Core::Hashable
2529
2529
 
2530
2530
  # A customer-managed encryption key specification that can be applied to all
2531
- # created resources (e.g. Conversation).
2531
+ # created resources (e.g. `Conversation`).
2532
2532
  # Corresponds to the JSON property `encryptionSpec`
2533
2533
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1EncryptionSpec]
2534
2534
  attr_accessor :encryption_spec
@@ -4616,9 +4616,9 @@ module Google
4616
4616
  # @return [String]
4617
4617
  attr_accessor :medium
4618
4618
 
4619
- # Input only. JSON Metadata encoded as a string. This field is primarily used by
4619
+ # Input only. JSON metadata encoded as a string. This field is primarily used by
4620
4620
  # Insights integrations with various telphony systems and must be in one of
4621
- # Insights' supported formats.
4621
+ # Insight's supported formats.
4622
4622
  # Corresponds to the JSON property `metadataJson`
4623
4623
  # @return [String]
4624
4624
  attr_accessor :metadata_json
@@ -5410,15 +5410,15 @@ module Google
5410
5410
  end
5411
5411
 
5412
5412
  # A customer-managed encryption key specification that can be applied to all
5413
- # created resources (e.g. Conversation).
5413
+ # created resources (e.g. `Conversation`).
5414
5414
  class GoogleCloudContactcenterinsightsV1alpha1EncryptionSpec
5415
5415
  include Google::Apis::Core::Hashable
5416
5416
 
5417
5417
  # Required. The name of customer-managed encryption key that is used to secure a
5418
- # resource and its sub-resources. If empty, the resource is secured by the
5419
- # default Google encryption key. Only the key in the same location as this
5420
- # resource is allowed to be used for encryption. Format: `projects/`project`/
5421
- # locations/`location`/keyRings/`keyRing`/cryptoKeys/`key``
5418
+ # resource and its sub-resources. If empty, the resource is secured by our
5419
+ # default encryption key. Only the key in the same location as this resource is
5420
+ # allowed to be used for encryption. Format: `projects/`project`/locations/`
5421
+ # location`/keyRings/`keyRing`/cryptoKeys/`key``
5422
5422
  # Corresponds to the JSON property `kmsKey`
5423
5423
  # @return [String]
5424
5424
  attr_accessor :kms_key
@@ -6210,7 +6210,7 @@ module Google
6210
6210
  # @return [String]
6211
6211
  attr_accessor :end_time
6212
6212
 
6213
- # Partial errors during initialising operation that might cause the operation
6213
+ # Partial errors during initializing operation that might cause the operation
6214
6214
  # output to be incomplete.
6215
6215
  # Corresponds to the JSON property `partialErrors`
6216
6216
  # @return [Array<Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus>]
@@ -6239,7 +6239,7 @@ module Google
6239
6239
  include Google::Apis::Core::Hashable
6240
6240
 
6241
6241
  # A customer-managed encryption key specification that can be applied to all
6242
- # created resources (e.g. Conversation).
6242
+ # created resources (e.g. `Conversation`).
6243
6243
  # Corresponds to the JSON property `encryptionSpec`
6244
6244
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1EncryptionSpec]
6245
6245
  attr_accessor :encryption_spec
@@ -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.51.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240925"
25
+ REVISION = "20241008"
26
26
  end
27
27
  end
28
28
  end
@@ -660,9 +660,9 @@ module Google
660
660
  execute_or_queue_command(command, &block)
661
661
  end
662
662
 
663
- # Initializes a location-level encryption key specification. An error will be
664
- # thrown if the location has resources already created before the initialization.
665
- # Once the encryption specification is initialized at a location, it is
663
+ # Initializes a location-level encryption key specification. An error will
664
+ # result if the location has resources already created before the initialization.
665
+ # After the encryption specification is initialized at a location, it is
666
666
  # immutable and all newly created resources under the location will be encrypted
667
667
  # with the existing specification.
668
668
  # @param [String] name
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.51.0
4
+ version: 0.52.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: 2024-09-29 00:00:00.000000000 Z
11
+ date: 2024-10-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.51.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.52.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.21
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Contact Center AI Insights API V1