Security Command Center v2 API - Class UpdateBigQueryExportRequest (1.0.0-beta03)

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

Reference documentation and code samples for the Security Command Center v2 API class UpdateBigQueryExportRequest.

Request message for updating a BigQuery export.

Inheritance

object > UpdateBigQueryExportRequest

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

UpdateBigQueryExportRequest()

public UpdateBigQueryExportRequest()

UpdateBigQueryExportRequest(UpdateBigQueryExportRequest)

public UpdateBigQueryExportRequest(UpdateBigQueryExportRequest other)
Parameter
Name Description
other UpdateBigQueryExportRequest

Properties

BigQueryExport

public BigQueryExport BigQueryExport { get; set; }

Required. The BigQuery export being updated.

Property Value
Type Description
BigQueryExport

UpdateMask

public FieldMask UpdateMask { get; set; }

The list of fields to be updated. If empty all mutable fields will be updated.

Property Value
Type Description
FieldMask