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.
Implements
IMessageUpdateSourceRequest, IEquatableUpdateSourceRequest, IDeepCloneableUpdateSourceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1P1Beta1Assembly
Google.Cloud.SecurityCenter.V1P1Beta1.dll
Constructors
UpdateSourceRequest()
public UpdateSourceRequest()
UpdateSourceRequest(UpdateSourceRequest)
public UpdateSourceRequest(UpdateSourceRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateSourceRequest |
Properties
Source
public Source Source { get; set; }
Required. The source resource to update.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
FieldMask |