Show / Hide Table of Contents

Class WorkspaceCompilationOverrides

Configures workspace compilation overrides for a repository. Primarily used by the UI (console.cloud.google.com). schema_suffix and table_prefix can have a special expression - ${workspaceName}, which refers to the workspace name from which the compilation results will be created. API callers are expected to resolve the expression in these overrides and provide them explicitly in code_compilation_config (https://cloud.google.com/dataform/reference/rest/v1beta1/projects.locations.repositories.compilationResults#codecompilationconfig) when creating workspace-scoped compilation results.

Inheritance
object
WorkspaceCompilationOverrides
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class WorkspaceCompilationOverrides : IDirectResponseSchema

Properties

DefaultDatabase

Optional. The default database (Google Cloud project ID).

Declaration
[JsonProperty("defaultDatabase")]
public virtual string DefaultDatabase { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SchemaSuffix

Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.

Declaration
[JsonProperty("schemaSuffix")]
public virtual string SchemaSuffix { get; set; }
Property Value
Type Description
string

TablePrefix

Optional. The prefix that should be prepended to all table names.

Declaration
[JsonProperty("tablePrefix")]
public virtual string TablePrefix { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX