google-apis-cloudsearch_v1 0.17.0 → 0.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/cloudsearch_v1/classes.rb +4 -4
- data/lib/google/apis/cloudsearch_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5cff3291c662548ca94546242f0e5cad047ac71f79bf4d7ab5cdd8bd76771a0
|
4
|
+
data.tar.gz: dd516c049cb24a6e4a3df96359dc5a48c0839aa490a0580efe5ad2f965da1706
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a81885fccdd511f2b36041d152de4ca04c8e9f3ed7a838da95107c2249a888120be444c88990114c972c1a4ce41e4b5ea37a2de78953f922f4f412145c2d61cc
|
7
|
+
data.tar.gz: 850616363c82e2cf5b28dce78d12c281e65abf64f307c6086b0c93da96e86d1bf3860dd00a2ca2e965a6a94c4e5ac14a4e403f95df19fc0509bd836dc6ee28ce
|
data/CHANGELOG.md
CHANGED
@@ -2013,7 +2013,7 @@ module Google
|
|
2013
2013
|
include Google::Apis::Core::Hashable
|
2014
2014
|
|
2015
2015
|
# Represents an upload session reference. This reference is created via upload
|
2016
|
-
# method.
|
2016
|
+
# method. This reference is valid for 30 days after its creation. Updating of
|
2017
2017
|
# item content may refer to this uploaded content via contentDataRef.
|
2018
2018
|
# Corresponds to the JSON property `contentDataRef`
|
2019
2019
|
# @return [Google::Apis::CloudsearchV1::UploadItemRef]
|
@@ -2155,8 +2155,8 @@ module Google
|
|
2155
2155
|
# @return [Google::Apis::CloudsearchV1::SearchQualityMetadata]
|
2156
2156
|
attr_accessor :search_quality_metadata
|
2157
2157
|
|
2158
|
-
# Link to the source repository serving the data.
|
2159
|
-
# to the title. Whitespace or special characters may cause Cloud
|
2158
|
+
# Link to the source repository serving the data. Seach results apply this link
|
2159
|
+
# to the title. Whitespace or special characters may cause Cloud Seach result
|
2160
2160
|
# links to trigger a redirect notice; to avoid this, encode the URL. The maximum
|
2161
2161
|
# length is 2048 characters.
|
2162
2162
|
# Corresponds to the JSON property `sourceRepositoryUrl`
|
@@ -5210,7 +5210,7 @@ module Google
|
|
5210
5210
|
end
|
5211
5211
|
|
5212
5212
|
# Represents an upload session reference. This reference is created via upload
|
5213
|
-
# method.
|
5213
|
+
# method. This reference is valid for 30 days after its creation. Updating of
|
5214
5214
|
# item content may refer to this uploaded content via contentDataRef.
|
5215
5215
|
class UploadItemRef
|
5216
5216
|
include Google::Apis::Core::Hashable
|
@@ -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.18.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220125"
|
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-cloudsearch_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.18.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-
|
11
|
+
date: 2022-02-07 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.18.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: []
|