Class CreateBigQueryExportRequest (2.12.0)

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

Request message for creating a big query export.

Inheritance

Object > CreateBigQueryExportRequest

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

CreateBigQueryExportRequest()

public CreateBigQueryExportRequest()

CreateBigQueryExportRequest(CreateBigQueryExportRequest)

public CreateBigQueryExportRequest(CreateBigQueryExportRequest other)
Parameter
NameDescription
otherCreateBigQueryExportRequest

Properties

BigQueryExport

public BigQueryExport BigQueryExport { get; set; }

Required. The big query export being created.

Property Value
TypeDescription
BigQueryExport

BigQueryExportId

public string BigQueryExportId { get; set; }

Required. Unique identifier provided by the client within the parent scope. It must consist of lower case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. Resource name of the new big query export's parent. Its format is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".

Property Value
TypeDescription
String

ParentAsFolderName

public FolderName ParentAsFolderName { get; set; }

FolderName-typed view over the Parent resource name property.

Property Value
TypeDescription
FolderName

ParentAsOrganizationName

public OrganizationName ParentAsOrganizationName { get; set; }

OrganizationName-typed view over the Parent resource name property.

Property Value
TypeDescription
OrganizationName

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName