lib/google/apis/cloudsearch_v1/classes.rb in google-apis-cloudsearch_v1-0.35.0 vs lib/google/apis/cloudsearch_v1/classes.rb in google-apis-cloudsearch_v1-0.36.0
- old
+ new
@@ -586,14 +586,24 @@
@key = args[:key] if args.key?(:key)
@value = args[:value] if args.key?(:value)
end
end
- # Next Id: 6
+ # Next Id: 7
class AppsDynamiteSharedActivityFeedAnnotationData
include Google::Apis::Core::Hashable
+ # Timestamp of when the Activity Feed message that contains this annotation was
+ # created. This is roughly when the activity happened, such as when a reaction
+ # happened, but will have at least some small delay, since the Activity Feed
+ # message is created asynchronously after. This timestamp should only be used
+ # for display when the activity create time is not available in the Chat UI,
+ # like the time of a reaction.
+ # Corresponds to the JSON property `activityFeedMessageCreateTime`
+ # @return [String]
+ attr_accessor :activity_feed_message_create_time
+
# Primary key for Message resource.
# Corresponds to the JSON property `activityFeedMessageId`
# @return [Google::Apis::CloudsearchV1::MessageId]
attr_accessor :activity_feed_message_id
@@ -616,10 +626,11 @@
update!(**args)
end
# Update properties of this object
def update!(**args)
+ @activity_feed_message_create_time = args[:activity_feed_message_create_time] if args.key?(:activity_feed_message_create_time)
@activity_feed_message_id = args[:activity_feed_message_id] if args.key?(:activity_feed_message_id)
@chat_item = args[:chat_item] if args.key?(:chat_item)
@shared_user_info = args[:shared_user_info] if args.key?(:shared_user_info)
@user_info = args[:user_info] if args.key?(:user_info)
end
@@ -3084,11 +3095,11 @@
@expiry_timestamp = args[:expiry_timestamp] if args.key?(:expiry_timestamp)
@state = args[:state] if args.key?(:state)
end
end
- # Contains info on membership count for member types: HUMAN_USER, BOT_USER &
+ # Contains info on membership count for member types: HUMAN_USER, APP_USER &
# ROSTER_MEMBER different states: INVITED, JOINED
class AppsDynamiteSharedSegmentedMembershipCount
include Google::Apis::Core::Hashable
#
@@ -9181,10 +9192,10 @@
# Annotation metadata for an GsuiteIntegration artifact.
class GsuiteIntegrationMetadata
include Google::Apis::Core::Hashable
- # Next Id: 6
+ # Next Id: 7
# Corresponds to the JSON property `activityFeedData`
# @return [Google::Apis::CloudsearchV1::AppsDynamiteSharedActivityFeedAnnotationData]
attr_accessor :activity_feed_data
# This is the internal version of the API proto at google3/google/chat/v1/