google-apis-dialogflow_v2 0.117.0 → 0.118.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: 0b517ed0630af4ad26f7a352773f6b08dcac1690b40274ca3bcdb7bf9242b14c
|
|
4
|
+
data.tar.gz: c103bc1bad0a0d67cbdbabee310514ba25fa48010f472ef15e62ac165e74e5ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9acad8065fc3f350e8bdff6adc8c41681e448e4c91595ebb241734acb3ed026a69292cc152a8f7606e159fc0f6ad775fce848503e2965919e46967ee8765fda
|
|
7
|
+
data.tar.gz: 2faeb69b0ed0100fc405ee74a51b66307432e101e0b1e15b4bb0435d491d482d6316a0f1007ec1c13353d94568900260b7d4b701bd032658d881f89e660e4edf
|
data/CHANGELOG.md
CHANGED
|
@@ -24497,8 +24497,9 @@ module Google
|
|
|
24497
24497
|
attr_accessor :operations
|
|
24498
24498
|
|
|
24499
24499
|
# Unordered list. Unreachable resources. Populated when the request sets `
|
|
24500
|
-
# ListOperationsRequest.return_partial_success` and reads across collections
|
|
24501
|
-
# when attempting to list all resources across all supported
|
|
24500
|
+
# ListOperationsRequest.return_partial_success` and reads across collections.
|
|
24501
|
+
# For example, when attempting to list all resources across all supported
|
|
24502
|
+
# locations.
|
|
24502
24503
|
# Corresponds to the JSON property `unreachable`
|
|
24503
24504
|
# @return [Array<String>]
|
|
24504
24505
|
attr_accessor :unreachable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DialogflowV2
|
|
18
18
|
# Version of the google-apis-dialogflow_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.118.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 = "20251203"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -10046,11 +10046,12 @@ module Google
|
|
|
10046
10046
|
# The standard list page token.
|
|
10047
10047
|
# @param [Boolean] return_partial_success
|
|
10048
10048
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
10049
|
-
# those that are unreachable are returned in the
|
|
10050
|
-
# unreachable
|
|
10051
|
-
#
|
|
10052
|
-
# by default
|
|
10053
|
-
# explicitly documented otherwise in service or product specific
|
|
10049
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
10050
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
10051
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
10052
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
10053
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
10054
|
+
# documentation.
|
|
10054
10055
|
# @param [String] fields
|
|
10055
10056
|
# Selector specifying which fields to include in a partial response.
|
|
10056
10057
|
# @param [String] quota_user
|
|
@@ -10617,11 +10618,12 @@ module Google
|
|
|
10617
10618
|
# The standard list page token.
|
|
10618
10619
|
# @param [Boolean] return_partial_success
|
|
10619
10620
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
10620
|
-
# those that are unreachable are returned in the
|
|
10621
|
-
# unreachable
|
|
10622
|
-
#
|
|
10623
|
-
# by default
|
|
10624
|
-
# explicitly documented otherwise in service or product specific
|
|
10621
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
10622
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
10623
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
10624
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
10625
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
10626
|
+
# documentation.
|
|
10625
10627
|
# @param [String] fields
|
|
10626
10628
|
# Selector specifying which fields to include in a partial response.
|
|
10627
10629
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dialogflow_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.118.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-dialogflow_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.118.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|