Class: Google::Cloud::Dlp::V2::CloudStorageResourceReference
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::CloudStorageResourceReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Identifies a single Cloud Storage bucket.
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Required.
-
#project_id ⇒ ::String
Required.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns Required. The bucket to scan.
4942 4943 4944 4945 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4942 class CloudStorageResourceReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns Required. If within a project-level config, then this must match the config's project id.
4942 4943 4944 4945 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4942 class CloudStorageResourceReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |