google-apis-cloudsearch_v1 0.21.0 → 0.24.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: 29660f994060996339bd9efb55b361807ca27f5e8a4f6afe2fc6a84aae41a053
4
- data.tar.gz: 85709337cd3c3d22374a15e112c0c2e8dc7e58005e59d1a14a6070fe1e296f3e
3
+ metadata.gz: 504ef6bd545dea2403a251f92c2cd8e796ded94be6c696ba19fbfb47b22fc667
4
+ data.tar.gz: dea6910256282065c6b100a4b4e3cdf761d29aa7656ec261e428d3519884028d
5
5
  SHA512:
6
- metadata.gz: b278da815aa25785f217daffc1706900e443e19d3bea97614aa05c94d0feab62af6f3472fe9da96ab7160ee63f41f13f97f60859096317bd31b62cd238777e1b
7
- data.tar.gz: 4cad4c1f6e1d28b9a0f0345f069f309c7c19b4697a4ad4f716736813b2fd7ba08b3bc02154b8d69fabe560d5750c339f315dd01612b2febac1204b36ffba9f87
6
+ metadata.gz: aabd4bcb202c129e14a01c721115d6fd546acc8e9b9c1fb3667d8e146a41a0cbca77c50b96c5ea8078a809036d00dedfd9690140a0840e9a49fe8fc3765ce4b5
7
+ data.tar.gz: adf97c291b03664376c8c9bf81d90498819136ca855fca6f7a1e5485cea544e5c8ab2075cb13eeeca82935aad7cfebbbdc7a1174dddde056b50f2d06872d3573
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-cloudsearch_v1
2
2
 
3
+ ### v0.24.0 (2022-03-29)
4
+
5
+ * Regenerated from discovery document revision 20220322
6
+
7
+ ### v0.23.0 (2022-03-16)
8
+
9
+ * Regenerated from discovery document revision 20220310
10
+
11
+ ### v0.22.0 (2022-03-08)
12
+
13
+ * Regenerated from discovery document revision 20220301
14
+
3
15
  ### v0.21.0 (2022-02-22)
4
16
 
5
17
  * Regenerated from discovery document revision 20220215
@@ -1066,6 +1066,110 @@ module Google
1066
1066
  end
1067
1067
  end
1068
1068
 
1069
+ # This is the proto for holding space level scoring information. This data is
1070
+ # used for logging in query-api server and for testing purposes.
1071
+ class DynamiteSpacesScoringInfo
1072
+ include Google::Apis::Core::Hashable
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
+
1089
+ #
1090
+ # Corresponds to the JSON property `finalScore`
1091
+ # @return [Float]
1092
+ attr_accessor :final_score
1093
+
1094
+ #
1095
+ # Corresponds to the JSON property `freshnessScore`
1096
+ # @return [Float]
1097
+ attr_accessor :freshness_score
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
+
1114
+ #
1115
+ # Corresponds to the JSON property `messageScore`
1116
+ # @return [Float]
1117
+ attr_accessor :message_score
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
+
1134
+ #
1135
+ # Corresponds to the JSON property `spaceAgeInDays`
1136
+ # @return [Float]
1137
+ attr_accessor :space_age_in_days
1138
+
1139
+ #
1140
+ # Corresponds to the JSON property `spaceCreationTimestampMicros`
1141
+ # @return [Fixnum]
1142
+ attr_accessor :space_creation_timestamp_micros
1143
+
1144
+ #
1145
+ # Corresponds to the JSON property `topicalityScore`
1146
+ # @return [Float]
1147
+ attr_accessor :topicality_score
1148
+
1149
+ def initialize(**args)
1150
+ update!(**args)
1151
+ end
1152
+
1153
+ # Update properties of this object
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)
1158
+ @final_score = args[:final_score] if args.key?(:final_score)
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)
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)
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)
1169
+ @topicality_score = args[:topicality_score] if args.key?(:topicality_score)
1170
+ end
1171
+ end
1172
+
1069
1173
  # A person's email address.
1070
1174
  class EmailAddress
1071
1175
  include Google::Apis::Core::Hashable
@@ -5179,6 +5283,12 @@ module Google
5179
5283
  # @return [Google::Apis::CloudsearchV1::GroupId]
5180
5284
  attr_accessor :group_id
5181
5285
 
5286
+ # Whether this is a space that enables guest access
5287
+ # Corresponds to the JSON property `isExternal`
5288
+ # @return [Boolean]
5289
+ attr_accessor :is_external
5290
+ alias_method :is_external?, :is_external
5291
+
5182
5292
  #
5183
5293
  # Corresponds to the JSON property `name`
5184
5294
  # @return [String]
@@ -5204,6 +5314,7 @@ module Google
5204
5314
  @avatar_url = args[:avatar_url] if args.key?(:avatar_url)
5205
5315
  @description = args[:description] if args.key?(:description)
5206
5316
  @group_id = args[:group_id] if args.key?(:group_id)
5317
+ @is_external = args[:is_external] if args.key?(:is_external)
5207
5318
  @name = args[:name] if args.key?(:name)
5208
5319
  @num_members = args[:num_members] if args.key?(:num_members)
5209
5320
  @user_membership_state = args[:user_membership_state] if args.key?(:user_membership_state)
@@ -5765,6 +5876,13 @@ module Google
5765
5876
  class UserId
5766
5877
  include Google::Apis::Core::Hashable
5767
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
+
5768
5886
  # Opaque, server-assigned ID of the User.
5769
5887
  # Corresponds to the JSON property `id`
5770
5888
  # @return [String]
@@ -5789,6 +5907,7 @@ module Google
5789
5907
 
5790
5908
  # Update properties of this object
5791
5909
  def update!(**args)
5910
+ @acting_user_id = args[:acting_user_id] if args.key?(:acting_user_id)
5792
5911
  @id = args[:id] if args.key?(:id)
5793
5912
  @origin_app_id = args[:origin_app_id] if args.key?(:origin_app_id)
5794
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.21.0"
19
+ GEM_VERSION = "0.24.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 = "20220215"
25
+ REVISION = "20220322"
26
26
  end
27
27
  end
28
28
  end
@@ -232,6 +232,12 @@ module Google
232
232
  include Google::Apis::Core::JsonObjectSupport
233
233
  end
234
234
 
235
+ class DynamiteSpacesScoringInfo
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
235
241
  class EmailAddress
236
242
  class Representation < Google::Apis::Core::JsonRepresentation; end
237
243
 
@@ -1393,6 +1399,27 @@ module Google
1393
1399
  end
1394
1400
  end
1395
1401
 
1402
+ class DynamiteSpacesScoringInfo
1403
+ # @private
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'
1408
+ property :final_score, as: 'finalScore'
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'
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'
1417
+ property :space_age_in_days, as: 'spaceAgeInDays'
1418
+ property :space_creation_timestamp_micros, :numeric_string => true, as: 'spaceCreationTimestampMicros'
1419
+ property :topicality_score, as: 'topicalityScore'
1420
+ end
1421
+ end
1422
+
1396
1423
  class EmailAddress
1397
1424
  # @private
1398
1425
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2592,6 +2619,7 @@ module Google
2592
2619
  property :description, as: 'description'
2593
2620
  property :group_id, as: 'groupId', class: Google::Apis::CloudsearchV1::GroupId, decorator: Google::Apis::CloudsearchV1::GroupId::Representation
2594
2621
 
2622
+ property :is_external, as: 'isExternal'
2595
2623
  property :name, as: 'name'
2596
2624
  property :num_members, as: 'numMembers'
2597
2625
  property :user_membership_state, as: 'userMembershipState'
@@ -2778,6 +2806,7 @@ module Google
2778
2806
  class UserId
2779
2807
  # @private
2780
2808
  class Representation < Google::Apis::Core::JsonRepresentation
2809
+ property :acting_user_id, as: 'actingUserId'
2781
2810
  property :id, as: 'id'
2782
2811
  property :origin_app_id, as: 'originAppId', class: Google::Apis::CloudsearchV1::AppId, decorator: Google::Apis::CloudsearchV1::AppId::Representation
2783
2812
 
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.21.0
4
+ version: 0.24.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-28 00:00:00.000000000 Z
11
+ date: 2022-04-04 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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.24.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: []