Class Project (3.21.0)

Project(project_id, numeric_id, friendly_name)

Wrapper for resource describing a BigQuery project.

Parameters

NameDescription
project_id str

Opaque ID of the project

numeric_id int

Numeric ID of the project

friendly_name str

Display name of the project

Methods

from_api_repr

from_api_repr(resource)

Factory: construct an instance from a resource dict.