Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::UpdateBigQueryExportRequest.
The request message to update BigQuery Export configuration.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#big_query_export
def big_query_export() -> ::Google::Cloud::Chronicle::V1::BigQueryExport
Returns
- (::Google::Cloud::Chronicle::V1::BigQueryExport) — Required. The BigQueryExport settings to update. Format: projects/{project}/locations/{location}/instances/{instance}/bigQueryExport
#big_query_export=
def big_query_export=(value) -> ::Google::Cloud::Chronicle::V1::BigQueryExport
Parameter
- value (::Google::Cloud::Chronicle::V1::BigQueryExport) — Required. The BigQueryExport settings to update. Format: projects/{project}/locations/{location}/instances/{instance}/bigQueryExport
Returns
- (::Google::Cloud::Chronicle::V1::BigQueryExport) — Required. The BigQueryExport settings to update. Format: projects/{project}/locations/{location}/instances/{instance}/bigQueryExport
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
Returns
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.