lib/google/apis/chat_v1/representations.rb in google-apis-chat_v1-0.64.0 vs lib/google/apis/chat_v1/representations.rb in google-apis-chat_v1-0.65.0

- old
+ new

@@ -98,10 +98,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class ChatClientDataSourceMarkup + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class Color class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -314,10 +320,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GoogleAppsCardV1PlatformDataSource + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GoogleAppsCardV1Section class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -374,10 +386,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class HostAppDataSourceMarkup + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class Image class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -500,10 +518,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class SpaceDataSource + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class SpaceDetails class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -709,10 +733,18 @@ property :error, as: 'error', class: Google::Apis::ChatV1::Status, decorator: Google::Apis::ChatV1::Status::Representation end end + class ChatClientDataSourceMarkup + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :space_data_source, as: 'spaceDataSource', class: Google::Apis::ChatV1::SpaceDataSource, decorator: Google::Apis::ChatV1::SpaceDataSource::Representation + + end + end + class Color # @private class Representation < Google::Apis::Core::JsonRepresentation property :alpha, as: 'alpha' property :blue, as: 'blue' @@ -911,10 +943,11 @@ property :header, as: 'header', class: Google::Apis::ChatV1::GoogleAppsCardV1CardHeader, decorator: Google::Apis::ChatV1::GoogleAppsCardV1CardHeader::Representation property :name, as: 'name' property :peek_card_header, as: 'peekCardHeader', class: Google::Apis::ChatV1::GoogleAppsCardV1CardHeader, decorator: Google::Apis::ChatV1::GoogleAppsCardV1CardHeader::Representation + property :section_divider_style, as: 'sectionDividerStyle' collection :sections, as: 'sections', class: Google::Apis::ChatV1::GoogleAppsCardV1Section, decorator: Google::Apis::ChatV1::GoogleAppsCardV1Section::Representation end end @@ -1095,10 +1128,19 @@ property :open_as, as: 'openAs' property :url, as: 'url' end end + class GoogleAppsCardV1PlatformDataSource + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :common_data_source, as: 'commonDataSource' + property :host_app_data_source, as: 'hostAppDataSource', class: Google::Apis::ChatV1::HostAppDataSourceMarkup, decorator: Google::Apis::ChatV1::HostAppDataSourceMarkup::Representation + + end + end + class GoogleAppsCardV1Section # @private class Representation < Google::Apis::Core::JsonRepresentation property :collapsible, as: 'collapsible' property :header, as: 'header' @@ -1109,24 +1151,32 @@ end class GoogleAppsCardV1SelectionInput # @private class Representation < Google::Apis::Core::JsonRepresentation + property :external_data_source, as: 'externalDataSource', class: Google::Apis::ChatV1::GoogleAppsCardV1Action, decorator: Google::Apis::ChatV1::GoogleAppsCardV1Action::Representation + collection :items, as: 'items', class: Google::Apis::ChatV1::GoogleAppsCardV1SelectionItem, decorator: Google::Apis::ChatV1::GoogleAppsCardV1SelectionItem::Representation property :label, as: 'label' + property :multi_select_max_selected_items, as: 'multiSelectMaxSelectedItems' + property :multi_select_min_query_length, as: 'multiSelectMinQueryLength' property :name, as: 'name' property :on_change_action, as: 'onChangeAction', class: Google::Apis::ChatV1::GoogleAppsCardV1Action, decorator: Google::Apis::ChatV1::GoogleAppsCardV1Action::Representation + property :platform_data_source, as: 'platformDataSource', class: Google::Apis::ChatV1::GoogleAppsCardV1PlatformDataSource, decorator: Google::Apis::ChatV1::GoogleAppsCardV1PlatformDataSource::Representation + property :type, as: 'type' end end class GoogleAppsCardV1SelectionItem # @private class Representation < Google::Apis::Core::JsonRepresentation + property :bottom_text, as: 'bottomText' property :selected, as: 'selected' + property :start_icon_uri, as: 'startIconUri' property :text, as: 'text' property :value, as: 'value' end end @@ -1226,10 +1276,18 @@ property :text_paragraph, as: 'textParagraph', class: Google::Apis::ChatV1::GoogleAppsCardV1TextParagraph, decorator: Google::Apis::ChatV1::GoogleAppsCardV1TextParagraph::Representation end end + class HostAppDataSourceMarkup + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :chat_data_source, as: 'chatDataSource', class: Google::Apis::ChatV1::ChatClientDataSourceMarkup, decorator: Google::Apis::ChatV1::ChatClientDataSourceMarkup::Representation + + end + end + class Image # @private class Representation < Google::Apis::Core::JsonRepresentation property :aspect_ratio, as: 'aspectRatio' property :image_url, as: 'imageUrl' @@ -1471,9 +1529,16 @@ property :space_history_state, as: 'spaceHistoryState' property :space_threading_state, as: 'spaceThreadingState' property :space_type, as: 'spaceType' property :threaded, as: 'threaded' property :type, as: 'type' + end + end + + class SpaceDataSource + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :default_to_current_space, as: 'defaultToCurrentSpace' end end class SpaceDetails # @private