Class ProjectsResource.LocationsResource.GetSemanticGovernancePolicyEngineRequest
Gets a SemanticGovernancePolicyEngine. A SemanticGovernancePolicyEngine is a singleton resource that is created when its parent is created, and deleted when its parent is deleted. This method retrieves the current state of the Semantic Governance Policy Engine.
Inheritance
ProjectsResource.LocationsResource.GetSemanticGovernancePolicyEngineRequest
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.GetSemanticGovernancePolicyEngineRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1SemanticGovernancePolicyEngine>, IClientServiceRequest<GoogleCloudAiplatformV1SemanticGovernancePolicyEngine>, IClientServiceRequest
Constructors
GetSemanticGovernancePolicyEngineRequest(IClientService, string)
Constructs a new GetSemanticGovernancePolicyEngine request.
Declaration
public GetSemanticGovernancePolicyEngineRequest(IClientService service, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Name
Required. The resource name of the SemanticGovernancePolicyEngine to retrieve. Format: projects/{project}/locations/{location}/semanticGovernancePolicyEngine
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes GetSemanticGovernancePolicyEngine parameter list.
Declaration
protected override void InitParameters()
Overrides
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1SemanticGovernancePolicyEngine>.InitParameters()