Dataform v1beta1 API - Class UpdateFolderRequest (1.0.0-beta11)

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

Reference documentation and code samples for the Dataform v1beta1 API class UpdateFolderRequest.

UpdateFolder request message.

Inheritance

object > UpdateFolderRequest

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

UpdateFolderRequest()

public UpdateFolderRequest()

UpdateFolderRequest(UpdateFolderRequest)

public UpdateFolderRequest(UpdateFolderRequest other)
Parameter
Name Description
other UpdateFolderRequest

Properties

Folder

public Folder Folder { get; set; }

Required. The updated Folder.

Property Value
Type Description
Folder

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. Specifies the fields to be updated in the Folder. If left unset, all fields that can be updated, will be updated. A few fields cannot be updated and will be ignored if specified in the update_mask (e.g. parent_name, team_folder_name).

Property Value
Type Description
FieldMask