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."],[[["The page provides reference documentation for the `GetBigQueryExportRequest` class within the Google Cloud Security Center v1 API."],["The latest version available is 3.24.0, with versions dating back to 2.2.0 also accessible from this page."],["`GetBigQueryExportRequest` is used to retrieve a BigQuery export and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetBigQueryExportRequest` class contains two properties, `BigQueryExportName` (a typed view of the name) and `Name` (the string value of the name), both used to specify the BigQuery export to retrieve."],["The class implements two contructors, one empty and one to copy another `GetBigQueryExportRequest` object."]]],[]]