public sealed class UpdateSourceRequest : IMessage<UpdateSourceRequest>, IEquatable<UpdateSourceRequest>, IDeepCloneable<UpdateSourceRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center v1 API class UpdateSourceRequest.
Request message for updating a source.
Implements
IMessageUpdateSourceRequest, IEquatableUpdateSourceRequest, IDeepCloneableUpdateSourceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.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 |
|