google-apis-cloudsearch_v1 0.22.0 → 0.25.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: c858b74973c869ac76b1e765808ea4c7a7f62ee5de4052430d4313370caeffe6
|
4
|
+
data.tar.gz: e22044434f94d0987b4ee3c47d825d311045176a7535e4021892de2c4df28907
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a619316de84692947f40dc05204d78e893c12a20e7885d8765173c74688f932bc2496ca9db117dce4a627e151e07c989b6e8c718c03f3e026a12b709db71f00e
|
7
|
+
data.tar.gz: e0d4b6bc91cfb64926b6a876c70ba20f57738ffa611bfd1061cb2a1fc02f7424692322112b99715fe6db765a01b77362354b1753182d4d1dcbba0d173fbb209d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-cloudsearch_v1
|
2
2
|
|
3
|
+
### v0.25.0 (2022-04-07)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220404
|
6
|
+
|
7
|
+
### v0.24.0 (2022-03-29)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220322
|
10
|
+
|
11
|
+
### v0.23.0 (2022-03-16)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220310
|
14
|
+
|
3
15
|
### v0.22.0 (2022-03-08)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220301
|
@@ -1071,6 +1071,21 @@ module Google
|
|
1071
1071
|
class DynamiteSpacesScoringInfo
|
1072
1072
|
include Google::Apis::Core::Hashable
|
1073
1073
|
|
1074
|
+
#
|
1075
|
+
# Corresponds to the JSON property `affinityScore`
|
1076
|
+
# @return [Float]
|
1077
|
+
attr_accessor :affinity_score
|
1078
|
+
|
1079
|
+
#
|
1080
|
+
# Corresponds to the JSON property `commonContactCountAffinityScore`
|
1081
|
+
# @return [Float]
|
1082
|
+
attr_accessor :common_contact_count_affinity_score
|
1083
|
+
|
1084
|
+
#
|
1085
|
+
# Corresponds to the JSON property `contactsIntersectionCount`
|
1086
|
+
# @return [Float]
|
1087
|
+
attr_accessor :contacts_intersection_count
|
1088
|
+
|
1074
1089
|
#
|
1075
1090
|
# Corresponds to the JSON property `finalScore`
|
1076
1091
|
# @return [Float]
|
@@ -1081,16 +1096,51 @@ module Google
|
|
1081
1096
|
# @return [Float]
|
1082
1097
|
attr_accessor :freshness_score
|
1083
1098
|
|
1099
|
+
#
|
1100
|
+
# Corresponds to the JSON property `joinedSpacesAffinityScore`
|
1101
|
+
# @return [Float]
|
1102
|
+
attr_accessor :joined_spaces_affinity_score
|
1103
|
+
|
1104
|
+
#
|
1105
|
+
# Corresponds to the JSON property `lastMessagePostedTimestampMicros`
|
1106
|
+
# @return [Fixnum]
|
1107
|
+
attr_accessor :last_message_posted_timestamp_micros
|
1108
|
+
|
1109
|
+
#
|
1110
|
+
# Corresponds to the JSON property `memberMetadataCount`
|
1111
|
+
# @return [Float]
|
1112
|
+
attr_accessor :member_metadata_count
|
1113
|
+
|
1084
1114
|
#
|
1085
1115
|
# Corresponds to the JSON property `messageScore`
|
1086
1116
|
# @return [Float]
|
1087
1117
|
attr_accessor :message_score
|
1088
1118
|
|
1119
|
+
#
|
1120
|
+
# Corresponds to the JSON property `numAucContacts`
|
1121
|
+
# @return [Fixnum]
|
1122
|
+
attr_accessor :num_auc_contacts
|
1123
|
+
|
1124
|
+
#
|
1125
|
+
# Corresponds to the JSON property `smallContactListAffinityScore`
|
1126
|
+
# @return [Float]
|
1127
|
+
attr_accessor :small_contact_list_affinity_score
|
1128
|
+
|
1129
|
+
#
|
1130
|
+
# Corresponds to the JSON property `smallUnjoinedSpacesAffinityScore`
|
1131
|
+
# @return [Float]
|
1132
|
+
attr_accessor :small_unjoined_spaces_affinity_score
|
1133
|
+
|
1089
1134
|
#
|
1090
1135
|
# Corresponds to the JSON property `spaceAgeInDays`
|
1091
1136
|
# @return [Float]
|
1092
1137
|
attr_accessor :space_age_in_days
|
1093
1138
|
|
1139
|
+
#
|
1140
|
+
# Corresponds to the JSON property `spaceCreationTimestampMicros`
|
1141
|
+
# @return [Fixnum]
|
1142
|
+
attr_accessor :space_creation_timestamp_micros
|
1143
|
+
|
1094
1144
|
#
|
1095
1145
|
# Corresponds to the JSON property `topicalityScore`
|
1096
1146
|
# @return [Float]
|
@@ -1102,10 +1152,20 @@ module Google
|
|
1102
1152
|
|
1103
1153
|
# Update properties of this object
|
1104
1154
|
def update!(**args)
|
1155
|
+
@affinity_score = args[:affinity_score] if args.key?(:affinity_score)
|
1156
|
+
@common_contact_count_affinity_score = args[:common_contact_count_affinity_score] if args.key?(:common_contact_count_affinity_score)
|
1157
|
+
@contacts_intersection_count = args[:contacts_intersection_count] if args.key?(:contacts_intersection_count)
|
1105
1158
|
@final_score = args[:final_score] if args.key?(:final_score)
|
1106
1159
|
@freshness_score = args[:freshness_score] if args.key?(:freshness_score)
|
1160
|
+
@joined_spaces_affinity_score = args[:joined_spaces_affinity_score] if args.key?(:joined_spaces_affinity_score)
|
1161
|
+
@last_message_posted_timestamp_micros = args[:last_message_posted_timestamp_micros] if args.key?(:last_message_posted_timestamp_micros)
|
1162
|
+
@member_metadata_count = args[:member_metadata_count] if args.key?(:member_metadata_count)
|
1107
1163
|
@message_score = args[:message_score] if args.key?(:message_score)
|
1164
|
+
@num_auc_contacts = args[:num_auc_contacts] if args.key?(:num_auc_contacts)
|
1165
|
+
@small_contact_list_affinity_score = args[:small_contact_list_affinity_score] if args.key?(:small_contact_list_affinity_score)
|
1166
|
+
@small_unjoined_spaces_affinity_score = args[:small_unjoined_spaces_affinity_score] if args.key?(:small_unjoined_spaces_affinity_score)
|
1108
1167
|
@space_age_in_days = args[:space_age_in_days] if args.key?(:space_age_in_days)
|
1168
|
+
@space_creation_timestamp_micros = args[:space_creation_timestamp_micros] if args.key?(:space_creation_timestamp_micros)
|
1109
1169
|
@topicality_score = args[:topicality_score] if args.key?(:topicality_score)
|
1110
1170
|
end
|
1111
1171
|
end
|
@@ -5223,7 +5283,7 @@ module Google
|
|
5223
5283
|
# @return [Google::Apis::CloudsearchV1::GroupId]
|
5224
5284
|
attr_accessor :group_id
|
5225
5285
|
|
5226
|
-
# Whether this is
|
5286
|
+
# Whether this is a space that enables guest access
|
5227
5287
|
# Corresponds to the JSON property `isExternal`
|
5228
5288
|
# @return [Boolean]
|
5229
5289
|
attr_accessor :is_external
|
@@ -5816,6 +5876,13 @@ module Google
|
|
5816
5876
|
class UserId
|
5817
5877
|
include Google::Apis::Core::Hashable
|
5818
5878
|
|
5879
|
+
# Optional. Opaque, server-assigned ID of the user profile associated with App/
|
5880
|
+
# user acting on behalf of the human user. This is currently only set when a 3P
|
5881
|
+
# application is acting on the user's behalf.
|
5882
|
+
# Corresponds to the JSON property `actingUserId`
|
5883
|
+
# @return [String]
|
5884
|
+
attr_accessor :acting_user_id
|
5885
|
+
|
5819
5886
|
# Opaque, server-assigned ID of the User.
|
5820
5887
|
# Corresponds to the JSON property `id`
|
5821
5888
|
# @return [String]
|
@@ -5840,6 +5907,7 @@ module Google
|
|
5840
5907
|
|
5841
5908
|
# Update properties of this object
|
5842
5909
|
def update!(**args)
|
5910
|
+
@acting_user_id = args[:acting_user_id] if args.key?(:acting_user_id)
|
5843
5911
|
@id = args[:id] if args.key?(:id)
|
5844
5912
|
@origin_app_id = args[:origin_app_id] if args.key?(:origin_app_id)
|
5845
5913
|
@type = args[:type] if args.key?(:type)
|
@@ -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.25.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 = "20220404"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1402,10 +1402,20 @@ module Google
|
|
1402
1402
|
class DynamiteSpacesScoringInfo
|
1403
1403
|
# @private
|
1404
1404
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1405
|
+
property :affinity_score, as: 'affinityScore'
|
1406
|
+
property :common_contact_count_affinity_score, as: 'commonContactCountAffinityScore'
|
1407
|
+
property :contacts_intersection_count, as: 'contactsIntersectionCount'
|
1405
1408
|
property :final_score, as: 'finalScore'
|
1406
1409
|
property :freshness_score, as: 'freshnessScore'
|
1410
|
+
property :joined_spaces_affinity_score, as: 'joinedSpacesAffinityScore'
|
1411
|
+
property :last_message_posted_timestamp_micros, :numeric_string => true, as: 'lastMessagePostedTimestampMicros'
|
1412
|
+
property :member_metadata_count, as: 'memberMetadataCount'
|
1407
1413
|
property :message_score, as: 'messageScore'
|
1414
|
+
property :num_auc_contacts, :numeric_string => true, as: 'numAucContacts'
|
1415
|
+
property :small_contact_list_affinity_score, as: 'smallContactListAffinityScore'
|
1416
|
+
property :small_unjoined_spaces_affinity_score, as: 'smallUnjoinedSpacesAffinityScore'
|
1408
1417
|
property :space_age_in_days, as: 'spaceAgeInDays'
|
1418
|
+
property :space_creation_timestamp_micros, :numeric_string => true, as: 'spaceCreationTimestampMicros'
|
1409
1419
|
property :topicality_score, as: 'topicalityScore'
|
1410
1420
|
end
|
1411
1421
|
end
|
@@ -2796,6 +2806,7 @@ module Google
|
|
2796
2806
|
class UserId
|
2797
2807
|
# @private
|
2798
2808
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2809
|
+
property :acting_user_id, as: 'actingUserId'
|
2799
2810
|
property :id, as: 'id'
|
2800
2811
|
property :origin_app_id, as: 'originAppId', class: Google::Apis::CloudsearchV1::AppId, decorator: Google::Apis::CloudsearchV1::AppId::Representation
|
2801
2812
|
|
@@ -51,8 +51,9 @@ module Google
|
|
51
51
|
@batch_path = 'batch'
|
52
52
|
end
|
53
53
|
|
54
|
-
# Checks whether an item is accessible by specified principal.
|
55
|
-
#
|
54
|
+
# Checks whether an item is accessible by specified principal. Principal must be
|
55
|
+
# a user; groups and domain values aren't supported. **Note:** This API requires
|
56
|
+
# an admin account to execute.
|
56
57
|
# @param [String] name
|
57
58
|
# Item name, format: datasources/`source_id`/items/`item_id`
|
58
59
|
# @param [Google::Apis::CloudsearchV1::Principal] principal_object
|
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.25.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-
|
11
|
+
date: 2022-04-11 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.25.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: []
|