Web Security Scanner v1 API - Class UpdateScanConfigRequest (2.3.0)

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

Reference documentation and code samples for the Web Security Scanner v1 API class UpdateScanConfigRequest.

Request for the UpdateScanConfigRequest method.

Inheritance

object > UpdateScanConfigRequest

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

UpdateScanConfigRequest()

public UpdateScanConfigRequest()

UpdateScanConfigRequest(UpdateScanConfigRequest)

public UpdateScanConfigRequest(UpdateScanConfigRequest other)
Parameter
NameDescription
otherUpdateScanConfigRequest

Properties

ScanConfig

public ScanConfig ScanConfig { get; set; }

Required. The ScanConfig to be updated. The name field must be set to identify the resource to be updated. The values of fields not covered by the mask will be ignored.

Property Value
TypeDescription
ScanConfig

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The update mask applies to the resource. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

Property Value
TypeDescription
FieldMask