public final class WorkspaceConfig extends com.google.protobuf.GeneratedMessageV3 implements WorkspaceConfigOrBuilder
Config to store data store type configuration for workspace dataProtobuf type
google.cloud.discoveryengine.v1beta.WorkspaceConfig| Modifier and Type | Class and Description |
|---|---|
static class |
WorkspaceConfig.Builder
Config to store data store type configuration for workspace data
Protobuf type
google.cloud.discoveryengine.v1beta.WorkspaceConfig |
static class |
WorkspaceConfig.Type
Specifies the type of Workspace App supported by this DataStore
Protobuf enum
google.cloud.discoveryengine.v1beta.WorkspaceConfig.Type |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DASHER_CUSTOMER_ID_FIELD_NUMBER |
static int |
SUPER_ADMIN_EMAIL_ADDRESS_FIELD_NUMBER |
static int |
SUPER_ADMIN_SERVICE_ACCOUNT_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDasherCustomerId()
Obfuscated Dasher customer ID.
|
com.google.protobuf.ByteString |
getDasherCustomerIdBytes()
Obfuscated Dasher customer ID.
|
static WorkspaceConfig |
getDefaultInstance() |
WorkspaceConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<WorkspaceConfig> |
getParserForType() |
int |
getSerializedSize() |
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.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static WorkspaceConfig.Builder |
newBuilder() |
static WorkspaceConfig.Builder |
newBuilder(WorkspaceConfig prototype) |
WorkspaceConfig.Builder |
newBuilderForType() |
protected WorkspaceConfig.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static WorkspaceConfig |
parseDelimitedFrom(InputStream input) |
static WorkspaceConfig |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkspaceConfig |
parseFrom(byte[] data) |
static WorkspaceConfig |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkspaceConfig |
parseFrom(ByteBuffer data) |
static WorkspaceConfig |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkspaceConfig |
parseFrom(com.google.protobuf.ByteString data) |
static WorkspaceConfig |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkspaceConfig |
parseFrom(com.google.protobuf.CodedInputStream input) |
static WorkspaceConfig |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkspaceConfig |
parseFrom(InputStream input) |
static WorkspaceConfig |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<WorkspaceConfig> |
parser() |
WorkspaceConfig.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TYPE_FIELD_NUMBER
public static final int DASHER_CUSTOMER_ID_FIELD_NUMBER
public static final int SUPER_ADMIN_SERVICE_ACCOUNT_FIELD_NUMBER
public static final int SUPER_ADMIN_EMAIL_ADDRESS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getTypeValue()
The Google Workspace data source.
.google.cloud.discoveryengine.v1beta.WorkspaceConfig.Type type = 1;getTypeValue in interface WorkspaceConfigOrBuilderpublic WorkspaceConfig.Type getType()
The Google Workspace data source.
.google.cloud.discoveryengine.v1beta.WorkspaceConfig.Type type = 1;getType in interface WorkspaceConfigOrBuilderpublic String getDasherCustomerId()
Obfuscated Dasher customer ID.
string dasher_customer_id = 2;getDasherCustomerId in interface WorkspaceConfigOrBuilderpublic com.google.protobuf.ByteString getDasherCustomerIdBytes()
Obfuscated Dasher customer ID.
string dasher_customer_id = 2;getDasherCustomerIdBytes in interface WorkspaceConfigOrBuilderpublic 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];getSuperAdminServiceAccount in interface WorkspaceConfigOrBuilderpublic 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];getSuperAdminServiceAccountBytes in interface WorkspaceConfigOrBuilderpublic 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];getSuperAdminEmailAddress in interface WorkspaceConfigOrBuilderpublic 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];getSuperAdminEmailAddressBytes in interface WorkspaceConfigOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static WorkspaceConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WorkspaceConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WorkspaceConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WorkspaceConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WorkspaceConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WorkspaceConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WorkspaceConfig parseFrom(InputStream input) throws IOException
IOExceptionpublic static WorkspaceConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WorkspaceConfig parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static WorkspaceConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WorkspaceConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static WorkspaceConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic WorkspaceConfig.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static WorkspaceConfig.Builder newBuilder()
public static WorkspaceConfig.Builder newBuilder(WorkspaceConfig prototype)
public WorkspaceConfig.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected WorkspaceConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static WorkspaceConfig getDefaultInstance()
public static com.google.protobuf.Parser<WorkspaceConfig> parser()
public com.google.protobuf.Parser<WorkspaceConfig> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public WorkspaceConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.