public sealed class UpdateProjectRequest : IMessage<UpdateProjectRequest>, IEquatable<UpdateProjectRequest>, IDeepCloneable<UpdateProjectRequest>, IBufferMessage, IMessage
The request sent to the
[UpdateProject][google.cloud.resourcemanager.v3.Projects.UpdateProject]
method.
Only the display_name and labels fields can be change. Use the
[MoveProject][google.cloud.resourcemanager.v3.Projects.MoveProject] method to
change the parent field.
[[["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-03-21 UTC."],[[["This webpage provides documentation for the `UpdateProjectRequest` class, which is used to send requests to the `UpdateProject` method in Google Cloud Resource Manager."],["The `UpdateProjectRequest` class allows for modification of a project's `display_name` and `labels`, while the `parent` field requires a separate method, `MoveProject`, for changes."],["Version 2.5.0 is the latest available version, with several older versions also listed, down to version 1.0.0, however, the details provided on this page is within the context of version 1.2.0."],["The `UpdateProjectRequest` class has properties for `Project`, representing the project's new definition, and `UpdateMask`, which enables selective updates to specific fields."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, showcasing its capabilities and integration within the .NET framework."]]],[]]