Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DeprovisionSemanticGovernancePolicyEngineRequest

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

Overview

Request message for SemanticGovernancePolicyEngineService. DeprovisionSemanticGovernancePolicyEngine.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1DeprovisionSemanticGovernancePolicyEngineRequest

Returns a new instance of GoogleCloudAiplatformV1beta1DeprovisionSemanticGovernancePolicyEngineRequest.



15614
15615
15616
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15614

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)


15611
15612
15613
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15611

def force
  @force
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15619
15620
15621
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15619

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