Class: Google::Cloud::Chronicle::V1::UpdateBigQueryExportRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::UpdateBigQueryExportRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/big_query_export.rb
Overview
The request message to update BigQuery Export configuration.
Instance Attribute Summary collapse
-
#big_query_export ⇒ ::Google::Cloud::Chronicle::V1::BigQueryExport
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#big_query_export ⇒ ::Google::Cloud::Chronicle::V1::BigQueryExport
Returns Required. The BigQueryExport settings to update. Format: projects/{project}/locations/{location}/instances/{instance}/bigQueryExport.
101 102 103 104 |
# File 'proto_docs/google/cloud/chronicle/v1/big_query_export.rb', line 101 class UpdateBigQueryExportRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The list of fields to update.
101 102 103 104 |
# File 'proto_docs/google/cloud/chronicle/v1/big_query_export.rb', line 101 class UpdateBigQueryExportRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |