public sealed class UpdateBigQueryExportRequest : IMessage<UpdateBigQueryExportRequest>, IEquatable<UpdateBigQueryExportRequest>, IDeepCloneable<UpdateBigQueryExportRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center v1 API class UpdateBigQueryExportRequest.
Request message for updating a BigQuery export.
Implements
IMessageUpdateBigQueryExportRequest, IEquatableUpdateBigQueryExportRequest, IDeepCloneableUpdateBigQueryExportRequest, 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 | |