Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::DeleteBigQueryExportRequest.
Request message for deleting a BigQuery export.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
    Returns
    
  - 
        (::String) — Required. The name of the BigQuery export to delete. Its format is
organizations/{organization}/bigQueryExports/{export_id},folders/{folder}/bigQueryExports/{export_id}, orprojects/{project}/bigQueryExports/{export_id}
#name=
def name=(value) -> ::String
    Parameter
    
  - 
        value (::String) — Required. The name of the BigQuery export to delete. Its format is
organizations/{organization}/bigQueryExports/{export_id},folders/{folder}/bigQueryExports/{export_id}, orprojects/{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}, orprojects/{project}/bigQueryExports/{export_id}