google-apis-contactcenteraiplatform_v1alpha1 0.33.0 → 0.35.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: efa93e7e4b98e6bb0f8be817a62eaa81153f9b4f617ea97f9851d837fb0a8ea9
|
|
4
|
+
data.tar.gz: 67ba2e97609bc1518f124001c0d1bdb0d7df6e801d256c7811844d42e9a7eded
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 28a696e372ed98377093ba6729b777192086fe1b668c193f156431341cf16db5a8c7d988591e1b283ade0a4c4ec9e26e61f8fda3264f8e707b7a6c0fa220af13
|
|
7
|
+
data.tar.gz: 992221a68fdbddef6d2a42d4d08df63e9885560e84d5ad7b4249e1a54d97bb2e1e84666797c899e57f3c7b9fcaa752167dc877caf95e75b1d31d5af8364f65e4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-contactcenteraiplatform_v1alpha1
|
|
2
2
|
|
|
3
|
+
### v0.35.0 (2025-11-23)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251115
|
|
6
|
+
|
|
7
|
+
### v0.34.0 (2025-10-26)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251022
|
|
10
|
+
|
|
3
11
|
### v0.33.0 (2025-10-05)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20250925
|
|
@@ -494,8 +494,9 @@ module Google
|
|
|
494
494
|
attr_accessor :operations
|
|
495
495
|
|
|
496
496
|
# Unordered list. Unreachable resources. Populated when the request sets `
|
|
497
|
-
# ListOperationsRequest.return_partial_success` and reads across collections
|
|
498
|
-
# when attempting to list all resources across all supported
|
|
497
|
+
# ListOperationsRequest.return_partial_success` and reads across collections.
|
|
498
|
+
# For example, when attempting to list all resources across all supported
|
|
499
|
+
# locations.
|
|
499
500
|
# Corresponds to the JSON property `unreachable`
|
|
500
501
|
# @return [Array<String>]
|
|
501
502
|
attr_accessor :unreachable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ContactcenteraiplatformV1alpha1
|
|
18
18
|
# Version of the google-apis-contactcenteraiplatform_v1alpha1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.35.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 = "20251115"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -85,8 +85,8 @@ module Google
|
|
|
85
85
|
# @param [String] name
|
|
86
86
|
# The resource that owns the locations collection, if applicable.
|
|
87
87
|
# @param [Array<String>, String] extra_location_types
|
|
88
|
-
# Optional.
|
|
89
|
-
#
|
|
88
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
|
89
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
|
90
90
|
# @param [String] filter
|
|
91
91
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
92
92
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
|
@@ -492,11 +492,12 @@ module Google
|
|
|
492
492
|
# The standard list page token.
|
|
493
493
|
# @param [Boolean] return_partial_success
|
|
494
494
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
495
|
-
# those that are unreachable are returned in the
|
|
496
|
-
# unreachable
|
|
497
|
-
#
|
|
498
|
-
# by default
|
|
499
|
-
# explicitly documented otherwise in service or product specific
|
|
495
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
496
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
497
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
498
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
499
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
500
|
+
# documentation.
|
|
500
501
|
# @param [String] fields
|
|
501
502
|
# Selector specifying which fields to include in a partial response.
|
|
502
503
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-contactcenteraiplatform_v1alpha1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.35.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-contactcenteraiplatform_v1alpha1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenteraiplatform_v1alpha1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenteraiplatform_v1alpha1/v0.35.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenteraiplatform_v1alpha1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|