Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DeprovisionSemanticGovernancePolicyEngineRequest

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

Overview

Request message for SemanticGovernancePolicyEngineService. DeprovisionSemanticGovernancePolicyEngine.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1DeprovisionSemanticGovernancePolicyEngineRequest

Returns a new instance of GoogleCloudAiplatformV1DeprovisionSemanticGovernancePolicyEngineRequest.



8841
8842
8843
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 8841

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

Instance Attribute Details

#forceBoolean Also known as: force?

Optional. If true, the operation bypass checks on current state and force the deprovisioning operation. Corresponds to the JSON property force

Returns:

  • (Boolean)


8838
8839
8840
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 8838

def force
  @force
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8846
8847
8848
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 8846

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