google-apis-contactcenterinsights_v1 0.69.0 → 0.70.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 867c2a38a15305366186487470c56e38ad9e7e00ed7fdfe7c7a938e22e63130f
|
4
|
+
data.tar.gz: 52db93f653740c484f5322dd3d7b92960c337dd319e371860cf4df6093a36e22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3db7b6d11dace553bbf17679ef79d64f92d9a030a428ef5e719af7d806edd15a7d82e0b4a39e68b5c9015857ed33e2ad481f8d7a6765618f8ff8e1576bccf2c8
|
7
|
+
data.tar.gz: 6e08580bd83f460315e5d5dfbaa74e3d800541d4125de8ddcb3916cbcd7f80ee966bb1bc559988a0df20d531e020fa5f7fcde4a9136a6cd765759712f2650844
|
data/CHANGELOG.md
CHANGED
@@ -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.70.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250729"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -732,7 +732,7 @@ module Google
|
|
732
732
|
# final component of the AuthorizedViewSet's resource name. If no ID is
|
733
733
|
# specified, a server-generated ID will be used. This value should be 4-64
|
734
734
|
# characters and must match the regular expression `^[a-z]([a-z0-9-]`0,61`[a-z0-
|
735
|
-
# 9])?$`. See
|
735
|
+
# 9])?$`. See aip.dev/122#resource-id-segments
|
736
736
|
# @param [String] fields
|
737
737
|
# Selector specifying which fields to include in a partial response.
|
738
738
|
# @param [String] quota_user
|
@@ -924,8 +924,8 @@ module Google
|
|
924
924
|
# Optional. A unique ID for the new AuthorizedView. This ID will become the
|
925
925
|
# final component of the AuthorizedView's resource name. If no ID is specified,
|
926
926
|
# a server-generated ID will be used. This value should be 4-64 characters and
|
927
|
-
# must match the regular expression `^[a-z]([a-z0-9-]`0,61`[a-z0-9])?$`. See
|
928
|
-
#
|
927
|
+
# must match the regular expression `^[a-z]([a-z0-9-]`0,61`[a-z0-9])?$`. See aip.
|
928
|
+
# dev/122#resource-id-segments
|
929
929
|
# @param [String] fields
|
930
930
|
# Selector specifying which fields to include in a partial response.
|
931
931
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.70.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenterinsights_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.70.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenterinsights_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|