public sealed class GetBigQueryExportRequest : IMessage<GetBigQueryExportRequest>, IEquatable<GetBigQueryExportRequest>, IDeepCloneable<GetBigQueryExportRequest>, IBufferMessage, IMessage
Request message for retrieving a big query export.
Required. Name of the big query 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 page details the `GetBigQueryExportRequest` class, which is used to retrieve a BigQuery export in the Google Cloud Security Center."],["The `GetBigQueryExportRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer operations."],["The class has two constructors, one default and another that takes another `GetBigQueryExportRequest` object, allowing for the creation of new instances."],["It includes properties such as `BigQueryExportName`, a strongly-typed view of the resource name, and `Name`, a string property specifying the name of the BigQuery export to be retrieved."],["Multiple versions of the `GetBigQueryExportRequest` class are available, spanning from version 2.2.0 to the latest 3.24.0, each with its own documentation."]]],[]]