public sealed class UpdateBigQueryExportRequest : IMessage<UpdateBigQueryExportRequest>, IEquatable<UpdateBigQueryExportRequest>, IDeepCloneable<UpdateBigQueryExportRequest>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class UpdateBigQueryExportRequest.
The request message to update BigQuery Export configuration.
Implements
IMessageUpdateBigQueryExportRequest, IEquatableUpdateBigQueryExportRequest, IDeepCloneableUpdateBigQueryExportRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.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 BigQueryExport settings to update. Format: projects/{project}/locations/{location}/instances/{instance}/bigQueryExport
| Property Value | |
|---|---|
| Type | Description |
BigQueryExport |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. The list of fields to update.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|