All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.dataform.v1beta1.CodeCompilationConfigOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.53.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/dataform/v1beta1/dataform.proto

// Protobuf Java Version: 3.25.4
package com.google.cloud.dataform.v1beta1;

public interface CodeCompilationConfigOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dataform.v1beta1.CodeCompilationConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Optional. The default database (Google Cloud project ID).
   * 
* * string default_database = 1 [(.google.api.field_behavior) = OPTIONAL]; * * @return The defaultDatabase. */ java.lang.String getDefaultDatabase(); /** * * *
   * Optional. The default database (Google Cloud project ID).
   * 
* * string default_database = 1 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for defaultDatabase. */ com.google.protobuf.ByteString getDefaultDatabaseBytes(); /** * * *
   * Optional. The default schema (BigQuery dataset ID).
   * 
* * string default_schema = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @return The defaultSchema. */ java.lang.String getDefaultSchema(); /** * * *
   * Optional. The default schema (BigQuery dataset ID).
   * 
* * string default_schema = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for defaultSchema. */ com.google.protobuf.ByteString getDefaultSchemaBytes(); /** * * *
   * 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]; * * @return The defaultLocation. */ java.lang.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]; * * @return The bytes for defaultLocation. */ com.google.protobuf.ByteString getDefaultLocationBytes(); /** * * *
   * Optional. The default schema (BigQuery dataset ID) for assertions.
   * 
* * string assertion_schema = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @return The assertionSchema. */ java.lang.String getAssertionSchema(); /** * * *
   * Optional. The default schema (BigQuery dataset ID) for assertions.
   * 
* * string assertion_schema = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for assertionSchema. */ com.google.protobuf.ByteString getAssertionSchemaBytes(); /** * * *
   * Optional. User-defined variables that are made available to project code
   * during compilation.
   * 
* * map<string, string> vars = 4 [(.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(java.lang.String key); /** Use {@link #getVarsMap()} instead. */ @java.lang.Deprecated java.util.Map getVars(); /** * * *
   * Optional. User-defined variables that are made available to project code
   * during compilation.
   * 
* * map<string, string> vars = 4 [(.google.api.field_behavior) = OPTIONAL]; */ java.util.Map getVarsMap(); /** * * *
   * Optional. User-defined variables that are made available to project code
   * during compilation.
   * 
* * map<string, string> vars = 4 [(.google.api.field_behavior) = OPTIONAL]; */ /* nullable */ java.lang.String getVarsOrDefault( java.lang.String key, /* nullable */ java.lang.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]; */ java.lang.String getVarsOrThrow(java.lang.String key); /** * * *
   * Optional. The suffix that should be appended to all database (Google Cloud
   * project ID) names.
   * 
* * string database_suffix = 5 [(.google.api.field_behavior) = OPTIONAL]; * * @return The databaseSuffix. */ java.lang.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]; * * @return The bytes for databaseSuffix. */ com.google.protobuf.ByteString getDatabaseSuffixBytes(); /** * * *
   * Optional. The suffix that should be appended to all schema (BigQuery
   * dataset ID) names.
   * 
* * string schema_suffix = 6 [(.google.api.field_behavior) = OPTIONAL]; * * @return The schemaSuffix. */ java.lang.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]; * * @return The bytes for schemaSuffix. */ com.google.protobuf.ByteString getSchemaSuffixBytes(); /** * * *
   * Optional. The prefix that should be prepended to all table names.
   * 
* * string table_prefix = 7 [(.google.api.field_behavior) = OPTIONAL]; * * @return The tablePrefix. */ java.lang.String getTablePrefix(); /** * * *
   * Optional. The prefix that should be prepended to all table names.
   * 
* * string table_prefix = 7 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for tablePrefix. */ com.google.protobuf.ByteString getTablePrefixBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy