public sealed class UpdateFrameworkRequest : IMessage<UpdateFrameworkRequest>, IEquatable<UpdateFrameworkRequest>, IDeepCloneable<UpdateFrameworkRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Security Compliance v1 API class UpdateFrameworkRequest.
The request message for [UpdateFramework][].
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 that is being updated.
| Property Value | |
|---|---|
| Type | Description |
Framework |
|
MajorRevisionId
public long MajorRevisionId { get; set; }Optional. The major version ID of the framework to update.
| Property Value | |
|---|---|
| Type | Description |
long |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. A 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
is overwritten if it is in the mask. If you don't provide a mask then all
fields present in the request will be overwritten.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|