Show / Hide Table of Contents

Class BigQueryDataSourceSpec

The specification of a BigQuery data source that's connected to a sheet.

Inheritance
object
BigQueryDataSourceSpec
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.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class BigQueryDataSourceSpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ProjectId

The ID of a BigQuery enabled Google Cloud project with a billing account attached. For any queries executed against the data source, the project is charged.

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

QuerySpec

A BigQueryQuerySpec.

Declaration
[JsonProperty("querySpec")]
public virtual BigQueryQuerySpec QuerySpec { get; set; }
Property Value
Type Description
BigQueryQuerySpec

TableSpec

A BigQueryTableSpec.

Declaration
[JsonProperty("tableSpec")]
public virtual BigQueryTableSpec TableSpec { get; set; }
Property Value
Type Description
BigQueryTableSpec

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX