Google BigQuery v2 API - Class CloudProject (3.8.0)

public sealed class CloudProject

Reference documentation and code samples for the Google BigQuery v2 API class CloudProject.

A project within Google Cloud.

Inheritance

object > CloudProject

Namespace

Google.Cloud.BigQuery.V2

Assembly

Google.Cloud.BigQuery.V2.dll

Properties

FriendlyName

public string FriendlyName { get; }

The friendly name of the project, if any.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; }

The project ID, obtained from the Reference.

Property Value
TypeDescription
string

Reference

public ProjectReference Reference { get; }

The fully-qualified identifier for the project, as an object which can be used for other operations within this API.

Property Value
TypeDescription
ProjectReference

Resource

public ProjectList.ProjectsData Resource { get; }

The underlying REST-ful resource for the table.

Property Value
TypeDescription
ProjectListProjectsData

Methods

CreateClient()

public BigQueryClient CreateClient()

Creates a new client for the specified project, using the same credentials as the one used to create this object.

Returns
TypeDescription
BigQueryClient

A client for this project.