Class: Google::Cloud::SecurityCenter::V1::DeleteBigQueryExportRequest

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 deleting a BigQuery export.

Instance Attribute Summary collapse

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

Returns:

  • (::String)

    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}



1590
1591
1592
1593
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1590

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