Output only. Full resource name of the project, for example
projects/{project}.
Note that when making requests, project number and project id are both
acceptable, but the server will always respond in project number.
public Timestamp ProvisionCompletionTime { get; set; }
Output only. The timestamp when this project is successfully provisioned.
Empty value means this project is still provisioning and is not ready for
use.
[[["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-08-28 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eProject\u003c/code\u003e class within the Google Cloud Discovery Engine v1 API, which represents metadata and configurations for a Google Cloud project in the service.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eProject\u003c/code\u003e class is available in multiple versions, with the latest being 1.6.0, and it implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eProject\u003c/code\u003e class include \u003ccode\u003eCreateTime\u003c/code\u003e and \u003ccode\u003eProvisionCompletionTime\u003c/code\u003e, which are timestamps indicating when the project was created and provisioned, respectively, as well as \u003ccode\u003eName\u003c/code\u003e which is a full resource name of the project.\u003c/p\u003e\n"],["\u003cp\u003eThe class also contains a constructor, \u003ccode\u003eProject()\u003c/code\u003e, that can be empty or be provided with another Project to create a new instance of it, and a \u003ccode\u003eServiceTermsMap\u003c/code\u003e property that outputs a map of terms of services.\u003c/p\u003e\n"],["\u003cp\u003eThe Project class implements different inherited members such as GetHashCode(), GetType() and ToString() that are inherited from the object class.\u003c/p\u003e\n"]]],[],null,["# Discovery Engine v1 API - Class Project (1.9.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.9.0 (latest)](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1.Project)\n- [1.8.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.8.0/Google.Cloud.DiscoveryEngine.V1.Project)\n- [1.7.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.7.0/Google.Cloud.DiscoveryEngine.V1.Project)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.6.0/Google.Cloud.DiscoveryEngine.V1.Project)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.5.0/Google.Cloud.DiscoveryEngine.V1.Project)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.4.0/Google.Cloud.DiscoveryEngine.V1.Project)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.3.0/Google.Cloud.DiscoveryEngine.V1.Project)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.2.0/Google.Cloud.DiscoveryEngine.V1.Project)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.1.0/Google.Cloud.DiscoveryEngine.V1.Project)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.0.0-beta06/Google.Cloud.DiscoveryEngine.V1.Project) \n\n public sealed class Project : IMessage\u003cProject\u003e, IEquatable\u003cProject\u003e, IDeepCloneable\u003cProject\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Discovery Engine v1 API class Project.\n\nMetadata and configurations for a Google Cloud project in the service. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Project \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Project](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1.Project), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Project](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1.Project), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Project](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1.Project), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \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.DiscoveryEngine.V1](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.DiscoveryEngine.V1.dll\n\nConstructors\n------------\n\n### Project()\n\n public Project()\n\n### Project(Project)\n\n public Project(Project other)\n\nProperties\n----------\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. The timestamp when this project is created.\n\n### Name\n\n public string Name { get; set; }\n\nOutput only. Full resource name of the project, for example\n`projects/{project}`.\nNote that when making requests, project number and project id are both\nacceptable, but the server will always respond in project number.\n\n### ProjectName\n\n public ProjectName ProjectName { get; set; }\n\n[ProjectName](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1.ProjectName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1.Project#Google_Cloud_DiscoveryEngine_V1_Project_Name) resource name property.\n\n### ProvisionCompletionTime\n\n public Timestamp ProvisionCompletionTime { get; set; }\n\nOutput only. The timestamp when this project is successfully provisioned.\nEmpty value means this project is still provisioning and is not ready for\nuse.\n\n### ServiceTermsMap\n\n public MapField\u003cstring, Project.Types.ServiceTerms\u003e ServiceTermsMap { get; }\n\nOutput only. A map of terms of services. The key is the `id` of\n\\[ServiceTerms\\]\\[google.cloud.discoveryengine.v1.Project.ServiceTerms\\]."]]