Interface Repository.WorkspaceCompilationOverridesOrBuilder (0.31.0)

public static interface Repository.WorkspaceCompilationOverridesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDefaultDatabase()

public abstract String getDefaultDatabase()

Optional. The default database (Google Cloud project ID).

string default_database = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for tablePrefix.