Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1WorkspaceConfig

Config to store data store type configuration for workspace data

Inheritance
object
GoogleCloudDiscoveryengineV1WorkspaceConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1WorkspaceConfig : IDirectResponseSchema

Properties

DasherCustomerId

Obfuscated Dasher customer ID.

Declaration
[JsonProperty("dasherCustomerId")]
public virtual string DasherCustomerId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SuperAdminEmailAddress

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.

Declaration
[JsonProperty("superAdminEmailAddress")]
public virtual string SuperAdminEmailAddress { get; set; }
Property Value
Type Description
string

SuperAdminServiceAccount

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.

Declaration
[JsonProperty("superAdminServiceAccount")]
public virtual string SuperAdminServiceAccount { get; set; }
Property Value
Type Description
string

Type

The Google Workspace data source.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX