Class: Google::Cloud::SecurityCenter::V1::DeleteBigQueryExportRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::DeleteBigQueryExportRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb
Overview
Request message for deleting a BigQuery export.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the BigQuery export to delete. Its format is
organizations/{organization}/bigQueryExports/{export_id}
,
folders/{folder}/bigQueryExports/{export_id}
, or
projects/{project}/bigQueryExports/{export_id}
.
1887 1888 1889 1890 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1887 class DeleteBigQueryExportRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |