Class: Google::Cloud::Chronicle::V1::UpdateBigQueryExportRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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