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

public sealed class UpdateCloudControlRequest : IMessage<UpdateCloudControlRequest>, IEquatable<UpdateCloudControlRequest>, IDeepCloneable<UpdateCloudControlRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Security Compliance v1 API class UpdateCloudControlRequest.

The request message for [UpdateCloudControl][].

Inheritance

object > UpdateCloudControlRequest

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

UpdateCloudControlRequest()

public UpdateCloudControlRequest()

UpdateCloudControlRequest(UpdateCloudControlRequest)

public UpdateCloudControlRequest(UpdateCloudControlRequest other)
Parameter
Name Description
other UpdateCloudControlRequest

Properties

CloudControl

public CloudControl CloudControl { get; set; }

Required. The cloud control that you're updating.

Property Value
Type Description
CloudControl

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. Use a field mask to specify the fields to be overwritten in the cloud control during the update. The fields that you specify in the update_mask are relative to the cloud control, not the full request. A field is overwritten if it is in the mask. If you don't provide a mask, all fields in the request are updated.

You can update the following fields:

  • Display name
  • Description
  • Parameters
  • Rules
  • Parameter specification
Property Value
Type Description
FieldMask

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.