Class: Google::Cloud::Dlp::V2::DiscoveryCloudStorageFilter

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Determines which buckets will have profiles generated within an organization or project. Includes the ability to filter by regular expression patterns on project ID and bucket name.

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_storage_resource_reference::Google::Cloud::Dlp::V2::CloudStorageResourceReference

Returns Optional. The bucket to scan. Targets including this can only include one target (the target with this bucket). This enables profiling the contents of a single bucket, while the other options allow for easy profiling of many bucets within a project or an organization.

Note: The following fields are mutually exclusive: cloud_storage_resource_reference, collection, others. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Dlp::V2::CloudStorageResourceReference)

    Optional. The bucket to scan. Targets including this can only include one target (the target with this bucket). This enables profiling the contents of a single bucket, while the other options allow for easy profiling of many bucets within a project or an organization.

    Note: The following fields are mutually exclusive: cloud_storage_resource_reference, collection, others. If a field in that set is populated, all other fields in the set will automatically be cleared.



5419
5420
5421
5422
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5419

class DiscoveryCloudStorageFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#collection::Google::Cloud::Dlp::V2::FileStoreCollection

Returns Optional. A specific set of buckets for this filter to apply to.

Note: The following fields are mutually exclusive: collection, cloud_storage_resource_reference, others. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Dlp::V2::FileStoreCollection)

    Optional. A specific set of buckets for this filter to apply to.

    Note: The following fields are mutually exclusive: collection, cloud_storage_resource_reference, others. If a field in that set is populated, all other fields in the set will automatically be cleared.



5419
5420
5421
5422
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5419

class DiscoveryCloudStorageFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#others::Google::Cloud::Dlp::V2::AllOtherResources

Returns Optional. 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, cloud_storage_resource_reference. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Dlp::V2::AllOtherResources)

    Optional. 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, cloud_storage_resource_reference. If a field in that set is populated, all other fields in the set will automatically be cleared.



5419
5420
5421
5422
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5419

class DiscoveryCloudStorageFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end