Google Cloud Security Command Center v1 API - Class UpdateBigQueryExportRequest (3.20.0)

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

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class UpdateBigQueryExportRequest.

Request message for updating a BigQuery export.

Inheritance

object > UpdateBigQueryExportRequest

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

UpdateBigQueryExportRequest()

public UpdateBigQueryExportRequest()

UpdateBigQueryExportRequest(UpdateBigQueryExportRequest)

public UpdateBigQueryExportRequest(UpdateBigQueryExportRequest other)
Parameter
NameDescription
otherUpdateBigQueryExportRequest

Properties

BigQueryExport

public BigQueryExport BigQueryExport { get; set; }

Required. The BigQuery export being updated.

Property Value
TypeDescription
BigQueryExport

UpdateMask

public FieldMask UpdateMask { get; set; }

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

Property Value
TypeDescription
FieldMask