Class: Google::Cloud::Dlp::V2::VertexDatasetCollection
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::VertexDatasetCollection
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Match dataset resources using regex filters.
Instance Attribute Summary collapse
-
#vertex_dataset_regexes ⇒ ::Google::Cloud::Dlp::V2::VertexDatasetRegexes
The regex used to filter dataset resources.
Instance Attribute Details
#vertex_dataset_regexes ⇒ ::Google::Cloud::Dlp::V2::VertexDatasetRegexes
Returns The regex used to filter dataset resources.
5763 5764 5765 5766 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5763 class VertexDatasetCollection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |