public static interface Repository.WorkspaceCompilationOverridesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDefaultDatabase()
public abstract String getDefaultDatabase()Optional. The default database (Google Cloud project ID).
string default_database = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The defaultDatabase. |
getDefaultDatabaseBytes()
public abstract ByteString getDefaultDatabaseBytes()Optional. The default database (Google Cloud project ID).
string default_database = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for defaultDatabase. |
getSchemaSuffix()
public abstract String getSchemaSuffix()Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
string schema_suffix = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The schemaSuffix. |
getSchemaSuffixBytes()
public abstract ByteString getSchemaSuffixBytes()Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
string schema_suffix = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for schemaSuffix. |
getTablePrefix()
public abstract String getTablePrefix()Optional. The prefix that should be prepended to all table names.
string table_prefix = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The tablePrefix. |
getTablePrefixBytes()
public abstract ByteString getTablePrefixBytes()Optional. The prefix that should be prepended to all table names.
string table_prefix = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tablePrefix. |