Class: Google::Cloud::Dlp::V2::DiscoveryVertexDatasetFilter
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DiscoveryVertexDatasetFilter
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Determines what datasets will have profiles generated within an organization or project. Includes the ability to filter by regular expression patterns on project ID or dataset regex.
Instance Attribute Summary collapse
-
#collection ⇒ ::Google::Cloud::Dlp::V2::VertexDatasetCollection
A specific set of Vertex AI datasets for this filter to apply to.
-
#others ⇒ ::Google::Cloud::Dlp::V2::AllOtherResources
Catch-all.
-
#vertex_dataset_resource_reference ⇒ ::Google::Cloud::Dlp::V2::VertexDatasetResourceReference
The dataset resource to scan.
Instance Attribute Details
#collection ⇒ ::Google::Cloud::Dlp::V2::VertexDatasetCollection
5669 5670 5671 5672 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5669 class DiscoveryVertexDatasetFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#others ⇒ ::Google::Cloud::Dlp::V2::AllOtherResources
5669 5670 5671 5672 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5669 class DiscoveryVertexDatasetFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vertex_dataset_resource_reference ⇒ ::Google::Cloud::Dlp::V2::VertexDatasetResourceReference
5669 5670 5671 5672 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5669 class DiscoveryVertexDatasetFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |