public interface WorkspaceConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDasherCustomerId()
public abstract String getDasherCustomerId()Output only. Obfuscated Dasher customer ID. Derived by the server from the project's GCP organization at data store creation time; any value supplied in the request payload is ignored.
string dasher_customer_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The dasherCustomerId. |
getDasherCustomerIdBytes()
public abstract ByteString getDasherCustomerIdBytes()Output only. Obfuscated Dasher customer ID. Derived by the server from the project's GCP organization at data store creation time; any value supplied in the request payload is ignored.
string dasher_customer_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| 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.v1beta.WorkspaceConfig.Type type = 1;
| Returns | |
|---|---|
| Type | Description |
WorkspaceConfig.Type |
The type. |
getTypeValue()
public abstract int getTypeValue()The Google Workspace data source.
.google.cloud.discoveryengine.v1beta.WorkspaceConfig.Type type = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |