Class: Google::Cloud::SecurityCenter::V1::UpdateBigQueryExportRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::UpdateBigQueryExportRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb
Overview
Request message for updating a BigQuery export.
Instance Attribute Summary collapse
-
#big_query_export ⇒ ::Google::Cloud::SecurityCenter::V1::BigQueryExport
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be updated.
Instance Attribute Details
#big_query_export ⇒ ::Google::Cloud::SecurityCenter::V1::BigQueryExport
Returns Required. The BigQuery export being updated.
1838 1839 1840 1841 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1838 class UpdateBigQueryExportRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to be updated. If empty all mutable fields will be updated.
1838 1839 1840 1841 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1838 class UpdateBigQueryExportRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |