google-apis-cloudsearch_v1 0.35.0 → 0.36.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: abc7e6f0584bcd64d8526f1d550ba157858ee805d1845701ae00d3140a666883
4
- data.tar.gz: 1450efe743bafc5ae7377eec9b6a13740f0b96dfe06871e241f50379340021d7
3
+ metadata.gz: dd5a670d67edab9644c3b9a4a2d4afbb34f8fa84a993e911ba03b61589741e77
4
+ data.tar.gz: 97d3ad43c04304ab3321f280d7001c918a21909e098d691e00e0aa9789dc033b
5
5
  SHA512:
6
- metadata.gz: 33228d59025e714e7104ff1a55b90366ff7d05dd0f887d1133451bb3b6d796f4e6afd753eda2a71fecab3058fda364a2408ae27e6703864aa5ba37edeb912ce0
7
- data.tar.gz: 0b10146d37d007407f861b6adf0365d8a289144029981c5ff17a52dcd712f7f3222e516ba4d5f1497222661becec05280825c6e5bda153cc37720ff50a8b6d7d
6
+ metadata.gz: 53984646118c38bab702b34303a8d7113f24a088cd17d77ac8f7bf306b6e0ba4573296f9fd2684af050f66f94e3765ec67cf283ecf6093b071eabfc429d36540
7
+ data.tar.gz: 84044dd4d5a702da8402fdebe9e92918c65d6495d4e147bf8c7fd05b83097341ccbae34d28a724b362b552225d01d52bea84e602b9acf9d1c31f091b8a58a44f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudsearch_v1
2
2
 
3
+ ### v0.36.0 (2022-09-20)
4
+
5
+ * Regenerated from discovery document revision 20220913
6
+ * Regenerated using generator version 0.10.0
7
+
3
8
  ### v0.35.0 (2022-09-10)
4
9
 
5
10
  * Regenerated from discovery document revision 20220904
@@ -588,10 +588,20 @@ module Google
588
588
  end
589
589
  end
590
590
 
591
- # Next Id: 6
591
+ # Next Id: 7
592
592
  class AppsDynamiteSharedActivityFeedAnnotationData
593
593
  include Google::Apis::Core::Hashable
594
594
 
595
+ # Timestamp of when the Activity Feed message that contains this annotation was
596
+ # created. This is roughly when the activity happened, such as when a reaction
597
+ # happened, but will have at least some small delay, since the Activity Feed
598
+ # message is created asynchronously after. This timestamp should only be used
599
+ # for display when the activity create time is not available in the Chat UI,
600
+ # like the time of a reaction.
601
+ # Corresponds to the JSON property `activityFeedMessageCreateTime`
602
+ # @return [String]
603
+ attr_accessor :activity_feed_message_create_time
604
+
595
605
  # Primary key for Message resource.
596
606
  # Corresponds to the JSON property `activityFeedMessageId`
597
607
  # @return [Google::Apis::CloudsearchV1::MessageId]
@@ -618,6 +628,7 @@ module Google
618
628
 
619
629
  # Update properties of this object
620
630
  def update!(**args)
631
+ @activity_feed_message_create_time = args[:activity_feed_message_create_time] if args.key?(:activity_feed_message_create_time)
621
632
  @activity_feed_message_id = args[:activity_feed_message_id] if args.key?(:activity_feed_message_id)
622
633
  @chat_item = args[:chat_item] if args.key?(:chat_item)
623
634
  @shared_user_info = args[:shared_user_info] if args.key?(:shared_user_info)
@@ -3086,7 +3097,7 @@ module Google
3086
3097
  end
3087
3098
  end
3088
3099
 
3089
- # Contains info on membership count for member types: HUMAN_USER, BOT_USER &
3100
+ # Contains info on membership count for member types: HUMAN_USER, APP_USER &
3090
3101
  # ROSTER_MEMBER different states: INVITED, JOINED
3091
3102
  class AppsDynamiteSharedSegmentedMembershipCount
3092
3103
  include Google::Apis::Core::Hashable
@@ -9183,7 +9194,7 @@ module Google
9183
9194
  class GsuiteIntegrationMetadata
9184
9195
  include Google::Apis::Core::Hashable
9185
9196
 
9186
- # Next Id: 6
9197
+ # Next Id: 7
9187
9198
  # Corresponds to the JSON property `activityFeedData`
9188
9199
  # @return [Google::Apis::CloudsearchV1::AppsDynamiteSharedActivityFeedAnnotationData]
9189
9200
  attr_accessor :activity_feed_data
@@ -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.35.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220904"
25
+ REVISION = "20220913"
26
26
  end
27
27
  end
28
28
  end
@@ -3104,6 +3104,7 @@ module Google
3104
3104
  class AppsDynamiteSharedActivityFeedAnnotationData
3105
3105
  # @private
3106
3106
  class Representation < Google::Apis::Core::JsonRepresentation
3107
+ property :activity_feed_message_create_time, as: 'activityFeedMessageCreateTime'
3107
3108
  property :activity_feed_message_id, as: 'activityFeedMessageId', class: Google::Apis::CloudsearchV1::MessageId, decorator: Google::Apis::CloudsearchV1::MessageId::Representation
3108
3109
 
3109
3110
  property :chat_item, as: 'chatItem', class: Google::Apis::CloudsearchV1::AppsDynamiteSharedChatItem, decorator: Google::Apis::CloudsearchV1::AppsDynamiteSharedChatItem::Representation
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.35.0
4
+ version: 0.36.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-09-12 00:00:00.000000000 Z
11
+ date: 2022-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.9.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.7'
29
+ version: 0.9.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.36.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: []