public sealed class UpdateSourceRequest : IMessage<UpdateSourceRequest>, IEquatable<UpdateSourceRequest>, IDeepCloneable<UpdateSourceRequest>, IBufferMessage, IMessageRequest message for updating a source.
Implements
Google.Protobuf.IMessage<UpdateSourceRequest>, IEquatable<UpdateSourceRequest>, Google.Protobuf.IDeepCloneable<UpdateSourceRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
Google.Protobuf.WellKnownTypes.FieldMask |
|