[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-03 UTC."],[[["\u003cp\u003eThe latest version of the Google.Cloud.BigQuery.V2 API is 3.11.0, with multiple previous versions available for reference.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCloudProject\u003c/code\u003e class represents a Google Cloud project within the Google BigQuery v2 API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCloudProject\u003c/code\u003e has properties such as \u003ccode\u003eFriendlyName\u003c/code\u003e, \u003ccode\u003eProjectId\u003c/code\u003e, \u003ccode\u003eReference\u003c/code\u003e, and \u003ccode\u003eResource\u003c/code\u003e, providing details about the project.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateClient()\u003c/code\u003e method within \u003ccode\u003eCloudProject\u003c/code\u003e allows for the creation of a new \u003ccode\u003eBigQueryClient\u003c/code\u003e using the same credentials as the object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCloudProject\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and has inherited members like \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Google BigQuery v2 API - Class CloudProject (3.11.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.11.0 (latest)](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/latest/Google.Cloud.BigQuery.V2.CloudProject)\n- [3.10.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.10.0/Google.Cloud.BigQuery.V2.CloudProject)\n- [3.9.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.9.0/Google.Cloud.BigQuery.V2.CloudProject)\n- [3.8.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.8.0/Google.Cloud.BigQuery.V2.CloudProject)\n- [3.7.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.7.0/Google.Cloud.BigQuery.V2.CloudProject)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.6.0/Google.Cloud.BigQuery.V2.CloudProject)\n- [3.5.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.5.0/Google.Cloud.BigQuery.V2.CloudProject)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.4.0/Google.Cloud.BigQuery.V2.CloudProject)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.3.0/Google.Cloud.BigQuery.V2.CloudProject)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.2.0/Google.Cloud.BigQuery.V2.CloudProject)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.1.0/Google.Cloud.BigQuery.V2.CloudProject)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/3.0.0/Google.Cloud.BigQuery.V2.CloudProject)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/2.4.0/Google.Cloud.BigQuery.V2.CloudProject)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/2.3.0/Google.Cloud.BigQuery.V2.CloudProject)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/2.2.0/Google.Cloud.BigQuery.V2.CloudProject) \n\n public sealed class CloudProject\n\nReference documentation and code samples for the Google BigQuery v2 API class CloudProject.\n\nA project within Google Cloud. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CloudProject \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.BigQuery.V2](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/latest/Google.Cloud.BigQuery.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.BigQuery.V2.dll\n\nProperties\n----------\n\n### FriendlyName\n\n public string FriendlyName { get; }\n\nThe friendly name of the project, if any.\n\n### ProjectId\n\n public string ProjectId { get; }\n\nThe project ID, obtained from the [Reference](/dotnet/docs/reference/Google.Cloud.BigQuery.V2/latest/Google.Cloud.BigQuery.V2.CloudProject#Google_Cloud_BigQuery_V2_CloudProject_Reference).\n\n### Reference\n\n public ProjectReference Reference { get; }\n\nThe fully-qualified identifier for the project, as an object which can be used for other operations\nwithin this API.\n\n### Resource\n\n public ProjectList.ProjectsData Resource { get; }\n\nThe underlying REST-ful resource for the table.\n\nMethods\n-------\n\n### CreateClient()\n\n public BigQueryClient CreateClient()\n\nCreates a new client for the specified project, using the same credentials\nas the one used to create this object."]]