public sealed class CreateBigQueryExportRequest : IMessage<CreateBigQueryExportRequest>, IEquatable<CreateBigQueryExportRequest>, IDeepCloneable<CreateBigQueryExportRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center v1 API class CreateBigQueryExportRequest.
Request message for creating a BigQuery export.
Implements
IMessage<CreateBigQueryExportRequest>, IEquatable<CreateBigQueryExportRequest>, IDeepCloneable<CreateBigQueryExportRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.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 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 | |
|---|---|
| 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]", "folders/[folder_id]", or "projects/[project_id]".
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
ParentAsFolderName
public FolderName ParentAsFolderName { get; set; }FolderName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
FolderName | 
        |
ParentAsOrganizationName
public OrganizationName ParentAsOrganizationName { get; set; }OrganizationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
OrganizationName | 
        |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }ProjectName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
ProjectName | 
        |
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
IResourceName | 
        |