Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::UpdateBigQueryExportRequest.
Request message for updating a BigQuery export.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#big_query_export
def big_query_export() -> ::Google::Cloud::SecurityCenter::V1::BigQueryExport
Returns
- (::Google::Cloud::SecurityCenter::V1::BigQueryExport) — Required. The BigQuery export being updated.
#big_query_export=
def big_query_export=(value) -> ::Google::Cloud::SecurityCenter::V1::BigQueryExport
Parameter
- value (::Google::Cloud::SecurityCenter::V1::BigQueryExport) — Required. The BigQuery export being updated.
Returns
- (::Google::Cloud::SecurityCenter::V1::BigQueryExport) — Required. The BigQuery export being updated.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — The list of fields to be updated. If empty all mutable fields will be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — The list of fields to be updated. If empty all mutable fields will be updated.
Returns
- (::Google::Protobuf::FieldMask) — The list of fields to be updated. If empty all mutable fields will be updated.