Class UpdateInstanceRequest (1.0.0)

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

Inheritance

Object > UpdateInstanceRequest

Namespace

Google.Cloud.DataFusion.V1

Assembly

Google.Cloud.DataFusion.V1.dll

Constructors

UpdateInstanceRequest()

public UpdateInstanceRequest()

UpdateInstanceRequest(UpdateInstanceRequest)

public UpdateInstanceRequest(UpdateInstanceRequest other)
Parameter
NameDescription
otherUpdateInstanceRequest

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
TypeDescription
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
TypeDescription
FieldMask