lib/google/apis/cloudsearch_v1/classes.rb in google-apis-cloudsearch_v1-0.49.0 vs lib/google/apis/cloudsearch_v1/classes.rb in google-apis-cloudsearch_v1-0.50.0
- old
+ new
@@ -453,11 +453,11 @@
# Corresponds to the JSON property `localId`
# @return [String]
attr_accessor :local_id
# Annotation metadata to display system messages for membership changes. Next
- # Tag: 8
+ # Tag: 13
# Corresponds to the JSON property `membershipChanged`
# @return [Google::Apis::CloudsearchV1::MembershipChangedMetadata]
attr_accessor :membership_changed
#
@@ -1834,10 +1834,15 @@
# meeting codes to become invalid.
# Corresponds to the JSON property `meetingCode`
# @return [String]
attr_accessor :meeting_code
+ # Required. Type of the meeting. This controls the chat client UX.
+ # Corresponds to the JSON property `meetingType`
+ # @return [String]
+ attr_accessor :meeting_type
+
# Required. A URL, in the format "https://meet.google.com/*" (e.g. https://meet.
# google.com/cxv-zbgj-wzw), to identify and access the meeting space.
# Corresponds to the JSON property `meetingUrl`
# @return [String]
attr_accessor :meeting_url
@@ -1847,10 +1852,11 @@
end
# Update properties of this object
def update!(**args)
@meeting_code = args[:meeting_code] if args.key?(:meeting_code)
+ @meeting_type = args[:meeting_type] if args.key?(:meeting_type)
@meeting_url = args[:meeting_url] if args.key?(:meeting_url)
end
end
# Metadata used to describe search information in a specific component of a chat
@@ -13632,11 +13638,11 @@
@type = args[:type] if args.key?(:type)
end
end
# Annotation metadata to display system messages for membership changes. Next
- # Tag: 8
+ # Tag: 13
class MembershipChangedMetadata
include Google::Apis::Core::Hashable
#
# Corresponds to the JSON property `affectedMemberProfiles`
@@ -13934,10 +13940,15 @@
# private_message_viewer if it is set.
# Corresponds to the JSON property `messageState`
# @return [String]
attr_accessor :message_state
+ # Indicates the number of unicode emojis in the message.
+ # Corresponds to the JSON property `numberOfUnicodeEmojis`
+ # @return [Fixnum]
+ attr_accessor :number_of_unicode_emojis
+
# Indicates if this message contains any suggestions that were provided by any
# Apps.
# Corresponds to the JSON property `originAppSuggestions`
# @return [Array<Google::Apis::CloudsearchV1::AppsDynamiteSharedOriginAppSuggestion>]
attr_accessor :origin_app_suggestions
@@ -14078,9 +14089,10 @@
@message_integration_payload = args[:message_integration_payload] if args.key?(:message_integration_payload)
@message_origin = args[:message_origin] if args.key?(:message_origin)
@message_reference = args[:message_reference] if args.key?(:message_reference)
@message_search_info = args[:message_search_info] if args.key?(:message_search_info)
@message_state = args[:message_state] if args.key?(:message_state)
+ @number_of_unicode_emojis = args[:number_of_unicode_emojis] if args.key?(:number_of_unicode_emojis)
@origin_app_suggestions = args[:origin_app_suggestions] if args.key?(:origin_app_suggestions)
@personal_labels = args[:personal_labels] if args.key?(:personal_labels)
@private_message_infos = args[:private_message_infos] if args.key?(:private_message_infos)
@private_message_viewer = args[:private_message_viewer] if args.key?(:private_message_viewer)
@props = args[:props] if args.key?(:props)