google-apis-cloudsearch_v1 0.30.0 → 0.31.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: be1813cd2d8b35f56279de20ed19c83a57f0964092210d7745f8de8217521d7e
|
|
4
|
+
data.tar.gz: e1aa448b33282b1ea1a04ce55162898e56fd24571c59ba28925434ef021f826f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4fa94ed231515c6e3844c76426785dffa463a9019e101a43d287cbe295519cb8977dc8d085e3a5752120eca7068d3b515aa8f6a1579ce74b848421383565d59d
|
|
7
|
+
data.tar.gz: 2a0221b77a15cbae7fce42183da0f49597e0d1abcd25e385fd2b521d9d1672aa1358c6cd57c7a511fdcab183b5acefd2816f1eb2e2e694cdf734feb3be514318
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-cloudsearch_v1
|
|
2
2
|
|
|
3
|
+
### v0.31.0 (2022-07-13)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20220703
|
|
6
|
+
* Regenerated using generator version 0.9.0
|
|
7
|
+
|
|
3
8
|
### v0.30.0 (2022-06-30)
|
|
4
9
|
|
|
5
10
|
* Regenerated using generator version 0.8.0
|
|
@@ -3301,6 +3301,19 @@ module Google
|
|
|
3301
3301
|
# @return [Google::Apis::CloudsearchV1::FreshnessOptions]
|
|
3302
3302
|
attr_accessor :freshness_options
|
|
3303
3303
|
|
|
3304
|
+
# Operators that can be used to filter suggestions. For Suggest API, only
|
|
3305
|
+
# operators mentioned here will be honored in the FilterOptions. Only TEXT and
|
|
3306
|
+
# ENUM operators are supported. NOTE: "objecttype", "type" and "mimetype" are
|
|
3307
|
+
# already supported. This property is to configure schema specific operators.
|
|
3308
|
+
# Even though this is an array, only one operator can be specified. This is an
|
|
3309
|
+
# array for future extensibility. Operators mapping to multiple properties
|
|
3310
|
+
# within the same object are not supported. If the operator spans across
|
|
3311
|
+
# different object types, this option has to be set once for each object
|
|
3312
|
+
# definition.
|
|
3313
|
+
# Corresponds to the JSON property `suggestionFilteringOperators`
|
|
3314
|
+
# @return [Array<String>]
|
|
3315
|
+
attr_accessor :suggestion_filtering_operators
|
|
3316
|
+
|
|
3304
3317
|
def initialize(**args)
|
|
3305
3318
|
update!(**args)
|
|
3306
3319
|
end
|
|
@@ -3309,6 +3322,7 @@ module Google
|
|
|
3309
3322
|
def update!(**args)
|
|
3310
3323
|
@display_options = args[:display_options] if args.key?(:display_options)
|
|
3311
3324
|
@freshness_options = args[:freshness_options] if args.key?(:freshness_options)
|
|
3325
|
+
@suggestion_filtering_operators = args[:suggestion_filtering_operators] if args.key?(:suggestion_filtering_operators)
|
|
3312
3326
|
end
|
|
3313
3327
|
end
|
|
3314
3328
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudsearchV1
|
|
18
18
|
# Version of the google-apis-cloudsearch_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.31.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220703"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2043,6 +2043,7 @@ module Google
|
|
|
2043
2043
|
|
|
2044
2044
|
property :freshness_options, as: 'freshnessOptions', class: Google::Apis::CloudsearchV1::FreshnessOptions, decorator: Google::Apis::CloudsearchV1::FreshnessOptions::Representation
|
|
2045
2045
|
|
|
2046
|
+
collection :suggestion_filtering_operators, as: 'suggestionFilteringOperators'
|
|
2046
2047
|
end
|
|
2047
2048
|
end
|
|
2048
2049
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudsearch_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.31.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: 2022-07-
|
|
11
|
+
date: 2022-07-18 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-cloudsearch_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.31.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsearch_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|