google-apis-cloudsearch_v1 0.25.0 → 0.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1cbe11e1e52c032d523b70bed825a37a016b8cd970bad4249192a1950aa548b4
|
|
4
|
+
data.tar.gz: 7ce3d3052140952edfd604c1b838657a0fd4b449fcb7835cd82248839947340e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e1c49c4a186b5b1b5ebbc23b1784f0654e950cfbfacae79bdc94c04ac5cc91c85915e447ccb47c91739c0579e76faa4ec4795af821a67a7db2ba2a12155764d
|
|
7
|
+
data.tar.gz: ad3dcf2ca22d5815114b25979153eabf5846099742150e1366ee73f46dfffe9e5500fe93280ca94bf89637f462340f958b1d8c96d21564c3c8aa34dd84b5daca
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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.
|
|
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
|
+
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.
|
|
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: []
|