google-apis-cloudsearch_v1 0.25.0 → 0.26.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: c858b74973c869ac76b1e765808ea4c7a7f62ee5de4052430d4313370caeffe6
4
- data.tar.gz: e22044434f94d0987b4ee3c47d825d311045176a7535e4021892de2c4df28907
3
+ metadata.gz: 1cbe11e1e52c032d523b70bed825a37a016b8cd970bad4249192a1950aa548b4
4
+ data.tar.gz: 7ce3d3052140952edfd604c1b838657a0fd4b449fcb7835cd82248839947340e
5
5
  SHA512:
6
- metadata.gz: a619316de84692947f40dc05204d78e893c12a20e7885d8765173c74688f932bc2496ca9db117dce4a627e151e07c989b6e8c718c03f3e026a12b709db71f00e
7
- data.tar.gz: e0d4b6bc91cfb64926b6a876c70ba20f57738ffa611bfd1061cb2a1fc02f7424692322112b99715fe6db765a01b77362354b1753182d4d1dcbba0d173fbb209d
6
+ metadata.gz: 5e1c49c4a186b5b1b5ebbc23b1784f0654e950cfbfacae79bdc94c04ac5cc91c85915e447ccb47c91739c0579e76faa4ec4795af821a67a7db2ba2a12155764d
7
+ data.tar.gz: ad3dcf2ca22d5815114b25979153eabf5846099742150e1366ee73f46dfffe9e5500fe93280ca94bf89637f462340f958b1d8c96d21564c3c8aa34dd84b5daca
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudsearch_v1
2
2
 
3
+ ### v0.26.0 (2022-04-20)
4
+
5
+ * Regenerated from discovery document revision 20220411
6
+
3
7
  ### v0.25.0 (2022-04-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20220404
@@ -5283,6 +5283,13 @@ module Google
5283
5283
  # @return [Google::Apis::CloudsearchV1::GroupId]
5284
5284
  attr_accessor :group_id
5285
5285
 
5286
+ # The email address of the user that invited the calling user to the room, if
5287
+ # available. This field will only be populated for direct invites, it will be
5288
+ # empty if the user was indirectly invited to the group.
5289
+ # Corresponds to the JSON property `inviterEmail`
5290
+ # @return [String]
5291
+ attr_accessor :inviter_email
5292
+
5286
5293
  # Whether this is a space that enables guest access
5287
5294
  # Corresponds to the JSON property `isExternal`
5288
5295
  # @return [Boolean]
@@ -5314,6 +5321,7 @@ module Google
5314
5321
  @avatar_url = args[:avatar_url] if args.key?(:avatar_url)
5315
5322
  @description = args[:description] if args.key?(:description)
5316
5323
  @group_id = args[:group_id] if args.key?(:group_id)
5324
+ @inviter_email = args[:inviter_email] if args.key?(:inviter_email)
5317
5325
  @is_external = args[:is_external] if args.key?(:is_external)
5318
5326
  @name = args[:name] if args.key?(:name)
5319
5327
  @num_members = args[:num_members] if args.key?(:num_members)
@@ -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.25.0"
19
+ GEM_VERSION = "0.26.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 = "20220404"
25
+ REVISION = "20220411"
26
26
  end
27
27
  end
28
28
  end
@@ -2619,6 +2619,7 @@ module Google
2619
2619
  property :description, as: 'description'
2620
2620
  property :group_id, as: 'groupId', class: Google::Apis::CloudsearchV1::GroupId, decorator: Google::Apis::CloudsearchV1::GroupId::Representation
2621
2621
 
2622
+ property :inviter_email, as: 'inviterEmail'
2622
2623
  property :is_external, as: 'isExternal'
2623
2624
  property :name, as: 'name'
2624
2625
  property :num_members, as: 'numMembers'
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.25.0
4
+ version: 0.26.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-04-11 00:00:00.000000000 Z
11
+ date: 2022-04-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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.26.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: []