Class: Google::Cloud::SecurityCenter::V1::CreateBigQueryExportRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb

Overview

Request message for creating a BigQuery export.

Instance Attribute Summary collapse

Instance Attribute Details

#big_query_export::Google::Cloud::SecurityCenter::V1::BigQueryExport

Returns Required. The BigQuery export being created.

Returns:



1528
1529
1530
1531
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1528

class CreateBigQueryExportRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#big_query_export_id::String

Returns 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.

Returns:

  • (::String)

    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.



1528
1529
1530
1531
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1528

class CreateBigQueryExportRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns 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]".

Returns:

  • (::String)

    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]".



1528
1529
1530
1531
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1528

class CreateBigQueryExportRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end