public sealed class GetBigQueryExportRequest : IMessage<GetBigQueryExportRequest>, IEquatable<GetBigQueryExportRequest>, IDeepCloneable<GetBigQueryExportRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class GetBigQueryExportRequest.
Required. Name of the BigQuery export to retrieve. 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 webpage provides reference documentation for the `GetBigQueryExportRequest` class within the Google Cloud Security Center v1 API."],["The `GetBigQueryExportRequest` class is used to retrieve a BigQuery export and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists all available versions of this API, from the latest version 3.24.0 all the way down to 2.2.0, allowing users to navigate to documentation for other version they may need."],["The main properties of the `GetBigQueryExportRequest` class are `BigQueryExportName` (a typed view over `Name`) and `Name`, which represents the name of the BigQuery export resource."]]],[]]