Class Project (2.69.0)
Stay organized with collections
Save and categorize content based on your preferences.
2.69.0 (latest)
2.68.0
2.67.0
2.65.0
2.62.0
2.61.0
2.60.0
2.59.0
2.58.0
2.57.2
2.56.0
2.55.3
2.54.2
2.53.0
2.52.0
2.51.0
2.50.1
2.49.0
2.48.1
2.47.0
2.46.0
2.45.0
2.44.0
2.43.3
2.42.3
2.41.0
2.40.3
2.39.1
2.38.2
2.37.2
2.36.0
2.35.0
2.34.2
2.33.2
Beta
This library is covered by the Pre-GA Offerings Terms
of the Terms of Service. Pre-GA libraries might have limited support,
and changes to pre-GA libraries might not be compatible with other pre-GA versions.
For more information, see the
launch stage descriptions .
public class Project implements 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: Projects: list
Constructors
Project(String id, String numericId, String projectId, String friendlyName)
public Project ( String id , String numericId , String projectId , String friendlyName )
Methods
equals(Object o)
public boolean equals ( Object o )
Parameter
Name
Description
o
Object
Overrides
getFriendlyName()
public String getFriendlyName ()
Returns the user-defined display name of the project.
Returns
Type
Description
String
getId()
Returns the resource ID of the project.
Returns
Type
Description
String
getNumericId()
public String getNumericId ()
Returns the unique numeric project number.
Returns
Type
Description
String
getProjectId()
public String getProjectId ()
Returns the unique alphanumeric project ID.
Returns
Type
Description
String
hashCode()
Returns
Type
Description
int
Overrides
toString()
Returns
Type
Description
String
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-08-06 UTC.
[null,null,["Last updated 2026-08-06 UTC."],[],[]]