google-apis-cloudsearch_v1 0.20.0 → 0.21.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 29660f994060996339bd9efb55b361807ca27f5e8a4f6afe2fc6a84aae41a053
|
4
|
+
data.tar.gz: 85709337cd3c3d22374a15e112c0c2e8dc7e58005e59d1a14a6070fe1e296f3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b278da815aa25785f217daffc1706900e443e19d3bea97614aa05c94d0feab62af6f3472fe9da96ab7160ee63f41f13f97f60859096317bd31b62cd238777e1b
|
7
|
+
data.tar.gz: 4cad4c1f6e1d28b9a0f0345f069f309c7c19b4697a4ad4f716736813b2fd7ba08b3bc02154b8d69fabe560d5750c339f315dd01612b2febac1204b36ffba9f87
|
data/CHANGELOG.md
CHANGED
@@ -5163,6 +5163,11 @@ module Google
|
|
5163
5163
|
# @return [Google::Apis::CloudsearchV1::AvatarInfo]
|
5164
5164
|
attr_accessor :avatar_info
|
5165
5165
|
|
5166
|
+
#
|
5167
|
+
# Corresponds to the JSON property `avatarUrl`
|
5168
|
+
# @return [String]
|
5169
|
+
attr_accessor :avatar_url
|
5170
|
+
|
5166
5171
|
#
|
5167
5172
|
# Corresponds to the JSON property `description`
|
5168
5173
|
# @return [String]
|
@@ -5196,6 +5201,7 @@ module Google
|
|
5196
5201
|
# Update properties of this object
|
5197
5202
|
def update!(**args)
|
5198
5203
|
@avatar_info = args[:avatar_info] if args.key?(:avatar_info)
|
5204
|
+
@avatar_url = args[:avatar_url] if args.key?(:avatar_url)
|
5199
5205
|
@description = args[:description] if args.key?(:description)
|
5200
5206
|
@group_id = args[:group_id] if args.key?(:group_id)
|
5201
5207
|
@name = args[:name] if args.key?(:name)
|
@@ -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.21.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 = "20220215"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2588,6 +2588,7 @@ module Google
|
|
2588
2588
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2589
2589
|
property :avatar_info, as: 'avatarInfo', class: Google::Apis::CloudsearchV1::AvatarInfo, decorator: Google::Apis::CloudsearchV1::AvatarInfo::Representation
|
2590
2590
|
|
2591
|
+
property :avatar_url, as: 'avatarUrl'
|
2591
2592
|
property :description, as: 'description'
|
2592
2593
|
property :group_id, as: 'groupId', class: Google::Apis::CloudsearchV1::GroupId, decorator: Google::Apis::CloudsearchV1::GroupId::Representation
|
2593
2594
|
|
@@ -1169,8 +1169,8 @@ module Google
|
|
1169
1169
|
# If you are asked by Google to help with debugging, set this field. Otherwise,
|
1170
1170
|
# ignore this field.
|
1171
1171
|
# @param [Fixnum] page_size
|
1172
|
-
# Maximum number of datasources to fetch in a request. The max value is
|
1173
|
-
# default value is
|
1172
|
+
# Maximum number of datasources to fetch in a request. The max value is 1000.
|
1173
|
+
# The default value is 1000.
|
1174
1174
|
# @param [String] page_token
|
1175
1175
|
# Starting index of the results.
|
1176
1176
|
# @param [String] fields
|
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.21.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-02-
|
11
|
+
date: 2022-02-28 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.21.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: []
|