Full name: projects.locations.updateSemanticGovernancePolicyEngine
Updates a SemanticGovernancePolicyEngine.
This method performs an upsert operation. If the SemanticGovernancePolicyEngine resource does not exist, it will be created. Otherwise, it will be updated.
Endpoint
patchhttps://{service-endpoint}/v1/{semanticGovernancePolicyEngine.name}
PATCH https://{service-endpoint}/v1/{semanticGovernancePolicyEngine.name}
Where {service-endpoint} is one of the supported service endpoints.
Path parameters
semanticGovernancePolicyEngine.namestring
Identifier. The resource name of the SemanticGovernancePolicyEngine. Format: projects/{project}/locations/{location}/semanticGovernancePolicyEngine
Query parameters
Optional. Specifies the fields to be overwritten in the SemanticGovernancePolicyEngine resource by the update. The fields specified in the updateMask are relative to the resource itself. If no updateMask is provided, all fields are overwritten.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
Request body
The request body contains an instance of SemanticGovernancePolicyEngine.
Response body
If successful, the response body contains an instance of Operation.