Package com.google.cloud.bigquery
Class Project
java.lang.Object
com.google.cloud.bigquery.Project
- All Implemented Interfaces:
Serializable
Google BigQuery Project information. A project is the top-level container for Google Cloud
resources, and holds BigQuery dataset collections. This class wraps a BigQuery project resource,
providing details such as the project's unique alphanumeric ID, numeric project number, and
friendly display name.
Objects of this class can be obtained by listing projects accessible to the caller using
BigQuery.listProjects(BigQuery.ProjectListOption...).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Project
-
-
Method Details
-
getId
Returns the resource ID of the project. -
getNumericId
Returns the unique numeric project number. -
getProjectId
Returns the unique alphanumeric project ID. -
getFriendlyName
Returns the user-defined display name of the project. -
equals
-
hashCode
public int hashCode() -
toString
-