google-apis-cloudsearch_v1 0.31.0 → 0.32.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: be1813cd2d8b35f56279de20ed19c83a57f0964092210d7745f8de8217521d7e
4
- data.tar.gz: e1aa448b33282b1ea1a04ce55162898e56fd24571c59ba28925434ef021f826f
3
+ metadata.gz: aa30129977ed647aff7fd457f0b8d7b6ecf101a67202f53a994bc46fb609e0ed
4
+ data.tar.gz: f1dcdba54bdc3b3be3ea0f04e698f2141cc8c305268ec81e5ceff5de9031abbc
5
5
  SHA512:
6
- metadata.gz: 4fa94ed231515c6e3844c76426785dffa463a9019e101a43d287cbe295519cb8977dc8d085e3a5752120eca7068d3b515aa8f6a1579ce74b848421383565d59d
7
- data.tar.gz: 2a0221b77a15cbae7fce42183da0f49597e0d1abcd25e385fd2b521d9d1672aa1358c6cd57c7a511fdcab183b5acefd2816f1eb2e2e694cdf734feb3be514318
6
+ metadata.gz: 2916e33957d350058fbd675485fe22905c3f4d5cd276a13352293b89956929912a88052f5e2d6479326b1a589a04e8a5d32daa16c19995b681845e5ae552cb97
7
+ data.tar.gz: fd0ae507704667c68343540983743099fc22945bb034a43c62de8741f63dccdbf3559abdf54fcf883f587965926a742f6cb21ecaf8a65f158f0bb764e7183e8a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudsearch_v1
2
2
 
3
+ ### v0.32.0 (2022-07-21)
4
+
5
+ * Regenerated from discovery document revision 20220718
6
+
3
7
  ### v0.31.0 (2022-07-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20220703
@@ -1687,18 +1687,19 @@ module Google
1687
1687
  class GSuitePrincipal
1688
1688
  include Google::Apis::Core::Hashable
1689
1689
 
1690
- # This principal represents all users of the G Suite domain of the customer.
1690
+ # This principal represents all users of the Google Workspace domain of the
1691
+ # customer.
1691
1692
  # Corresponds to the JSON property `gsuiteDomain`
1692
1693
  # @return [Boolean]
1693
1694
  attr_accessor :gsuite_domain
1694
1695
  alias_method :gsuite_domain?, :gsuite_domain
1695
1696
 
1696
- # This principal references a G Suite group account
1697
+ # This principal references a Google Workspace group name.
1697
1698
  # Corresponds to the JSON property `gsuiteGroupEmail`
1698
1699
  # @return [String]
1699
1700
  attr_accessor :gsuite_group_email
1700
1701
 
1701
- # This principal references a G Suite user account
1702
+ # This principal references a Google Workspace user account.
1702
1703
  # Corresponds to the JSON property `gsuiteUserEmail`
1703
1704
  # @return [String]
1704
1705
  attr_accessor :gsuite_user_email
@@ -2177,8 +2178,8 @@ module Google
2177
2178
  class IndexItemOptions
2178
2179
  include Google::Apis::Core::Hashable
2179
2180
 
2180
- # Specifies if the index request should allow gsuite principals that do not
2181
- # exist or are deleted in the index request.
2181
+ # Specifies if the index request should allow Google Workspace principals that
2182
+ # do not exist or are deleted.
2182
2183
  # Corresponds to the JSON property `allowUnknownGsuitePrincipals`
2183
2184
  # @return [Boolean]
2184
2185
  attr_accessor :allow_unknown_gsuite_principals
@@ -3622,7 +3623,7 @@ module Google
3622
3623
  # @return [String]
3623
3624
  attr_accessor :group_resource_name
3624
3625
 
3625
- # This principal is a GSuite user, group or domain.
3626
+ # This principal is a Google Workspace user, group or domain.
3626
3627
  # Corresponds to the JSON property `gsuitePrincipal`
3627
3628
  # @return [Google::Apis::CloudsearchV1::GSuitePrincipal]
3628
3629
  attr_accessor :gsuite_principal
@@ -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.31.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220703"
25
+ REVISION = "20220718"
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.31.0
4
+ version: 0.32.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-18 00:00:00.000000000 Z
11
+ date: 2022-07-25 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.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.32.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: []