public sealed class DeleteBigQueryExportRequest : IMessage<DeleteBigQueryExportRequest>, IEquatable<DeleteBigQueryExportRequest>, IDeepCloneable<DeleteBigQueryExportRequest>, IBufferMessage, IMessage
Required. Name of the big query export to delete. Its format is
organizations/{organization}/bigQueryExports/{export_id},
folders/{folder}/bigQueryExports/{export_id}, or
projects/{project}/bigQueryExports/{export_id}
[[["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-03-21 UTC."],[[["This page details the `DeleteBigQueryExportRequest` class, which is used for sending requests to delete BigQuery exports in Google Cloud Security Center."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for compatibility and functionality within the Google Protobuf framework."],["The `DeleteBigQueryExportRequest` class contains properties such as `BigQueryExportName` and `Name` to specify the target BigQuery export for deletion, with the name property being a required string input."],["The page provides details for 37 versions of `DeleteBigQueryExportRequest`, with version 3.24.0 being the latest."],["There are two constructors available, a default one `DeleteBigQueryExportRequest()` and an overloaded one `DeleteBigQueryExportRequest(DeleteBigQueryExportRequest other)` that uses an existing instance as parameter."]]],[]]