public static interface CompilationResult.CodeCompilationConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsVars(String key)
Optional.
|
String |
getAssertionSchema()
Optional.
|
com.google.protobuf.ByteString |
getAssertionSchemaBytes()
Optional.
|
String |
getDatabaseSuffix()
Optional.
|
com.google.protobuf.ByteString |
getDatabaseSuffixBytes()
Optional.
|
String |
getDefaultDatabase()
Optional.
|
com.google.protobuf.ByteString |
getDefaultDatabaseBytes()
Optional.
|
String |
getDefaultLocation()
Optional.
|
com.google.protobuf.ByteString |
getDefaultLocationBytes()
Optional.
|
String |
getDefaultSchema()
Optional.
|
com.google.protobuf.ByteString |
getDefaultSchemaBytes()
Optional.
|
String |
getSchemaSuffix()
Optional.
|
com.google.protobuf.ByteString |
getSchemaSuffixBytes()
Optional.
|
String |
getTablePrefix()
Optional.
|
com.google.protobuf.ByteString |
getTablePrefixBytes()
Optional.
|
Map<String,String> |
getVars()
Deprecated.
|
int |
getVarsCount()
Optional.
|
Map<String,String> |
getVarsMap()
Optional.
|
String |
getVarsOrDefault(String key,
String defaultValue)
Optional.
|
String |
getVarsOrThrow(String key)
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDefaultDatabase()
Optional. The default database (Google Cloud project ID).
string default_database = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getDefaultDatabaseBytes()
Optional. The default database (Google Cloud project ID).
string default_database = 1 [(.google.api.field_behavior) = OPTIONAL];String getDefaultSchema()
Optional. The default schema (BigQuery dataset ID).
string default_schema = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getDefaultSchemaBytes()
Optional. The default schema (BigQuery dataset ID).
string default_schema = 2 [(.google.api.field_behavior) = OPTIONAL];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];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];String getAssertionSchema()
Optional. The default schema (BigQuery dataset ID) for assertions.
string assertion_schema = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getAssertionSchemaBytes()
Optional. The default schema (BigQuery dataset ID) for assertions.
string assertion_schema = 3 [(.google.api.field_behavior) = OPTIONAL];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];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];@Deprecated Map<String,String> getVars()
getVarsMap() instead.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];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];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];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];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];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];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];String getTablePrefix()
Optional. The prefix that should be prepended to all table names.
string table_prefix = 7 [(.google.api.field_behavior) = OPTIONAL];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];Copyright © 2024 Google LLC. All rights reserved.