Class: Google::Cloud::SecurityCenter::V2::GetBigQueryExportRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::GetBigQueryExportRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb
Overview
Request message for retrieving a BigQuery export.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the BigQuery export to retrieve. The following list shows some examples of the format:
+
organizations/{organization}/locations/{location}/bigQueryExports/{export_id}
folders/{folder}/locations/{location}/bigQueryExports/{export_id}
projects/{project}locations/{location}//bigQueryExports/{export_id}
.
327 328 329 330 |
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 327 class GetBigQueryExportRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |