- 0.77.0 (latest)
 - 0.75.0
 - 0.74.0
 - 0.73.0
 - 0.72.0
 - 0.71.0
 - 0.69.0
 - 0.67.0
 - 0.66.0
 - 0.63.0
 - 0.62.0
 - 0.61.0
 - 0.59.0
 - 0.58.0
 - 0.57.0
 - 0.56.0
 - 0.55.0
 - 0.54.0
 - 0.53.0
 - 0.52.0
 - 0.51.0
 - 0.50.0
 - 0.48.0
 - 0.47.0
 - 0.46.0
 - 0.45.0
 - 0.44.0
 - 0.43.0
 - 0.42.0
 - 0.41.0
 - 0.40.0
 - 0.39.0
 - 0.38.0
 - 0.36.0
 - 0.35.0
 - 0.34.0
 - 0.33.0
 - 0.32.0
 - 0.31.0
 - 0.30.0
 - 0.29.0
 - 0.28.0
 - 0.27.0
 - 0.26.0
 - 0.23.0
 - 0.22.0
 - 0.21.0
 - 0.20.0
 - 0.19.0
 - 0.18.0
 - 0.17.0
 - 0.16.0
 - 0.15.0
 - 0.14.0
 - 0.13.0
 - 0.12.0
 - 0.11.0
 - 0.10.0
 - 0.8.0
 - 0.7.0
 - 0.6.0
 - 0.5.0
 - 0.4.0
 - 0.3.0
 - 0.2.4
 
public static final class CompilationResult.CodeCompilationConfig.Builder extends GeneratedMessageV3.Builder<CompilationResult.CodeCompilationConfig.Builder> implements CompilationResult.CodeCompilationConfigOrBuilderConfigures various aspects of Dataform code compilation.
 Protobuf type google.cloud.dataform.v1beta1.CompilationResult.CodeCompilationConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CompilationResult.CodeCompilationConfig.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CompilationResult.CodeCompilationConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | 
build()
public CompilationResult.CodeCompilationConfig build()| Type | Description | 
| CompilationResult.CodeCompilationConfig | 
buildPartial()
public CompilationResult.CodeCompilationConfig buildPartial()| Type | Description | 
| CompilationResult.CodeCompilationConfig | 
clear()
public CompilationResult.CodeCompilationConfig.Builder clear()| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | 
clearAssertionSchema()
public CompilationResult.CodeCompilationConfig.Builder clearAssertionSchema()Optional. The default schema (BigQuery dataset ID) for assertions.
 string assertion_schema = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | This builder for chaining.  | 
      
clearDatabaseSuffix()
public CompilationResult.CodeCompilationConfig.Builder clearDatabaseSuffix()Optional. The suffix that should be appended to all database (Google Cloud project ID) names.
 string database_suffix = 5 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | This builder for chaining.  | 
      
clearDefaultDatabase()
public CompilationResult.CodeCompilationConfig.Builder clearDefaultDatabase()Optional. The default database (Google Cloud project ID).
 string default_database = 1 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | This builder for chaining.  | 
      
clearDefaultLocation()
public CompilationResult.CodeCompilationConfig.Builder clearDefaultLocation()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];
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | This builder for chaining.  | 
      
clearDefaultSchema()
public CompilationResult.CodeCompilationConfig.Builder clearDefaultSchema()Optional. The default schema (BigQuery dataset ID).
 string default_schema = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public CompilationResult.CodeCompilationConfig.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | 
clearOneof(Descriptors.OneofDescriptor oneof)
public CompilationResult.CodeCompilationConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | 
clearSchemaSuffix()
public CompilationResult.CodeCompilationConfig.Builder clearSchemaSuffix()Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
 string schema_suffix = 6 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | This builder for chaining.  | 
      
clearTablePrefix()
public CompilationResult.CodeCompilationConfig.Builder clearTablePrefix()Optional. The prefix that should be prepended to all table names.
 string table_prefix = 7 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | This builder for chaining.  | 
      
clearVars()
public CompilationResult.CodeCompilationConfig.Builder clearVars()| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | 
clone()
public CompilationResult.CodeCompilationConfig.Builder clone()| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | 
containsVars(String key)
public 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];
| Name | Description | 
| key | String | 
      
| Type | Description | 
| boolean | 
getAssertionSchema()
public String getAssertionSchema()Optional. The default schema (BigQuery dataset ID) for assertions.
 string assertion_schema = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| String | The assertionSchema.  | 
      
getAssertionSchemaBytes()
public ByteString getAssertionSchemaBytes()Optional. The default schema (BigQuery dataset ID) for assertions.
 string assertion_schema = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| ByteString | The bytes for assertionSchema.  | 
      
getDatabaseSuffix()
public 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];
| Type | Description | 
| String | The databaseSuffix.  | 
      
getDatabaseSuffixBytes()
public 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];
| Type | Description | 
| ByteString | The bytes for databaseSuffix.  | 
      
getDefaultDatabase()
public String getDefaultDatabase()Optional. The default database (Google Cloud project ID).
 string default_database = 1 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| String | The defaultDatabase.  | 
      
getDefaultDatabaseBytes()
public ByteString getDefaultDatabaseBytes()Optional. The default database (Google Cloud project ID).
 string default_database = 1 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| ByteString | The bytes for defaultDatabase.  | 
      
getDefaultInstanceForType()
public CompilationResult.CodeCompilationConfig getDefaultInstanceForType()| Type | Description | 
| CompilationResult.CodeCompilationConfig | 
getDefaultLocation()
public 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];
| Type | Description | 
| String | The defaultLocation.  | 
      
getDefaultLocationBytes()
public 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];
| Type | Description | 
| ByteString | The bytes for defaultLocation.  | 
      
getDefaultSchema()
public String getDefaultSchema()Optional. The default schema (BigQuery dataset ID).
 string default_schema = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| String | The defaultSchema.  | 
      
getDefaultSchemaBytes()
public ByteString getDefaultSchemaBytes()Optional. The default schema (BigQuery dataset ID).
 string default_schema = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| ByteString | The bytes for defaultSchema.  | 
      
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getMutableVars()
public Map<String,String> getMutableVars()Use alternate mutation accessors instead.
| Type | Description | 
| Map<String,String> | 
getSchemaSuffix()
public 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];
| Type | Description | 
| String | The schemaSuffix.  | 
      
getSchemaSuffixBytes()
public 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];
| Type | Description | 
| ByteString | The bytes for schemaSuffix.  | 
      
getTablePrefix()
public String getTablePrefix()Optional. The prefix that should be prepended to all table names.
 string table_prefix = 7 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| String | The tablePrefix.  | 
      
getTablePrefixBytes()
public ByteString getTablePrefixBytes()Optional. The prefix that should be prepended to all table names.
 string table_prefix = 7 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| ByteString | The bytes for tablePrefix.  | 
      
getVars()
public Map<String,String> getVars()Use #getVarsMap() instead.
| Type | Description | 
| Map<String,String> | 
getVarsCount()
public 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];
| Type | Description | 
| int | 
getVarsMap()
public 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];
| Type | Description | 
| Map<String,String> | 
getVarsOrDefault(String key, String defaultValue)
public 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];
| Name | Description | 
| key | String | 
      
| defaultValue | String | 
      
| Type | Description | 
| String | 
getVarsOrThrow(String key)
public 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];
| Name | Description | 
| key | String | 
      
| Type | Description | 
| String | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
internalGetMapField(int number)
protected MapField internalGetMapField(int number)| Name | Description | 
| number | int | 
      
| Type | Description | 
| MapField | 
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)| Name | Description | 
| number | int | 
      
| Type | Description | 
| MapField | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(CompilationResult.CodeCompilationConfig other)
public CompilationResult.CodeCompilationConfig.Builder mergeFrom(CompilationResult.CodeCompilationConfig other)| Name | Description | 
| other | CompilationResult.CodeCompilationConfig | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CompilationResult.CodeCompilationConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public CompilationResult.CodeCompilationConfig.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CompilationResult.CodeCompilationConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | 
putAllVars(Map<String,String> values)
public CompilationResult.CodeCompilationConfig.Builder putAllVars(Map<String,String> values)Optional. User-defined variables that are made available to project code during compilation.
 map<string, string> vars = 4 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| values | Map<String,String> | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | 
putVars(String key, String value)
public CompilationResult.CodeCompilationConfig.Builder putVars(String key, String value)Optional. User-defined variables that are made available to project code during compilation.
 map<string, string> vars = 4 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| key | String | 
      
| value | String | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | 
removeVars(String key)
public CompilationResult.CodeCompilationConfig.Builder removeVars(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];
| Name | Description | 
| key | String | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | 
setAssertionSchema(String value)
public CompilationResult.CodeCompilationConfig.Builder setAssertionSchema(String value)Optional. The default schema (BigQuery dataset ID) for assertions.
 string assertion_schema = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| value | StringThe assertionSchema to set.  | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | This builder for chaining.  | 
      
setAssertionSchemaBytes(ByteString value)
public CompilationResult.CodeCompilationConfig.Builder setAssertionSchemaBytes(ByteString value)Optional. The default schema (BigQuery dataset ID) for assertions.
 string assertion_schema = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| value | ByteStringThe bytes for assertionSchema to set.  | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | This builder for chaining.  | 
      
setDatabaseSuffix(String value)
public CompilationResult.CodeCompilationConfig.Builder setDatabaseSuffix(String value)Optional. The suffix that should be appended to all database (Google Cloud project ID) names.
 string database_suffix = 5 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| value | StringThe databaseSuffix to set.  | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | This builder for chaining.  | 
      
setDatabaseSuffixBytes(ByteString value)
public CompilationResult.CodeCompilationConfig.Builder setDatabaseSuffixBytes(ByteString value)Optional. The suffix that should be appended to all database (Google Cloud project ID) names.
 string database_suffix = 5 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| value | ByteStringThe bytes for databaseSuffix to set.  | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | This builder for chaining.  | 
      
setDefaultDatabase(String value)
public CompilationResult.CodeCompilationConfig.Builder setDefaultDatabase(String value)Optional. The default database (Google Cloud project ID).
 string default_database = 1 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| value | StringThe defaultDatabase to set.  | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | This builder for chaining.  | 
      
setDefaultDatabaseBytes(ByteString value)
public CompilationResult.CodeCompilationConfig.Builder setDefaultDatabaseBytes(ByteString value)Optional. The default database (Google Cloud project ID).
 string default_database = 1 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| value | ByteStringThe bytes for defaultDatabase to set.  | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | This builder for chaining.  | 
      
setDefaultLocation(String value)
public CompilationResult.CodeCompilationConfig.Builder setDefaultLocation(String value)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];
| Name | Description | 
| value | StringThe defaultLocation to set.  | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | This builder for chaining.  | 
      
setDefaultLocationBytes(ByteString value)
public CompilationResult.CodeCompilationConfig.Builder setDefaultLocationBytes(ByteString value)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];
| Name | Description | 
| value | ByteStringThe bytes for defaultLocation to set.  | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | This builder for chaining.  | 
      
setDefaultSchema(String value)
public CompilationResult.CodeCompilationConfig.Builder setDefaultSchema(String value)Optional. The default schema (BigQuery dataset ID).
 string default_schema = 2 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| value | StringThe defaultSchema to set.  | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | This builder for chaining.  | 
      
setDefaultSchemaBytes(ByteString value)
public CompilationResult.CodeCompilationConfig.Builder setDefaultSchemaBytes(ByteString value)Optional. The default schema (BigQuery dataset ID).
 string default_schema = 2 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| value | ByteStringThe bytes for defaultSchema to set.  | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public CompilationResult.CodeCompilationConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CompilationResult.CodeCompilationConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | 
setSchemaSuffix(String value)
public CompilationResult.CodeCompilationConfig.Builder setSchemaSuffix(String value)Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
 string schema_suffix = 6 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| value | StringThe schemaSuffix to set.  | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | This builder for chaining.  | 
      
setSchemaSuffixBytes(ByteString value)
public CompilationResult.CodeCompilationConfig.Builder setSchemaSuffixBytes(ByteString value)Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
 string schema_suffix = 6 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| value | ByteStringThe bytes for schemaSuffix to set.  | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | This builder for chaining.  | 
      
setTablePrefix(String value)
public CompilationResult.CodeCompilationConfig.Builder setTablePrefix(String value)Optional. The prefix that should be prepended to all table names.
 string table_prefix = 7 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| value | StringThe tablePrefix to set.  | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | This builder for chaining.  | 
      
setTablePrefixBytes(ByteString value)
public CompilationResult.CodeCompilationConfig.Builder setTablePrefixBytes(ByteString value)Optional. The prefix that should be prepended to all table names.
 string table_prefix = 7 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| value | ByteStringThe bytes for tablePrefix to set.  | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder | This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final CompilationResult.CodeCompilationConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| CompilationResult.CodeCompilationConfig.Builder |