public sealed class UpdateFolderRequest : IMessage<UpdateFolderRequest>, IEquatable<UpdateFolderRequest>, IDeepCloneable<UpdateFolderRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1beta1 API class UpdateFolderRequest.
UpdateFolder request message.
Implements
IMessageUpdateFolderRequest, IEquatableUpdateFolderRequest, IDeepCloneableUpdateFolderRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
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 |
|