google-apis-cloudsearch_v1 0.22.0 → 0.23.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: c0ce151c9e44ec331b624cdc5aa2a294ae9aaa89738e9fc19b8f15bdd393ecbc
4
- data.tar.gz: ce30316af1e83154cd80e81e8f81156e2f7e3d8d7059f05e42ca79306c3f52ef
3
+ metadata.gz: 85ccba92ef2c137f80964ec8a9b130307e358f3ddd83b6a5f8a90339aa293e0a
4
+ data.tar.gz: 0df0b3155b4e6c07b014340bded58f273933d22d9e9c8749ddb37d118811fcef
5
5
  SHA512:
6
- metadata.gz: 9f40f242bb5d42b74dba2218c1ebe8430ebc7abe9319175f6289968042bd1b558c8d2dc8bc9cf39c2b6da2bcc9eb512c3c981ccf752f9e296f0ace3e599b3452
7
- data.tar.gz: db2dd4468960e63b36996ea92076271dae07465f5f89a56df8a6d20079dbfaa5af52c5868404243103c621f542cfcdb81b3cb3b82e33df0aa3569872dc826544
6
+ metadata.gz: a52529b91b0aa387b4a46da56d48a93aaca5a706e2117264677e4ee92239240b536e23e33ef8a32286e1e9a485d69c6d2fda3aac7895e2841e0e833db8344f9d
7
+ data.tar.gz: 6d0af179c556849d614e549a5c0873f1fd0aa0186c679a5e430cf33a4944bd17ef1def03b9987319eb47490826aa95f20072d31f48d41456641ed78d6b55a4b6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudsearch_v1
2
2
 
3
+ ### v0.23.0 (2022-03-16)
4
+
5
+ * Regenerated from discovery document revision 20220310
6
+
3
7
  ### v0.22.0 (2022-03-08)
4
8
 
5
9
  * 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,11 +1096,26 @@ 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
+
1084
1104
  #
1085
1105
  # Corresponds to the JSON property `messageScore`
1086
1106
  # @return [Float]
1087
1107
  attr_accessor :message_score
1088
1108
 
1109
+ #
1110
+ # Corresponds to the JSON property `smallContactListAffinityScore`
1111
+ # @return [Float]
1112
+ attr_accessor :small_contact_list_affinity_score
1113
+
1114
+ #
1115
+ # Corresponds to the JSON property `smallUnjoinedSpacesAffinityScore`
1116
+ # @return [Float]
1117
+ attr_accessor :small_unjoined_spaces_affinity_score
1118
+
1089
1119
  #
1090
1120
  # Corresponds to the JSON property `spaceAgeInDays`
1091
1121
  # @return [Float]
@@ -1102,9 +1132,15 @@ module Google
1102
1132
 
1103
1133
  # Update properties of this object
1104
1134
  def update!(**args)
1135
+ @affinity_score = args[:affinity_score] if args.key?(:affinity_score)
1136
+ @common_contact_count_affinity_score = args[:common_contact_count_affinity_score] if args.key?(:common_contact_count_affinity_score)
1137
+ @contacts_intersection_count = args[:contacts_intersection_count] if args.key?(:contacts_intersection_count)
1105
1138
  @final_score = args[:final_score] if args.key?(:final_score)
1106
1139
  @freshness_score = args[:freshness_score] if args.key?(:freshness_score)
1140
+ @joined_spaces_affinity_score = args[:joined_spaces_affinity_score] if args.key?(:joined_spaces_affinity_score)
1107
1141
  @message_score = args[:message_score] if args.key?(:message_score)
1142
+ @small_contact_list_affinity_score = args[:small_contact_list_affinity_score] if args.key?(:small_contact_list_affinity_score)
1143
+ @small_unjoined_spaces_affinity_score = args[:small_unjoined_spaces_affinity_score] if args.key?(:small_unjoined_spaces_affinity_score)
1108
1144
  @space_age_in_days = args[:space_age_in_days] if args.key?(:space_age_in_days)
1109
1145
  @topicality_score = args[:topicality_score] if args.key?(:topicality_score)
1110
1146
  end
@@ -5223,7 +5259,7 @@ module Google
5223
5259
  # @return [Google::Apis::CloudsearchV1::GroupId]
5224
5260
  attr_accessor :group_id
5225
5261
 
5226
- # Whether this is an external space outside of user's organization
5262
+ # Whether this is a space that enables guest access
5227
5263
  # Corresponds to the JSON property `isExternal`
5228
5264
  # @return [Boolean]
5229
5265
  attr_accessor :is_external
@@ -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.22.0"
19
+ GEM_VERSION = "0.23.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 = "20220301"
25
+ REVISION = "20220310"
26
26
  end
27
27
  end
28
28
  end
@@ -1402,9 +1402,15 @@ 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'
1407
1411
  property :message_score, as: 'messageScore'
1412
+ property :small_contact_list_affinity_score, as: 'smallContactListAffinityScore'
1413
+ property :small_unjoined_spaces_affinity_score, as: 'smallUnjoinedSpacesAffinityScore'
1408
1414
  property :space_age_in_days, as: 'spaceAgeInDays'
1409
1415
  property :topicality_score, as: 'topicalityScore'
1410
1416
  end
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.22.0
4
+ version: 0.23.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-03-14 00:00:00.000000000 Z
11
+ date: 2022-03-21 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.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.23.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: []