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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc83161633019f28061bf86a0d94f9fb31c1ee1060c4423f175087f614209952
4
- data.tar.gz: fb62bf4f29451e1396a8f497c499ff1a0b3eaabff79a3949418de2c523854cbd
3
+ metadata.gz: '09031687a094b0201e93123e7e3afd05e1e4b77ff5d41b93117255e969464a9e'
4
+ data.tar.gz: f9e73e44d85418375be1801057fda349bf43e4f31886d38126668619a3787903
5
5
  SHA512:
6
- metadata.gz: 2f7bd8aa1eab53e9ca94cb7afc65beda0760401007687c74efc5555362388f0447623d8e0fac58a83e27b7c0509fae6a85a488d8ca754cbd84bb4f0deab5cb08
7
- data.tar.gz: 6f8cef74261d16bf004b634e56a426fe7c6dd41dae303ac1640a315506a3d83f19afa3d142c102d1982dbf9aadb534e99dcefc06d148af48d6a44d99f264cf78
6
+ metadata.gz: d614ef035a2f86e19afaad6d962981c8bc23eb03930983b6961308fd780aeaa7c5ec47d050eaba95215a994c67b6a3e076f2fdec97a83737361f3421268332aa
7
+ data.tar.gz: c66d734d1ffd3ca7a64bb7b18eb851a2d7b49b03993140e10d69255509e843506cae20427849e582e4e7726493ad4a196616218806fea39c0d6d0f1c6922d0d0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudsearch_v1
2
2
 
3
+ ### v0.6.0 (2021-06-15)
4
+
5
+ * Regenerated from discovery document revision 20210608
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.5.0 (2021-05-19)
4
9
 
5
10
  * Unspecified changes
@@ -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.5.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.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210406"
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 G Suite Apps,
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 [G Suite domain-
876
- # wide delegation of authority](https://developers.google.com/cloud-search/docs/
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 [G
910
- # Suite domain-wide delegation of authority](https://developers.google.com/cloud-
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 [G Suite domain-wide delegation of authority](https://
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.5.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-05-24 00:00:00.000000000 Z
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.5.0
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: []