Google Cloud Security Command Center v1p1beta1 API - Class UpdateSourceRequest (3.0.0-beta04)

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

Reference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 API class UpdateSourceRequest.

Request message for updating a source.

Inheritance

object > UpdateSourceRequest

Namespace

Google.Cloud.SecurityCenter.V1P1Beta1

Assembly

Google.Cloud.SecurityCenter.V1P1Beta1.dll

Constructors

UpdateSourceRequest()

public UpdateSourceRequest()

UpdateSourceRequest(UpdateSourceRequest)

public UpdateSourceRequest(UpdateSourceRequest other)
Parameter
NameDescription
otherUpdateSourceRequest

Properties

Source

public Source Source { get; set; }

Required. The source resource to update.

Property Value
TypeDescription
Source

UpdateMask

public FieldMask UpdateMask { get; set; }

The FieldMask to use when updating the source resource.

If empty all mutable fields will be updated.

Property Value
TypeDescription
FieldMask