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. The name of the BigQuery 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 reference documentation for the `DeleteBigQueryExportRequest` class within the Google Cloud Security Command Center v1 API."],["The latest version of the documentation is for version 3.24.0, with a comprehensive list of previous versions available, from 3.23.0 down to 2.2.0."],["The `DeleteBigQueryExportRequest` class is used to handle requests for deleting a BigQuery export and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances and properties like `BigQueryExportName` and `Name`, where the latter is required to specify the BigQuery export to be deleted."],["The documentation covers inherited members, namespaces, and assembly information related to `DeleteBigQueryExportRequest`, as well as offering examples and links for the related components."]]],[]]