Vision AI v1 API - Class UpdateApplicationInstancesRequest.Types.UpdateApplicationInstance (1.0.0-beta01)

public sealed class UpdateApplicationInstancesRequest.Types.UpdateApplicationInstance : IMessage<UpdateApplicationInstancesRequest.Types.UpdateApplicationInstance>, IEquatable<UpdateApplicationInstancesRequest.Types.UpdateApplicationInstance>, IDeepCloneable<UpdateApplicationInstancesRequest.Types.UpdateApplicationInstance>, IBufferMessage, IMessage

Inheritance

object > UpdateApplicationInstancesRequest.Types.UpdateApplicationInstance

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

UpdateApplicationInstance()

public UpdateApplicationInstance()

UpdateApplicationInstance(UpdateApplicationInstance)

public UpdateApplicationInstance(UpdateApplicationInstancesRequest.Types.UpdateApplicationInstance other)
Parameter
Name Description
other UpdateApplicationInstancesRequestTypesUpdateApplicationInstance

Properties

Instance

public Instance Instance { get; set; }

Required. The resource being updated.

Property Value
Type Description
Instance

InstanceId

public string InstanceId { get; set; }

Required. The id of the instance.

Property Value
Type Description
string

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. Field mask is used to specify the fields to be overwritten in the Draft resource by the update. 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 then all fields will be overwritten.

Property Value
Type Description
FieldMask