Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigDataProtectionPolicySensitiveDataProtectionPolicy

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

Specifies a Sensitive Data Protection (https://cloud.google.com/sensitive-data- protection/docs/sensitive-data-protection-overview) policy.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigDataProtectionPolicySensitiveDataProtectionPolicy

Returns a new instance of GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigDataProtectionPolicySensitiveDataProtectionPolicy.



28847
28848
28849
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 28847

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

Instance Attribute Details

#policyString

Optional. The Sensitive Data Protection policy resource name. Corresponds to the JSON property policy

Returns:

  • (String)


28845
28846
28847
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 28845

def policy
  @policy
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



28852
28853
28854
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 28852

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