Google Cloud Security Command Center v1 API - Class GetBigQueryExportRequest (3.20.0)

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.

Request message for retrieving a BigQuery export.

Inheritance

object > GetBigQueryExportRequest

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

GetBigQueryExportRequest()

public GetBigQueryExportRequest()

GetBigQueryExportRequest(GetBigQueryExportRequest)

public GetBigQueryExportRequest(GetBigQueryExportRequest other)
Parameter
NameDescription
otherGetBigQueryExportRequest

Properties

BigQueryExportName

public BigQueryExportName BigQueryExportName { get; set; }

BigQueryExportName-typed view over the Name resource name property.

Property Value
TypeDescription
BigQueryExportName

Name

public string Name { get; set; }

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}

Property Value
TypeDescription
string