Class: Google::Cloud::Dlp::V2::DiscoveryOtherCloudFilter

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 resources from the other cloud will have profiles generated. Includes the ability to filter by resource names.

Instance Attribute Summary collapse

Instance Attribute Details

#collection::Google::Cloud::Dlp::V2::OtherCloudResourceCollection

Returns A collection of resources for this filter to apply to.

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

Returns:

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

    A collection of resources for this filter to apply to.

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



5557
5558
5559
5560
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5557

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



5557
5558
5559
5560
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5557

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

#single_resource::Google::Cloud::Dlp::V2::OtherCloudSingleResourceReference

Returns The resource to scan. Configs using this filter can only have one target (the target with this single resource reference).

Note: The following fields are mutually exclusive: single_resource, 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::OtherCloudSingleResourceReference)

    The resource to scan. Configs using this filter can only have one target (the target with this single resource reference).

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



5557
5558
5559
5560
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5557

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