public sealed class UpdateBigQueryExportRequest : IMessage<UpdateBigQueryExportRequest>, IEquatable<UpdateBigQueryExportRequest>, IDeepCloneable<UpdateBigQueryExportRequest>, IBufferMessage, IMessageRequest message for updating a BigQuery export.
Implements
IMessage<UpdateBigQueryExportRequest>, IEquatable<UpdateBigQueryExportRequest>, IDeepCloneable<UpdateBigQueryExportRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.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 | 
        |