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 multiple versions of the `GetBigQueryExportRequest` class, from version 2.2.0 up to the latest version 3.24.0."],["The documentation includes details about the class's inheritance, inherited members, namespace (`Google.Cloud.SecurityCenter.V1`), assembly (`Google.Cloud.SecurityCenter.V1.dll`), constructors, and properties such as `BigQueryExportName` and `Name`."],["The `Name` property is a required string that specifies the BigQuery export to retrieve, using the formats of organizations, folders, or projects."]]],[]]