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
Returns A specific set of Vertex AI datasets for this filter to apply to.
Note: The following fields are mutually exclusive: collection
, vertex_dataset_resource_reference
, others
. If a field in that set is populated, all other fields in the set will automatically be cleared.
5829 5830 5831 5832 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5829 class DiscoveryVertexDatasetFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#others ⇒ ::Google::Cloud::Dlp::V2::AllOtherResources
Returns Catch-all. This should always be the last target in the list because anything above it will apply first. Should only appear once in a configuration. If none is specified, a default one will be added automatically.
Note: The following fields are mutually exclusive: others
, collection
, vertex_dataset_resource_reference
. If a field in that set is populated, all other fields in the set will automatically be cleared.
5829 5830 5831 5832 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5829 class DiscoveryVertexDatasetFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vertex_dataset_resource_reference ⇒ ::Google::Cloud::Dlp::V2::VertexDatasetResourceReference
Returns The dataset resource to scan. Targets including this can only include one target (the target with this dataset resource reference).
Note: The following fields are mutually exclusive: vertex_dataset_resource_reference
, collection
, others
. If a field in that set is populated, all other fields in the set will automatically be cleared.
5829 5830 5831 5832 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5829 class DiscoveryVertexDatasetFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |