public sealed class UpdateInstanceRequest : IMessage<UpdateInstanceRequest>, IEquatable<UpdateInstanceRequest>, IDeepCloneable<UpdateInstanceRequest>, IBufferMessage, IMessageImplements
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; }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 |
|