Cloud Resource Manager v3 API - Class UpdateProjectRequest (2.4.0)

public sealed class UpdateProjectRequest : IMessage<UpdateProjectRequest>, IEquatable<UpdateProjectRequest>, IDeepCloneable<UpdateProjectRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Resource Manager v3 API class UpdateProjectRequest.

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.

Inheritance

object > UpdateProjectRequest

Namespace

Google.Cloud.ResourceManager.V3

Assembly

Google.Cloud.ResourceManager.V3.dll

Constructors

UpdateProjectRequest()

public UpdateProjectRequest()

UpdateProjectRequest(UpdateProjectRequest)

public UpdateProjectRequest(UpdateProjectRequest other)
Parameter
NameDescription
otherUpdateProjectRequest

Properties

Project

public Project Project { get; set; }

Required. The new definition of the project.

Property Value
TypeDescription
Project

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. An update mask to selectively update fields.

Property Value
TypeDescription
FieldMask