google-apis-cloudsearch_v1 0.42.0 → 0.44.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: 1f36a8bdfd678a2695a5267bbfb9faab21c68b4456b543ddee0a128548ce828e
4
- data.tar.gz: 6f7147f2357019fe52d8b87035a81ab0fc6214f15c83ee5c6385d214e19ca150
3
+ metadata.gz: 29a124695739e03e41ba22bf4a500f1539435f2e66738dc1fd68a1885da8c38f
4
+ data.tar.gz: e2763479b00afc7b5bec8a62349f9ae8a2dabdfac9b2cd34a91f994cfab271c2
5
5
  SHA512:
6
- metadata.gz: f1677be89b51415b8bdab901dfd25857a7557f92aa5e09a9781bfe7abf59203cd6dd0276ac6d34d9972bf20a078fae60af48c4f615ab3139fad6a7602ece7bc4
7
- data.tar.gz: 0b4317c11f38a7a5895dbb9f7ca20cb19df2176f3a92c1de393905f673dbd3e6d5d2b487ef0b8f82be5aa805b95c9c86f65606e10a9e99d484262c024ef6e618
6
+ metadata.gz: 8f1ec8799a30442c900afecd4227052210eb6b8dbc87607c8d597847602cb055e4a4009efda4112961805fbb06a4561b01b5753fdd426d346bbd0f1543e5e332
7
+ data.tar.gz: 8e4ae9e212cf9e776afc6b2a546e5128b8526798e26a01cddaa210f5e5130571e3bcf1b8e9a1a5233998f22760c1fddde83dfc2ee6ed39d282ebf384f5d76696
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudsearch_v1
2
2
 
3
+ ### v0.44.0 (2023-02-12)
4
+
5
+ * Regenerated from discovery document revision 20230131
6
+
7
+ ### v0.43.0 (2023-02-05)
8
+
9
+ * Regenerated from discovery document revision 20230124
10
+
3
11
  ### v0.42.0 (2023-01-29)
4
12
 
5
13
  * Regenerated from discovery document revision 20230117
@@ -382,9 +382,11 @@ module Google
382
382
  # @return [Fixnum]
383
383
  attr_accessor :length
384
384
 
385
- # A unique client-assigned ID for this annotation. This is helpful in matching
386
- # the back-filled annotations to the original annotations on client side,
387
- # without having to re-parse the message.
385
+ # * A client-assigned ID for this annotation. This is helpful in matching the
386
+ # back-filled annotations to the original annotations on client side, without
387
+ # having to re-parse the message. There is no guarantee an annotation has a
388
+ # local_id, it's a purely client used and controlled field with no guarantee of
389
+ # uniqueness.
388
390
  # Corresponds to the JSON property `localId`
389
391
  # @return [String]
390
392
  attr_accessor :local_id
@@ -434,8 +436,13 @@ module Google
434
436
  # @return [String]
435
437
  attr_accessor :type
436
438
 
437
- # A unique server-assigned ID for this annotation. This is helpful in matching
438
- # annotation objects when fetched from service.
439
+ # * A unique server-assigned ID for this annotation. This is helpful in matching
440
+ # annotation objects when fetched from service. All uploads should have a
441
+ # unique_id after the message they are attached to is successfully sent. Url
442
+ # annotations that originally were uploads (i.e. policy violations) will have a
443
+ # unique_id after the message they are attached to is successfully sent. No
444
+ # other url annotations should have a unique_id. All drive annotations should
445
+ # have a unique_id after the message they are attached to is successfully sent.
439
446
  # Corresponds to the JSON property `uniqueId`
440
447
  # @return [String]
441
448
  attr_accessor :unique_id
@@ -7709,6 +7716,37 @@ module Google
7709
7716
  class DynamiteMessagesScoringInfo
7710
7717
  include Google::Apis::Core::Hashable
7711
7718
 
7719
+ #
7720
+ # Corresponds to the JSON property `commonContactCount`
7721
+ # @return [Fixnum]
7722
+ attr_accessor :common_contact_count
7723
+
7724
+ #
7725
+ # Corresponds to the JSON property `commonCountToContactListCountRatio`
7726
+ # @return [Float]
7727
+ attr_accessor :common_count_to_contact_list_count_ratio
7728
+
7729
+ #
7730
+ # Corresponds to the JSON property `commonCountToMembershipCountRatio`
7731
+ # @return [Float]
7732
+ attr_accessor :common_count_to_membership_count_ratio
7733
+
7734
+ #
7735
+ # Corresponds to the JSON property `creatorGaiaId`
7736
+ # @return [Fixnum]
7737
+ attr_accessor :creator_gaia_id
7738
+
7739
+ #
7740
+ # Corresponds to the JSON property `creatorInSearcherContactList`
7741
+ # @return [Boolean]
7742
+ attr_accessor :creator_in_searcher_contact_list
7743
+ alias_method :creator_in_searcher_contact_list?, :creator_in_searcher_contact_list
7744
+
7745
+ #
7746
+ # Corresponds to the JSON property `dasContactCount`
7747
+ # @return [Fixnum]
7748
+ attr_accessor :das_contact_count
7749
+
7712
7750
  #
7713
7751
  # Corresponds to the JSON property `finalScore`
7714
7752
  # @return [Float]
@@ -7724,6 +7762,11 @@ module Google
7724
7762
  # @return [Float]
7725
7763
  attr_accessor :joined_space_affinity_score
7726
7764
 
7765
+ #
7766
+ # Corresponds to the JSON property `lastReadTimestampAgeInDays`
7767
+ # @return [Float]
7768
+ attr_accessor :last_read_timestamp_age_in_days
7769
+
7727
7770
  #
7728
7771
  # Corresponds to the JSON property `messageAgeInDays`
7729
7772
  # @return [Float]
@@ -7734,6 +7777,16 @@ module Google
7734
7777
  # @return [Float]
7735
7778
  attr_accessor :message_sender_affinity_score
7736
7779
 
7780
+ #
7781
+ # Corresponds to the JSON property `spaceId`
7782
+ # @return [Fixnum]
7783
+ attr_accessor :space_id
7784
+
7785
+ #
7786
+ # Corresponds to the JSON property `spaceMembershipCount`
7787
+ # @return [Fixnum]
7788
+ attr_accessor :space_membership_count
7789
+
7737
7790
  #
7738
7791
  # Corresponds to the JSON property `topicalityScore`
7739
7792
  # @return [Float]
@@ -7750,11 +7803,20 @@ module Google
7750
7803
 
7751
7804
  # Update properties of this object
7752
7805
  def update!(**args)
7806
+ @common_contact_count = args[:common_contact_count] if args.key?(:common_contact_count)
7807
+ @common_count_to_contact_list_count_ratio = args[:common_count_to_contact_list_count_ratio] if args.key?(:common_count_to_contact_list_count_ratio)
7808
+ @common_count_to_membership_count_ratio = args[:common_count_to_membership_count_ratio] if args.key?(:common_count_to_membership_count_ratio)
7809
+ @creator_gaia_id = args[:creator_gaia_id] if args.key?(:creator_gaia_id)
7810
+ @creator_in_searcher_contact_list = args[:creator_in_searcher_contact_list] if args.key?(:creator_in_searcher_contact_list)
7811
+ @das_contact_count = args[:das_contact_count] if args.key?(:das_contact_count)
7753
7812
  @final_score = args[:final_score] if args.key?(:final_score)
7754
7813
  @freshness_score = args[:freshness_score] if args.key?(:freshness_score)
7755
7814
  @joined_space_affinity_score = args[:joined_space_affinity_score] if args.key?(:joined_space_affinity_score)
7815
+ @last_read_timestamp_age_in_days = args[:last_read_timestamp_age_in_days] if args.key?(:last_read_timestamp_age_in_days)
7756
7816
  @message_age_in_days = args[:message_age_in_days] if args.key?(:message_age_in_days)
7757
7817
  @message_sender_affinity_score = args[:message_sender_affinity_score] if args.key?(:message_sender_affinity_score)
7818
+ @space_id = args[:space_id] if args.key?(:space_id)
7819
+ @space_membership_count = args[:space_membership_count] if args.key?(:space_membership_count)
7758
7820
  @topicality_score = args[:topicality_score] if args.key?(:topicality_score)
7759
7821
  @unjoined_space_affinity_score = args[:unjoined_space_affinity_score] if args.key?(:unjoined_space_affinity_score)
7760
7822
  end
@@ -20385,8 +20447,9 @@ module Google
20385
20447
  class UploadMetadata
20386
20448
  include Google::Apis::Core::Hashable
20387
20449
 
20388
- # Opaque token. Clients shall simply pass it back to the Backend. This field
20389
- # will NOT be saved into storage.
20450
+ # Opaque token. Clients shall simply pass it back to the Backend. There is no
20451
+ # guarantee the attachment_token returned on subsequent reads is the same even
20452
+ # if nothing has changed. This field will NOT be saved into storage.
20390
20453
  # Corresponds to the JSON property `attachmentToken`
20391
20454
  # @return [String]
20392
20455
  attr_accessor :attachment_token
@@ -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.42.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230117"
25
+ REVISION = "20230131"
26
26
  end
27
27
  end
28
28
  end
@@ -5699,11 +5699,20 @@ module Google
5699
5699
  class DynamiteMessagesScoringInfo
5700
5700
  # @private
5701
5701
  class Representation < Google::Apis::Core::JsonRepresentation
5702
+ property :common_contact_count, :numeric_string => true, as: 'commonContactCount'
5703
+ property :common_count_to_contact_list_count_ratio, as: 'commonCountToContactListCountRatio'
5704
+ property :common_count_to_membership_count_ratio, as: 'commonCountToMembershipCountRatio'
5705
+ property :creator_gaia_id, :numeric_string => true, as: 'creatorGaiaId'
5706
+ property :creator_in_searcher_contact_list, as: 'creatorInSearcherContactList'
5707
+ property :das_contact_count, :numeric_string => true, as: 'dasContactCount'
5702
5708
  property :final_score, as: 'finalScore'
5703
5709
  property :freshness_score, as: 'freshnessScore'
5704
5710
  property :joined_space_affinity_score, as: 'joinedSpaceAffinityScore'
5711
+ property :last_read_timestamp_age_in_days, as: 'lastReadTimestampAgeInDays'
5705
5712
  property :message_age_in_days, as: 'messageAgeInDays'
5706
5713
  property :message_sender_affinity_score, as: 'messageSenderAffinityScore'
5714
+ property :space_id, :numeric_string => true, as: 'spaceId'
5715
+ property :space_membership_count, :numeric_string => true, as: 'spaceMembershipCount'
5707
5716
  property :topicality_score, as: 'topicalityScore'
5708
5717
  property :unjoined_space_affinity_score, as: 'unjoinedSpaceAffinityScore'
5709
5718
  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.42.0
4
+ version: 0.44.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: 2023-01-29 00:00:00.000000000 Z
11
+ date: 2023-02-12 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.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.44.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: []