Class: Google::Cloud::SecurityCenter::V2::CreateBigQueryExportRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::CreateBigQueryExportRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb
Overview
Request message for creating a BigQuery export.
Instance Attribute Summary collapse
-
#big_query_export ⇒ ::Google::Cloud::SecurityCenter::V2::BigQueryExport
Required.
-
#big_query_export_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#big_query_export ⇒ ::Google::Cloud::SecurityCenter::V2::BigQueryExport
Returns Required. The BigQuery export being created.
131 132 133 134 |
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 131 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.
131 132 133 134 |
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 131 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]/locations/[location_id],
folders/[folder_id]/locations/[location_id], or
projects/[project_id]/locations/[location_id].
131 132 133 134 |
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 131 class CreateBigQueryExportRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |