Class: Google::Cloud::SecurityCenter::V1::CreateBigQueryExportRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::CreateBigQueryExportRequest
- 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
-
#big_query_export ⇒ ::Google::Cloud::SecurityCenter::V1::BigQueryExport
Required.
-
#big_query_export_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#big_query_export ⇒ ::Google::Cloud::SecurityCenter::V1::BigQueryExport
Returns Required. The BigQuery export being created.
1825 1826 1827 1828 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1825 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.
1825 1826 1827 1828 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1825 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]
.
1825 1826 1827 1828 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1825 class CreateBigQueryExportRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |