public sealed class UpdateFrameworkRequest : IMessage<UpdateFrameworkRequest>, IEquatable<UpdateFrameworkRequest>, IDeepCloneable<UpdateFrameworkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Security Compliance v1 API class UpdateFrameworkRequest.
Message for updating a Framework
Implements
IMessageUpdateFrameworkRequest, IEquatableUpdateFrameworkRequest, IDeepCloneableUpdateFrameworkRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
UpdateFrameworkRequest()
public UpdateFrameworkRequest()
UpdateFrameworkRequest(UpdateFrameworkRequest)
public UpdateFrameworkRequest(UpdateFrameworkRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateFrameworkRequest |
Properties
Framework
public Framework Framework { get; set; }
Required. The resource being updated
Property Value | |
---|---|
Type | Description |
Framework |
MajorRevisionId
public long MajorRevisionId { get; set; }
Optional. The major revision ID of the framework to update.
Property Value | |
---|---|
Type | Description |
long |
UpdateMask
public FieldMask UpdateMask { get; set; }
Optional. Field mask is used to specify the fields to be overwritten in the Framework resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields present in the request will be overwritten.
Property Value | |
---|---|
Type | Description |
FieldMask |