Class: Google::Cloud::DiscoveryEngine::V1beta::WorkspaceConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/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.



230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
# File 'proto_docs/google/cloud/discoveryengine/v1beta/data_store.rb', line 230

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.



230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
# File 'proto_docs/google/cloud/discoveryengine/v1beta/data_store.rb', line 230

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.



230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
# File 'proto_docs/google/cloud/discoveryengine/v1beta/data_store.rb', line 230

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::V1beta::WorkspaceConfig::Type

Returns The Google Workspace data source.

Returns:



230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
# File 'proto_docs/google/cloud/discoveryengine/v1beta/data_store.rb', line 230

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