public sealed class UpdateBigQueryExportRequest : IMessage<UpdateBigQueryExportRequest>, IEquatable<UpdateBigQueryExportRequest>, IDeepCloneable<UpdateBigQueryExportRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class UpdateBigQueryExportRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation details the `UpdateBigQueryExportRequest` class, which is used for updating BigQuery export configurations within the Security Command Center v2 API."],["The `UpdateBigQueryExportRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for this class: one default constructor and another that allows for creating a copy from an existing `UpdateBigQueryExportRequest` object."],["Key properties of the class include `BigQueryExport`, which is the object being updated, and `UpdateMask`, which defines which fields within the export configuration are to be modified."],["This request is used to call for a BigQuery export update, with parameters in order to update the BigQuery export."]]],[]]