Security Command Center v2 API - Class CreateBigQueryExportRequest (1.0.0-beta03)

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

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

Request message for creating a BigQuery export.

Inheritance

object > CreateBigQueryExportRequest

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

CreateBigQueryExportRequest()

public CreateBigQueryExportRequest()

CreateBigQueryExportRequest(CreateBigQueryExportRequest)

public CreateBigQueryExportRequest(CreateBigQueryExportRequest other)
Parameter
Name Description
other CreateBigQueryExportRequest

Properties

BigQueryExport

public BigQueryExport BigQueryExport { get; set; }

Required. The BigQuery export being created.

Property Value
Type Description
BigQueryExport

BigQueryExportId

public string BigQueryExportId { get; set; }

Required. Unique identifier provided by the client within the parent scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a letter, must end with either a letter or a number, and must be 63 characters or less.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The name of the parent resource of the new BigQuery export. Its format is "organizations/[organization_id]/locations/[location_id]", "folders/[folder_id]/locations/[location_id]", or "projects/[project_id]/locations/[location_id]".

Property Value
Type Description
string

ParentAsFolderLocationName

public FolderLocationName ParentAsFolderLocationName { get; set; }

FolderLocationName-typed view over the Parent resource name property.

Property Value
Type Description
FolderLocationName

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName

ParentAsOrganizationLocationName

public OrganizationLocationName ParentAsOrganizationLocationName { get; set; }

OrganizationLocationName-typed view over the Parent resource name property.

Property Value
Type Description
OrganizationLocationName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
Type Description
IResourceName