Class: Google::Cloud::SecurityCenter::V1::UpdateBigQueryExportRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#big_query_export::Google::Cloud::SecurityCenter::V1::BigQueryExport

Returns Required. The BigQuery export being updated.

Returns:



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.

Returns:



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