google-apis-discoveryengine_v1alpha 0.25.0 → 0.26.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: 30a44a814beb3f4bd368a34814c6c39250645d0e965218e1328f483776cc02ab
|
|
4
|
+
data.tar.gz: 9387712b321de972da02c3e849bc245283b027003405f5aef2540507b37003c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70c7b58daffbb839a7ddc065c20fe62dd8d808c59f01781fb1d06ca5ad54c3e7640e50d6a05ea8aee474b358d275dfaaab0a966c4a4e4c65309e22011760cf50
|
|
7
|
+
data.tar.gz: 8011c0f2c824293873ff2c36bb18047cf678d8d787655ce1a5d733f794eb60f50815f71f5ddbe38fa6e91a9aad228f42e37ba9ba52520faa96d8a62a4d86e113
|
data/CHANGELOG.md
CHANGED
|
@@ -2863,10 +2863,12 @@ module Google
|
|
|
2863
2863
|
|
|
2864
2864
|
# Additional search parameters. For public website search only, supported values
|
|
2865
2865
|
# are: * `user_country_code`: string. Default empty. If set to non-empty,
|
|
2866
|
-
# results are restricted or boosted based on the location provided.
|
|
2866
|
+
# results are restricted or boosted based on the location provided. Example:
|
|
2867
|
+
# user_country_code: "au" For available codes see [Country Codes](https://
|
|
2868
|
+
# developers.google.com/custom-search/docs/json_api_reference#countryCodes) * `
|
|
2867
2869
|
# search_type`: double. Default empty. Enables non-webpage searching depending
|
|
2868
2870
|
# on the value. The only valid non-default value is 1, which enables image
|
|
2869
|
-
# searching.
|
|
2871
|
+
# searching. Example: search_type: 1
|
|
2870
2872
|
# Corresponds to the JSON property `params`
|
|
2871
2873
|
# @return [Hash<String,Object>]
|
|
2872
2874
|
attr_accessor :params
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DiscoveryengineV1alpha
|
|
18
18
|
# Version of the google-apis-discoveryengine_v1alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.26.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20231026"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-discoveryengine_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.26.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: 2023-
|
|
11
|
+
date: 2023-11-05 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-discoveryengine_v1alpha/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.26.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1alpha
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|