Class: Google::Cloud::DiscoveryEngine::V1::WorkspaceConfig

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

Overview

Config to store data store type configuration for workspace data

Defined Under Namespace

Modules: Type

Instance Attribute Summary collapse

Instance Attribute Details

#dasher_customer_id::String

Returns Obfuscated Dasher customer ID.

Returns:

  • (::String)

    Obfuscated Dasher customer ID.



161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
# File 'proto_docs/google/cloud/discoveryengine/v1/data_store.rb', line 161

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

  # Specifies the type of Workspace App supported by this DataStore
  module Type
    # Defaults to an unspecified Workspace type.
    TYPE_UNSPECIFIED = 0

    # Workspace Data Store contains Drive data
    GOOGLE_DRIVE = 1

    # Workspace Data Store contains Mail data
    GOOGLE_MAIL = 2

    # Workspace Data Store contains Sites data
    GOOGLE_SITES = 3

    # Workspace Data Store contains Calendar data
    GOOGLE_CALENDAR = 4

    # Workspace Data Store contains Chat data
    GOOGLE_CHAT = 5

    # Workspace Data Store contains Groups data
    GOOGLE_GROUPS = 6

    # Workspace Data Store contains Keep data
    GOOGLE_KEEP = 7
  end
end

#super_admin_email_address::String

Returns Optional. The super admin email address for the workspace that will be used for access token generation. For now we only use it for Native Google Drive connector data ingestion.

Returns:

  • (::String)

    Optional. The super admin email address for the workspace that will be used for access token generation. For now we only use it for Native Google Drive connector data ingestion.



161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
# File 'proto_docs/google/cloud/discoveryengine/v1/data_store.rb', line 161

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

  # Specifies the type of Workspace App supported by this DataStore
  module Type
    # Defaults to an unspecified Workspace type.
    TYPE_UNSPECIFIED = 0

    # Workspace Data Store contains Drive data
    GOOGLE_DRIVE = 1

    # Workspace Data Store contains Mail data
    GOOGLE_MAIL = 2

    # Workspace Data Store contains Sites data
    GOOGLE_SITES = 3

    # Workspace Data Store contains Calendar data
    GOOGLE_CALENDAR = 4

    # Workspace Data Store contains Chat data
    GOOGLE_CHAT = 5

    # Workspace Data Store contains Groups data
    GOOGLE_GROUPS = 6

    # Workspace Data Store contains Keep data
    GOOGLE_KEEP = 7
  end
end

#super_admin_service_account::String

Returns Optional. The super admin service account for the workspace that will be used for access token generation. For now we only use it for Native Google Drive connector data ingestion.

Returns:

  • (::String)

    Optional. The super admin service account for the workspace that will be used for access token generation. For now we only use it for Native Google Drive connector data ingestion.



161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
# File 'proto_docs/google/cloud/discoveryengine/v1/data_store.rb', line 161

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

  # Specifies the type of Workspace App supported by this DataStore
  module Type
    # Defaults to an unspecified Workspace type.
    TYPE_UNSPECIFIED = 0

    # Workspace Data Store contains Drive data
    GOOGLE_DRIVE = 1

    # Workspace Data Store contains Mail data
    GOOGLE_MAIL = 2

    # Workspace Data Store contains Sites data
    GOOGLE_SITES = 3

    # Workspace Data Store contains Calendar data
    GOOGLE_CALENDAR = 4

    # Workspace Data Store contains Chat data
    GOOGLE_CHAT = 5

    # Workspace Data Store contains Groups data
    GOOGLE_GROUPS = 6

    # Workspace Data Store contains Keep data
    GOOGLE_KEEP = 7
  end
end

#type::Google::Cloud::DiscoveryEngine::V1::WorkspaceConfig::Type

Returns The Google Workspace data source.

Returns:



161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
# File 'proto_docs/google/cloud/discoveryengine/v1/data_store.rb', line 161

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

  # Specifies the type of Workspace App supported by this DataStore
  module Type
    # Defaults to an unspecified Workspace type.
    TYPE_UNSPECIFIED = 0

    # Workspace Data Store contains Drive data
    GOOGLE_DRIVE = 1

    # Workspace Data Store contains Mail data
    GOOGLE_MAIL = 2

    # Workspace Data Store contains Sites data
    GOOGLE_SITES = 3

    # Workspace Data Store contains Calendar data
    GOOGLE_CALENDAR = 4

    # Workspace Data Store contains Chat data
    GOOGLE_CHAT = 5

    # Workspace Data Store contains Groups data
    GOOGLE_GROUPS = 6

    # Workspace Data Store contains Keep data
    GOOGLE_KEEP = 7
  end
end