Class: Google::Cloud::SecurityCenter::V1::BigQueryExport
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::BigQueryExport
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/bigquery_export.rb
Overview
Configures how to deliver Findings to BigQuery Instance.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#dataset ⇒ ::String
The dataset to write findings' updates to.
-
#description ⇒ ::String
The description of the export (max of 1024 characters).
-
#filter ⇒ ::String
Expression that defines the filter to apply across create/update events of findings.
-
#most_recent_editor ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
The relative resource name of this export.
-
#principal ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
85 86 87 88 |
# File 'proto_docs/google/cloud/securitycenter/v1/bigquery_export.rb', line 85 class BigQueryExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dataset ⇒ ::String
85 86 87 88 |
# File 'proto_docs/google/cloud/securitycenter/v1/bigquery_export.rb', line 85 class BigQueryExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
85 86 87 88 |
# File 'proto_docs/google/cloud/securitycenter/v1/bigquery_export.rb', line 85 class BigQueryExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filter ⇒ ::String
85 86 87 88 |
# File 'proto_docs/google/cloud/securitycenter/v1/bigquery_export.rb', line 85 class BigQueryExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#most_recent_editor ⇒ ::String (readonly)
85 86 87 88 |
# File 'proto_docs/google/cloud/securitycenter/v1/bigquery_export.rb', line 85 class BigQueryExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
85 86 87 88 |
# File 'proto_docs/google/cloud/securitycenter/v1/bigquery_export.rb', line 85 class BigQueryExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#principal ⇒ ::String (readonly)
85 86 87 88 |
# File 'proto_docs/google/cloud/securitycenter/v1/bigquery_export.rb', line 85 class BigQueryExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
85 86 87 88 |
# File 'proto_docs/google/cloud/securitycenter/v1/bigquery_export.rb', line 85 class BigQueryExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |