Interface CompilationResult.CodeCompilationConfigOrBuilder

    • 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];
      • 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.