Interface CompilationResult.CodeCompilationConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CompilationResult.CodeCompilationConfig,CompilationResult.CodeCompilationConfig.Builder
- Enclosing class:
- CompilationResult
public static interface CompilationResult.CodeCompilationConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsVars(String key)Optional.StringgetAssertionSchema()Optional.com.google.protobuf.ByteStringgetAssertionSchemaBytes()Optional.StringgetDatabaseSuffix()Optional.com.google.protobuf.ByteStringgetDatabaseSuffixBytes()Optional.StringgetDefaultDatabase()Optional.com.google.protobuf.ByteStringgetDefaultDatabaseBytes()Optional.StringgetDefaultLocation()Optional.com.google.protobuf.ByteStringgetDefaultLocationBytes()Optional.StringgetDefaultSchema()Optional.com.google.protobuf.ByteStringgetDefaultSchemaBytes()Optional.StringgetSchemaSuffix()Optional.com.google.protobuf.ByteStringgetSchemaSuffixBytes()Optional.StringgetTablePrefix()Optional.com.google.protobuf.ByteStringgetTablePrefixBytes()Optional.Map<String,String>getVars()Deprecated.intgetVarsCount()Optional.Map<String,String>getVarsMap()Optional.StringgetVarsOrDefault(String key, String defaultValue)Optional.StringgetVarsOrThrow(String key)Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDefaultDatabase
String getDefaultDatabase()
Optional. The default database (Google Cloud project ID).
string default_database = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The defaultDatabase.
-
getDefaultDatabaseBytes
com.google.protobuf.ByteString getDefaultDatabaseBytes()
Optional. The default database (Google Cloud project ID).
string default_database = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for defaultDatabase.
-
getDefaultSchema
String getDefaultSchema()
Optional. The default schema (BigQuery dataset ID).
string default_schema = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The defaultSchema.
-
getDefaultSchemaBytes
com.google.protobuf.ByteString getDefaultSchemaBytes()
Optional. The default schema (BigQuery dataset ID).
string default_schema = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for defaultSchema.
-
getDefaultLocation
String getDefaultLocation()
Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations.
string default_location = 8 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The defaultLocation.
-
getDefaultLocationBytes
com.google.protobuf.ByteString getDefaultLocationBytes()
Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations.
string default_location = 8 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for defaultLocation.
-
getAssertionSchema
String getAssertionSchema()
Optional. The default schema (BigQuery dataset ID) for assertions.
string assertion_schema = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The assertionSchema.
-
getAssertionSchemaBytes
com.google.protobuf.ByteString getAssertionSchemaBytes()
Optional. The default schema (BigQuery dataset ID) for assertions.
string assertion_schema = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for assertionSchema.
-
getVarsCount
int getVarsCount()
Optional. User-defined variables that are made available to project code during compilation.
map<string, string> vars = 4 [(.google.api.field_behavior) = OPTIONAL];
-
containsVars
boolean containsVars(String key)
Optional. User-defined variables that are made available to project code during compilation.
map<string, string> vars = 4 [(.google.api.field_behavior) = OPTIONAL];
-
getVars
@Deprecated Map<String,String> getVars()
Deprecated.UsegetVarsMap()instead.
-
getVarsMap
Map<String,String> getVarsMap()
Optional. User-defined variables that are made available to project code during compilation.
map<string, string> vars = 4 [(.google.api.field_behavior) = OPTIONAL];
-
getVarsOrDefault
String getVarsOrDefault(String key, String defaultValue)
Optional. User-defined variables that are made available to project code during compilation.
map<string, string> vars = 4 [(.google.api.field_behavior) = OPTIONAL];
-
getVarsOrThrow
String getVarsOrThrow(String key)
Optional. User-defined variables that are made available to project code during compilation.
map<string, string> vars = 4 [(.google.api.field_behavior) = OPTIONAL];
-
getDatabaseSuffix
String getDatabaseSuffix()
Optional. The suffix that should be appended to all database (Google Cloud project ID) names.
string database_suffix = 5 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The databaseSuffix.
-
getDatabaseSuffixBytes
com.google.protobuf.ByteString getDatabaseSuffixBytes()
Optional. The suffix that should be appended to all database (Google Cloud project ID) names.
string database_suffix = 5 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for databaseSuffix.
-
getSchemaSuffix
String getSchemaSuffix()
Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
string schema_suffix = 6 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The schemaSuffix.
-
getSchemaSuffixBytes
com.google.protobuf.ByteString getSchemaSuffixBytes()
Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
string schema_suffix = 6 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for schemaSuffix.
-
getTablePrefix
String getTablePrefix()
Optional. The prefix that should be prepended to all table names.
string table_prefix = 7 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The tablePrefix.
-
getTablePrefixBytes
com.google.protobuf.ByteString getTablePrefixBytes()
Optional. The prefix that should be prepended to all table names.
string table_prefix = 7 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for tablePrefix.
-
-