google-apis-cloudsearch_v1 0.5.0 → 0.6.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 +5 -0
- data/lib/google/apis/cloudsearch_v1/gem_version.rb +3 -3
- data/lib/google/apis/cloudsearch_v1/service.rb +9 -9
- 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: '09031687a094b0201e93123e7e3afd05e1e4b77ff5d41b93117255e969464a9e'
|
4
|
+
data.tar.gz: f9e73e44d85418375be1801057fda349bf43e4f31886d38126668619a3787903
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d614ef035a2f86e19afaad6d962981c8bc23eb03930983b6961308fd780aeaa7c5ec47d050eaba95215a994c67b6a3e076f2fdec97a83737361f3421268332aa
|
7
|
+
data.tar.gz: c66d734d1ffd3ca7a64bb7b18eb851a2d7b49b03993140e10d69255509e843506cae20427849e582e4e7726493ad4a196616218806fea39c0d6d0f1c6922d0d0
|
data/CHANGELOG.md
CHANGED
@@ -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.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210608"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -868,13 +868,13 @@ module Google
|
|
868
868
|
end
|
869
869
|
|
870
870
|
# The Cloud Search Query API provides the search method, which returns the most
|
871
|
-
# relevant results from a user query. The results can come from
|
872
|
-
# such as Gmail or Google Drive, or they can come from data that you have
|
871
|
+
# relevant results from a user query. The results can come from Google Workspace
|
872
|
+
# apps, such as Gmail or Google Drive, or they can come from data that you have
|
873
873
|
# indexed from a third party. **Note:** This API requires a standard end user
|
874
874
|
# account to execute. A service account can't perform Query API requests
|
875
|
-
# directly; to use a service account to perform queries, set up [
|
876
|
-
# wide delegation of authority](https://developers.google.com/
|
877
|
-
# guides/delegation/).
|
875
|
+
# directly; to use a service account to perform queries, set up [Google
|
876
|
+
# Workspace domain-wide delegation of authority](https://developers.google.com/
|
877
|
+
# cloud-search/docs/guides/delegation/).
|
878
878
|
# @param [Google::Apis::CloudsearchV1::SearchRequest] search_request_object
|
879
879
|
# @param [String] fields
|
880
880
|
# Selector specifying which fields to include in a partial response.
|
@@ -906,9 +906,9 @@ module Google
|
|
906
906
|
|
907
907
|
# Provides suggestions for autocompleting the query. **Note:** This API requires
|
908
908
|
# a standard end user account to execute. A service account can't perform Query
|
909
|
-
# API requests directly; to use a service account to perform queries, set up [
|
910
|
-
#
|
911
|
-
# search/docs/guides/delegation/).
|
909
|
+
# API requests directly; to use a service account to perform queries, set up [
|
910
|
+
# Google Workspace domain-wide delegation of authority](https://developers.
|
911
|
+
# google.com/cloud-search/docs/guides/delegation/).
|
912
912
|
# @param [Google::Apis::CloudsearchV1::SuggestRequest] suggest_request_object
|
913
913
|
# @param [String] fields
|
914
914
|
# Selector specifying which fields to include in a partial response.
|
@@ -941,7 +941,7 @@ module Google
|
|
941
941
|
# Returns list of sources that user can use for Search and Suggest APIs. **Note:*
|
942
942
|
# * This API requires a standard end user account to execute. A service account
|
943
943
|
# can't perform Query API requests directly; to use a service account to perform
|
944
|
-
# queries, set up [
|
944
|
+
# queries, set up [Google Workspace domain-wide delegation of authority](https://
|
945
945
|
# developers.google.com/cloud-search/docs/guides/delegation/).
|
946
946
|
# @param [String] page_token
|
947
947
|
# Number of sources to return in the response.
|
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.6.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: 2021-
|
11
|
+
date: 2021-06-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudsearch_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.6.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudsearch_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|