[[["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-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eListBigQueryExportsResponse\u003c/code\u003e class is a response message for listing BigQuery exports within the Security Command Center v2 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIPageResponse\u003c/code\u003e, \u003ccode\u003eIEnumerable\u003c/code\u003e, \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing extensive functionality for handling and managing BigQuery export data.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eBigQueryExports\u003c/code\u003e, which is a list of \u003ccode\u003eBigQueryExport\u003c/code\u003e objects, and \u003ccode\u003eNextPageToken\u003c/code\u003e, used for pagination when retrieving a large number of exports.\u003c/p\u003e\n"],["\u003cp\u003eIt has two constructors, a default constructor and one that takes another \u003ccode\u003eListBigQueryExportsResponse\u003c/code\u003e object as a parameter, enabling easy creation and cloning of instances.\u003c/p\u003e\n"],["\u003cp\u003eThe method \u003ccode\u003eGetEnumerator\u003c/code\u003e is available for iterating through the resources in the response.\u003c/p\u003e\n"]]],[],null,["# Security Command Center v2 API - Class ListBigQueryExportsResponse (1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListBigQueryExportsResponse)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.ListBigQueryExportsResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.ListBigQueryExportsResponse) \n\n public sealed class ListBigQueryExportsResponse : IPageResponse\u003cBigQueryExport\u003e, IEnumerable\u003cBigQueryExport\u003e, IEnumerable, IMessage\u003cListBigQueryExportsResponse\u003e, IEquatable\u003cListBigQueryExportsResponse\u003e, IDeepCloneable\u003cListBigQueryExportsResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class ListBigQueryExportsResponse.\n\nResponse message for listing BigQuery exports. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListBigQueryExportsResponse \n\nImplements\n----------\n\n[IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[BigQueryExport](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.BigQueryExport), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[BigQueryExport](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.BigQueryExport), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListBigQueryExportsResponse](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListBigQueryExportsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListBigQueryExportsResponse](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListBigQueryExportsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListBigQueryExportsResponse](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListBigQueryExportsResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SecurityCenter.V2](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.V2.dll\n\nConstructors\n------------\n\n### ListBigQueryExportsResponse()\n\n public ListBigQueryExportsResponse()\n\n### ListBigQueryExportsResponse(ListBigQueryExportsResponse)\n\n public ListBigQueryExportsResponse(ListBigQueryExportsResponse other)\n\nProperties\n----------\n\n### BigQueryExports\n\n public RepeatedField\u003cBigQueryExport\u003e BigQueryExports { get; }\n\nThe BigQuery exports from the specified parent.\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token, which can be sent as `page_token` to retrieve the next page.\nIf this field is omitted, there are no subsequent pages.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cBigQueryExport\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]