Cloud Security Compliance v1 API - Class UpdateFrameworkRequest (1.0.0-beta04)

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.

The request message for [UpdateFramework][].

Inheritance

object > UpdateFrameworkRequest

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

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