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.



179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
# File 'proto_docs/google/cloud/discoveryengine/v1/data_store.rb', line 179

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

    # Workspace Data Store contains People data
    GOOGLE_PEOPLE = 8
  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.



179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
# File 'proto_docs/google/cloud/discoveryengine/v1/data_store.rb', line 179

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

    # Workspace Data Store contains People data
    GOOGLE_PEOPLE = 8
  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.



179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
# File 'proto_docs/google/cloud/discoveryengine/v1/data_store.rb', line 179

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

    # Workspace Data Store contains People data
    GOOGLE_PEOPLE = 8
  end
end

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

Returns The Google Workspace data source.

Returns:



179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
# File 'proto_docs/google/cloud/discoveryengine/v1/data_store.rb', line 179

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

    # Workspace Data Store contains People data
    GOOGLE_PEOPLE = 8
  end
end