public sealed class CloudProject
Reference documentation and code samples for the Google BigQuery v2 API class CloudProject.
A project within Google Cloud.
Namespace
Google.Cloud.BigQuery.V2Assembly
Google.Cloud.BigQuery.V2.dll
Properties
FriendlyName
public string FriendlyName { get; }
The friendly name of the project, if any.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
public string ProjectId { get; }
The project ID, obtained from the Reference.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ProjectReference |
Resource
public ProjectList.ProjectsData Resource { get; }
The underlying REST-ful resource for the table.
Property Value | |
---|---|
Type | Description |
Google.Apis.Bigquery.v2.Data.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 | |
---|---|
Type | Description |
BigQueryClient | A client for this project. |