Vision AI v1 API - Class UpdateAssetRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Vision AI v1 API class UpdateAssetRequest.

Request message for UpdateAsset.

Inheritance

object > UpdateAssetRequest

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

UpdateAssetRequest()

public UpdateAssetRequest()

UpdateAssetRequest(UpdateAssetRequest)

public UpdateAssetRequest(UpdateAssetRequest other)
Parameter
Name Description
other UpdateAssetRequest

Properties

Asset

public Asset Asset { get; set; }

Required. The asset to update.

The asset's name field is used to identify the asset to be updated. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/assets/{asset}

Property Value
Type Description
Asset

UpdateMask

public FieldMask UpdateMask { get; set; }

The list of fields to be updated.

Property Value
Type Description
FieldMask