Class: Google::Apps::Card::V1::SelectionInput::PlatformDataSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/apps/card/v1/card.rb

Overview

For a SelectionInput widget that uses a multiselect menu, a data source from Google Workspace. Used to populate items in a multiselect menu.

Google Chat apps:

Defined Under Namespace

Modules: CommonDataSource

Instance Attribute Summary collapse

Instance Attribute Details

#common_data_source::Google::Apps::Card::V1::SelectionInput::PlatformDataSource::CommonDataSource

Returns A data source shared by all Google Workspace applications, such as users in a Google Workspace organization.

Returns:



1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
# File 'proto_docs/google/apps/card/v1/card.rb', line 1153

class PlatformDataSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A data source shared by all [Google Workspace
  # applications]
  # (https://developers.google.com/workspace/chat/api/reference/rest/v1/HostApp).
  #
  # [Google Chat apps](https://developers.google.com/workspace/chat):
  module CommonDataSource
    # Default value. Don't use.
    UNKNOWN = 0

    # Google Workspace users. The user can only view and select users from
    # their Google Workspace organization.
    USER = 1
  end
end