public sealed class UpdateInstanceRequest : IMessage<UpdateInstanceRequest>, IEquatable<UpdateInstanceRequest>, IDeepCloneable<UpdateInstanceRequest>, IBufferMessage, IMessage
Request message for updating a Data Fusion instance. Data Fusion allows updating the labels, options, and stack driver settings. This is also used for CDF version upgrade.
Implements
IMessage<UpdateInstanceRequest>, IEquatable<UpdateInstanceRequest>, IDeepCloneable<UpdateInstanceRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.DataFusion.V1Assembly
Google.Cloud.DataFusion.V1.dll
Constructors
UpdateInstanceRequest()
public UpdateInstanceRequest()
UpdateInstanceRequest(UpdateInstanceRequest)
public UpdateInstanceRequest(UpdateInstanceRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateInstanceRequest |
Properties
Instance
public Instance Instance { get; set; }
Required. The instance resource that replaces the resource on the server. Currently, Data Fusion only allows replacing labels, options, and stack driver settings. All other fields will be ignored.
Property Value | |
---|---|
Type | Description |
Instance |
UpdateMask
public FieldMask UpdateMask { get; set; }
Field mask is used to specify the fields that the update will overwrite in an instance resource. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask, all the supported fields (labels, options, and version currently) will be overwritten.
Property Value | |
---|---|
Type | Description |
FieldMask |