Class CloudProject (3.0.0)

public sealed class CloudProject

A project within Google Cloud Platform.

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
Google.Apis.Bigquery.v2.Data.ProjectReference

Resource

public ProjectList.ProjectsData Resource { get; }

The underlying REST-ful resource for the table.

Property Value
TypeDescription
Google.Apis.Bigquery.v2.Data.ProjectList.ProjectsData

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.