public sealed class DeleteBigQueryExportRequest : IMessage<DeleteBigQueryExportRequest>, IEquatable<DeleteBigQueryExportRequest>, IDeepCloneable<DeleteBigQueryExportRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class DeleteBigQueryExportRequest.
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 provides documentation for the `DeleteBigQueryExportRequest` class within the Google Cloud Security Center v1 API, with the latest version being 3.24.0."],["The `DeleteBigQueryExportRequest` class is used to construct request messages for deleting a BigQuery export, and it inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes two constructors, one default and one that takes another `DeleteBigQueryExportRequest` object as a parameter, along with properties like `BigQueryExportName` and `Name`."],["The `Name` property of the class is used for the resource name property, and is a required field to properly form requests to delete a big query export."],["The page lists all available versions of the Google Cloud SecurityCenter.V1 API's `DeleteBigQueryExportRequest` class, ranging from version 2.2.0 up to the latest, 3.24.0."]]],[]]