Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SemanticGovernancePolicyEngineResource

The "semanticGovernancePolicyEngine" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.SemanticGovernancePolicyEngineResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.SemanticGovernancePolicyEngineResource

Constructors

SemanticGovernancePolicyEngineResource(IClientService)

Constructs a new resource.

Declaration
public SemanticGovernancePolicyEngineResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Deprovision(GoogleCloudAiplatformV1DeprovisionSemanticGovernancePolicyEngineRequest, string)

Deprovisions the SemanticGovernancePolicyEngine, tearing down the associated tenant project, GKE cluster, and PSC service attachments. This operation is irreversible. Returns a long-running operation; poll for completion. The response contains the SemanticGovernancePolicyEngine in DEPROVISIONING state.

Declaration
public virtual ProjectsResource.LocationsResource.SemanticGovernancePolicyEngineResource.DeprovisionRequest Deprovision(GoogleCloudAiplatformV1DeprovisionSemanticGovernancePolicyEngineRequest body, string name)
Parameters
Type Name Description
GoogleCloudAiplatformV1DeprovisionSemanticGovernancePolicyEngineRequest body

The body of the request.

string name

Required. The resource name of the SemanticGovernancePolicyEngine to deprovision. Format: projects/{project}/locations/{location}/semanticGovernancePolicyEngine

Returns
Type Description
ProjectsResource.LocationsResource.SemanticGovernancePolicyEngineResource.DeprovisionRequest
In this article
Back to top Generated by DocFX