Security Command Center v2 API - Class GetBigQueryExportRequest (1.0.0-beta05)

 public sealed class GetBigQueryExportRequest : IMessage<GetBigQueryExportRequest>, IEquatable<GetBigQueryExportRequest>, IDeepCloneable<GetBigQueryExportRequest>, IBufferMessage, IMessage 

Reference documentation and code samples for the Security Command Center v2 API class GetBigQueryExportRequest.

Request message for retrieving a BigQuery export.

Inheritance

object > GetBigQueryExportRequest

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

GetBigQueryExportRequest()

 public GetBigQueryExportRequest() 

GetBigQueryExportRequest(GetBigQueryExportRequest)

 public GetBigQueryExportRequest(GetBigQueryExportRequest other) 
Parameter
Name
Description

Properties

BigQueryExportName

 public BigQueryExportName BigQueryExportName { get; set; } 

BigQueryExportName -typed view over the Name resource name property.

Property Value
Type
Description

Name

 public string Name { get; set; } 

Required. Name of the BigQuery export to retrieve. The following list shows some examples of the format:

+ organizations/{organization}/locations/{location}/bigQueryExports/{export_id}

  • folders/{folder}/locations/{location}/bigQueryExports/{export_id}
  • projects/{project}locations/{location}//bigQueryExports/{export_id}
Property Value
Type
Description