public interface WorkspaceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDasherCustomerId()
Obfuscated Dasher customer ID.
|
com.google.protobuf.ByteString |
getDasherCustomerIdBytes()
Obfuscated Dasher customer ID.
|
String |
getSuperAdminEmailAddress()
Optional.
|
com.google.protobuf.ByteString |
getSuperAdminEmailAddressBytes()
Optional.
|
String |
getSuperAdminServiceAccount()
Optional.
|
com.google.protobuf.ByteString |
getSuperAdminServiceAccountBytes()
Optional.
|
WorkspaceConfig.Type |
getType()
The Google Workspace data source.
|
int |
getTypeValue()
The Google Workspace data source.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
The Google Workspace data source.
.google.cloud.discoveryengine.v1beta.WorkspaceConfig.Type type = 1;WorkspaceConfig.Type getType()
The Google Workspace data source.
.google.cloud.discoveryengine.v1beta.WorkspaceConfig.Type type = 1;String getDasherCustomerId()
Obfuscated Dasher customer ID.
string dasher_customer_id = 2;com.google.protobuf.ByteString getDasherCustomerIdBytes()
Obfuscated Dasher customer ID.
string dasher_customer_id = 2;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];com.google.protobuf.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];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];com.google.protobuf.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];Copyright © 2025 Google LLC. All rights reserved.