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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eUpdateBigQueryExportRequest\u003c/code\u003e class, which is used for updating BigQuery export configurations within the Security Command Center v2 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateBigQueryExportRequest\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for this class: one default constructor and another that allows for creating a copy from an existing \u003ccode\u003eUpdateBigQueryExportRequest\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the class include \u003ccode\u003eBigQueryExport\u003c/code\u003e, which is the object being updated, and \u003ccode\u003eUpdateMask\u003c/code\u003e, which defines which fields within the export configuration are to be modified.\u003c/p\u003e\n"],["\u003cp\u003eThis request is used to call for a BigQuery export update, with parameters in order to update the BigQuery export.\u003c/p\u003e\n"]]],[],null,["# Security Command Center v2 API - Class UpdateBigQueryExportRequest (1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.UpdateBigQueryExportRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.UpdateBigQueryExportRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.UpdateBigQueryExportRequest) \n\n public sealed class UpdateBigQueryExportRequest : IMessage\u003cUpdateBigQueryExportRequest\u003e, IEquatable\u003cUpdateBigQueryExportRequest\u003e, IDeepCloneable\u003cUpdateBigQueryExportRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class UpdateBigQueryExportRequest.\n\nRequest message for updating a BigQuery export. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UpdateBigQueryExportRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UpdateBigQueryExportRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.UpdateBigQueryExportRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpdateBigQueryExportRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.UpdateBigQueryExportRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpdateBigQueryExportRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.UpdateBigQueryExportRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SecurityCenter.V2](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.V2.dll\n\nConstructors\n------------\n\n### UpdateBigQueryExportRequest()\n\n public UpdateBigQueryExportRequest()\n\n### UpdateBigQueryExportRequest(UpdateBigQueryExportRequest)\n\n public UpdateBigQueryExportRequest(UpdateBigQueryExportRequest other)\n\nProperties\n----------\n\n### BigQueryExport\n\n public BigQueryExport BigQueryExport { get; set; }\n\nRequired. The BigQuery export being updated.\n\n### UpdateMask\n\n public FieldMask UpdateMask { get; set; }\n\nThe list of fields to be updated.\nIf empty all mutable fields will be updated."]]