Cloud Resource Manager v3 API - Class UpdateFolderRequest (2.4.0)

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

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

The request sent to the [UpdateFolder][google.cloud.resourcemanager.v3.Folder.UpdateFolder] method.

Only the display_name field can be changed. All other fields will be ignored. Use the [MoveFolder][google.cloud.resourcemanager.v3.Folders.MoveFolder] method to change the parent field.

Inheritance

object > UpdateFolderRequest

Namespace

Google.Cloud.ResourceManager.V3

Assembly

Google.Cloud.ResourceManager.V3.dll

Constructors

UpdateFolderRequest()

public UpdateFolderRequest()

UpdateFolderRequest(UpdateFolderRequest)

public UpdateFolderRequest(UpdateFolderRequest other)
Parameter
NameDescription
otherUpdateFolderRequest

Properties

Folder

public Folder Folder { get; set; }

Required. The new definition of the Folder. It must include the name field, which cannot be changed.

Property Value
TypeDescription
Folder

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. Fields to be updated. Only the display_name can be updated.

Property Value
TypeDescription
FieldMask