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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 69ea2626ae46ba18b6bb3bcc7f6db1153878187072ca432b18b001a48e1386e5
4
- data.tar.gz: 8373c273552d15a3f7c5cab904d0c9052dbdfe86e239a1f93758ab7b4170159a
3
+ metadata.gz: b5cff3291c662548ca94546242f0e5cad047ac71f79bf4d7ab5cdd8bd76771a0
4
+ data.tar.gz: dd516c049cb24a6e4a3df96359dc5a48c0839aa490a0580efe5ad2f965da1706
5
5
  SHA512:
6
- metadata.gz: 580022fc892d6438e153728d657148e47851af16ea58e059dbd8eace63f47d13b0a398e1a5992d40dc0db02a48f61a54f426e9ff6228010b6037954338dccc40
7
- data.tar.gz: e628bc9d3010c78d980d4aef472920fc30e918f12272190fc23a1882b5e26d3a4b1eee9dc84faa1bac5439711b6eaa9698a9c7038a11f29b817fee2a1b42d4f0
6
+ metadata.gz: a81885fccdd511f2b36041d152de4ca04c8e9f3ed7a838da95107c2249a888120be444c88990114c972c1a4ce41e4b5ea37a2de78953f922f4f412145c2d61cc
7
+ data.tar.gz: 850616363c82e2cf5b28dce78d12c281e65abf64f307c6086b0c93da96e86d1bf3860dd00a2ca2e965a6a94c4e5ac14a4e403f95df19fc0509bd836dc6ee28ce
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudsearch_v1
2
2
 
3
+ ### v0.18.0 (2022-01-31)
4
+
5
+ * Regenerated from discovery document revision 20220125
6
+
3
7
  ### v0.17.0 (2022-01-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20220118
@@ -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. UploadItemRef may be used upto 30 days since creation. Updating of
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. Search results apply this link
2159
- # to the title. Whitespace or special characters may cause Cloud Search result
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. UploadItemRef may be used upto 30 days since creation. Updating of
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.17.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 = "20220118"
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.17.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-01-31 00:00:00.000000000 Z
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.17.0
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: []