Class ProjectsResource.LocationsResource.CmekConfigsResource
The "cmekConfigs" collection of methods.
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.CmekConfigsResource
Constructors
CmekConfigsResource(IClientService)
Constructs a new resource.
Declaration
public CmekConfigsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Gets the CmekConfig.
Declaration
public virtual ProjectsResource.LocationsResource.CmekConfigsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Resource name of CmekConfig, such as |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.CmekConfigsResource.GetRequest |
List(string)
Lists all the CmekConfigs with the project.
Declaration
public virtual ProjectsResource.LocationsResource.CmekConfigsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent location resource name, such as |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.CmekConfigsResource.ListRequest |
Patch(GoogleCloudDiscoveryengineV1alphaCmekConfig, string)
Provisions a CMEK key for use in a location of a customer's project. This method will also conduct location validation on the provided cmekConfig to make sure the key is valid and can be used in the selected location.
Declaration
public virtual ProjectsResource.LocationsResource.CmekConfigsResource.PatchRequest Patch(GoogleCloudDiscoveryengineV1alphaCmekConfig body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDiscoveryengineV1alphaCmekConfig | body | The body of the request. |
string | name | Required. Name of the CmekConfig, of the form |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.CmekConfigsResource.PatchRequest |