public interface WorkspaceConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |
getType()
public abstract WorkspaceConfig.Type getType()
The Google Workspace data source.
.google.cloud.discoveryengine.v1alpha.WorkspaceConfig.Type type = 1;
Returns | |
---|---|
Type | Description |
WorkspaceConfig.Type |
The type. |
getTypeValue()
public abstract int getTypeValue()
The Google Workspace data source.
.google.cloud.discoveryengine.v1alpha.WorkspaceConfig.Type type = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for type. |