Class: Google::Cloud::SecurityCenter::V2::BigQueryDestination

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb

Overview

The destination big query dataset to export findings to.

Instance Attribute Summary collapse

Instance Attribute Details

#dataset::String

Returns Required. The relative resource name of the destination dataset, in the form projects/{projectId}/datasets/{datasetId}.

Returns:

  • (::String)

    Required. The relative resource name of the destination dataset, in the form projects/{projectId}/datasets/{datasetId}.



294
295
296
297
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 294

class BigQueryDestination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end