View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaWorkspaceConfig (google_api_discovery_engine v0.27.0)

Config to store data store type configuration for workspace data

Attributes

  • dasherCustomerId (type: String.t, default: nil) - Obfuscated Dasher customer ID.
  • superAdminEmailAddress (type: String.t, default: nil) - 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.
  • superAdminServiceAccount (type: String.t, default: nil) - 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.
  • type (type: String.t, default: nil) - The Google Workspace data source.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaWorkspaceConfig{
    dasherCustomerId: String.t() | nil,
    superAdminEmailAddress: String.t() | nil,
    superAdminServiceAccount: String.t() | nil,
    type: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.