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: d6c5904082312a22c49253384956c44bbd873547708692d8504a5ec8b6d0a944
4
- data.tar.gz: 8369decd22421913d96fa77323163203647b7618353cbf7b77b62d0026e4c5b6
3
+ metadata.gz: 30a44a814beb3f4bd368a34814c6c39250645d0e965218e1328f483776cc02ab
4
+ data.tar.gz: 9387712b321de972da02c3e849bc245283b027003405f5aef2540507b37003c2
5
5
  SHA512:
6
- metadata.gz: 2157566b775090673e848a5b9599fad7f51866d7d87c31a5c26c012c3e017f8af830ba9ea8bd5fe5e1ecf1c1b7009dba528d8103c99580299fe9efa570a38460
7
- data.tar.gz: bfb04bde6314a2a90a81c8de6cc8f55c0bd7c4362d0891319e921b0e32219d7074d36c212bfaec7baf5aac1994b945e952a83896d1a6589e818e30eef7689270
6
+ metadata.gz: 70c7b58daffbb839a7ddc065c20fe62dd8d808c59f01781fb1d06ca5ad54c3e7640e50d6a05ea8aee474b358d275dfaaab0a966c4a4e4c65309e22011760cf50
7
+ data.tar.gz: 8011c0f2c824293873ff2c36bb18047cf678d8d787655ce1a5d733f794eb60f50815f71f5ddbe38fa6e91a9aad228f42e37ba9ba52520faa96d8a62a4d86e113
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-discoveryengine_v1alpha
2
2
 
3
+ ### v0.26.0 (2023-11-05)
4
+
5
+ * Regenerated from discovery document revision 20231026
6
+
3
7
  ### v0.25.0 (2023-10-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20231016
@@ -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.25.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 = "20231016"
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.25.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-10-29 00:00:00.000000000 Z
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.25.0
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: []