Class: Google::Cloud::Dlp::V2::DiscoveryOtherCloudConditions
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DiscoveryOtherCloudConditions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Requirements that must be true before a resource is profiled for the first time.
Instance Attribute Summary collapse
-
#amazon_s3_bucket_conditions ⇒ ::Google::Cloud::Dlp::V2::AmazonS3BucketConditions
Amazon S3 bucket conditions.
-
#min_age ⇒ ::Google::Protobuf::Duration
Minimum age a resource must be before Cloud DLP can profile it.
Instance Attribute Details
#amazon_s3_bucket_conditions ⇒ ::Google::Cloud::Dlp::V2::AmazonS3BucketConditions
Returns Amazon S3 bucket conditions.
5205 5206 5207 5208 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5205 class DiscoveryOtherCloudConditions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_age ⇒ ::Google::Protobuf::Duration
Returns Minimum age a resource must be before Cloud DLP can profile it. Value must be 1 hour or greater.
5205 5206 5207 5208 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5205 class DiscoveryOtherCloudConditions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |