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, specifically for the .NET environment, with the most recent version at 3.24.0, and the base version of the page at 3.7.0."],["The `GetBigQueryExportRequest` class is used to define a request message for retrieving a BigQuery export, according to the Google Cloud Security Center."],["The documentation outlines the class's inheritance from `Object` and its implementation of multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also covers the constructors and the properties such as `BigQueryExportName` and `Name`."],["A comprehensive list of previous versions is provided, ranging from version 3.23.0 down to version 2.2.0, allowing developers to access the documentation for the version they are working with, and all links point to the same Google.Cloud.SecurityCenter.V1.GetBigQueryExportRequest page."]]],[]]