Class: Google::Cloud::DiscoveryEngine::V1beta::Project::CustomerProvidedConfig::NotebooklmConfig::DataProtectionPolicy

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/project.rb

Overview

Data protection policy config for NotebookLM.

Defined Under Namespace

Classes: SensitiveDataProtectionPolicy

Instance Attribute Summary collapse

Instance Attribute Details

#sensitive_data_protection_policy::Google::Cloud::DiscoveryEngine::V1beta::Project::CustomerProvidedConfig::NotebooklmConfig::DataProtectionPolicy::SensitiveDataProtectionPolicy

Returns Optional. The sensitive data protection policy.



151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
# File 'proto_docs/google/cloud/discoveryengine/v1beta/project.rb', line 151

class DataProtectionPolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Specifies a Sensitive Data Protection
  # (https://cloud.google.com/sensitive-data-protection/docs/sensitive-data-protection-overview)
  # policy.
  # @!attribute [rw] policy
  #   @return [::String]
  #     Optional. The Sensitive Data Protection policy resource name.
  class SensitiveDataProtectionPolicy
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end