Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigDataProtectionPolicy

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb

Overview

Data protection policy config for NotebookLM.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigDataProtectionPolicy

Returns a new instance of GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigDataProtectionPolicy.



14683
14684
14685
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 14683

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#sensitive_data_protection_policyGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigDataProtectionPolicySensitiveDataProtectionPolicy

Specifies a Sensitive Data Protection (https://cloud.google.com/sensitive-data- protection/docs/sensitive-data-protection-overview) policy. Corresponds to the JSON property sensitiveDataProtectionPolicy



14681
14682
14683
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 14681

def sensitive_data_protection_policy
  @sensitive_data_protection_policy
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14688
14689
14690
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 14688

def update!(**args)
  @sensitive_data_protection_policy = args[:sensitive_data_protection_policy] if args.key?(:sensitive_data_protection_policy)
end