google-apis-contactcenterinsights_v1 0.77.0 → 0.79.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/contactcenterinsights_v1/classes.rb +5362 -2
- data/lib/google/apis/contactcenterinsights_v1/gem_version.rb +2 -2
- data/lib/google/apis/contactcenterinsights_v1/representations.rb +3749 -1303
- data/lib/google/apis/contactcenterinsights_v1/service.rb +12 -10
- metadata +2 -2
|
@@ -2154,11 +2154,12 @@ module Google
|
|
|
2154
2154
|
# The standard list page token.
|
|
2155
2155
|
# @param [Boolean] return_partial_success
|
|
2156
2156
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
2157
|
-
# those that are unreachable are returned in the
|
|
2158
|
-
# unreachable
|
|
2159
|
-
#
|
|
2160
|
-
# by default
|
|
2161
|
-
# explicitly documented otherwise in service or product specific
|
|
2157
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
2158
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
2159
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
2160
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
2161
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
2162
|
+
# documentation.
|
|
2162
2163
|
# @param [String] fields
|
|
2163
2164
|
# Selector specifying which fields to include in a partial response.
|
|
2164
2165
|
# @param [String] quota_user
|
|
@@ -4783,11 +4784,12 @@ module Google
|
|
|
4783
4784
|
# The standard list page token.
|
|
4784
4785
|
# @param [Boolean] return_partial_success
|
|
4785
4786
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
4786
|
-
# those that are unreachable are returned in the
|
|
4787
|
-
# unreachable
|
|
4788
|
-
#
|
|
4789
|
-
# by default
|
|
4790
|
-
# explicitly documented otherwise in service or product specific
|
|
4787
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
4788
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
4789
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
4790
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
4791
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
4792
|
+
# documentation.
|
|
4791
4793
|
# @param [String] fields
|
|
4792
4794
|
# Selector specifying which fields to include in a partial response.
|
|
4793
4795
|
# @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.79.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.79.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:
|