Chronicle v1 API - Class UpdateBigQueryExportRequest (1.0.0-beta05)

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

Reference documentation and code samples for the Chronicle v1 API class UpdateBigQueryExportRequest.

The request message to update BigQuery Export configuration.

Inheritance

object > UpdateBigQueryExportRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

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