Class: Google::Cloud::Dlp::V2::OutputStorageConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::OutputStorageConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Cloud repository for storing output.
Defined Under Namespace
Modules: OutputSchema
Instance Attribute Summary collapse
-
#output_schema ⇒ ::Google::Cloud::Dlp::V2::OutputStorageConfig::OutputSchema
Schema used for writing the findings for Inspect jobs.
-
#table ⇒ ::Google::Cloud::Dlp::V2::BigQueryTable
Store findings in an existing table or a new table in an existing dataset.
Instance Attribute Details
#output_schema ⇒ ::Google::Cloud::Dlp::V2::OutputStorageConfig::OutputSchema
1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1027 class OutputStorageConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Predefined schemas for storing findings. # Only for use with external storage. module OutputSchema # Unused. OUTPUT_SCHEMA_UNSPECIFIED = 0 # Basic schema including only `info_type`, `quote`, `certainty`, and # `timestamp`. BASIC_COLUMNS = 1 # Schema tailored to findings from scanning Cloud Storage. GCS_COLUMNS = 2 # Schema tailored to findings from scanning Google Datastore. DATASTORE_COLUMNS = 3 # Schema tailored to findings from scanning Google BigQuery. BIG_QUERY_COLUMNS = 4 # Schema containing all columns. ALL_COLUMNS = 5 end end |
#table ⇒ ::Google::Cloud::Dlp::V2::BigQueryTable
1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1027 class OutputStorageConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Predefined schemas for storing findings. # Only for use with external storage. module OutputSchema # Unused. OUTPUT_SCHEMA_UNSPECIFIED = 0 # Basic schema including only `info_type`, `quote`, `certainty`, and # `timestamp`. BASIC_COLUMNS = 1 # Schema tailored to findings from scanning Cloud Storage. GCS_COLUMNS = 2 # Schema tailored to findings from scanning Google Datastore. DATASTORE_COLUMNS = 3 # Schema tailored to findings from scanning Google BigQuery. BIG_QUERY_COLUMNS = 4 # Schema containing all columns. ALL_COLUMNS = 5 end end |