Interface WorkspaceConfigOrBuilder (0.49.0)

public interface WorkspaceConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDasherCustomerId()

public abstract String getDasherCustomerId()

Obfuscated Dasher customer ID.

string dasher_customer_id = 2;

Returns
Type Description
String

The dasherCustomerId.

getDasherCustomerIdBytes()

public abstract ByteString getDasherCustomerIdBytes()

Obfuscated Dasher customer ID.

string dasher_customer_id = 2;

Returns
Type Description
ByteString

The bytes for dasherCustomerId.

getSuperAdminEmailAddress()

public abstract String getSuperAdminEmailAddress()

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.

string super_admin_email_address = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The superAdminEmailAddress.

getSuperAdminEmailAddressBytes()

public abstract ByteString getSuperAdminEmailAddressBytes()

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.

string super_admin_email_address = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for superAdminEmailAddress.

getSuperAdminServiceAccount()

public abstract String getSuperAdminServiceAccount()

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.

string super_admin_service_account = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The superAdminServiceAccount.

getSuperAdminServiceAccountBytes()

public abstract ByteString getSuperAdminServiceAccountBytes()

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.

string super_admin_service_account = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for superAdminServiceAccount.

getType()

public abstract WorkspaceConfig.Type getType()

The Google Workspace data source.

.google.cloud.discoveryengine.v1.WorkspaceConfig.Type type = 1;

Returns
Type Description
WorkspaceConfig.Type

The type.

getTypeValue()

public abstract int getTypeValue()

The Google Workspace data source.

.google.cloud.discoveryengine.v1.WorkspaceConfig.Type type = 1;

Returns
Type Description
int

The enum numeric value on the wire for type.