Class ProjectsResource.LocationsResource.EncryptionSpecResource
The "encryptionSpec" collection of methods.
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class ProjectsResource.LocationsResource.EncryptionSpecResource
Constructors
EncryptionSpecResource(IClientService)
Constructs a new resource.
Declaration
public EncryptionSpecResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Initialize(GoogleCloudContactcenterinsightsV1InitializeEncryptionSpecRequest, string)
Initializes a location-level encryption key specification. An error will result if the location has resources already created before the initialization. After the encryption specification is initialized at a location, it is immutable and all newly created resources under the location will be encrypted with the existing specification.
Declaration
public virtual ProjectsResource.LocationsResource.EncryptionSpecResource.InitializeRequest Initialize(GoogleCloudContactcenterinsightsV1InitializeEncryptionSpecRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudContactcenterinsightsV1InitializeEncryptionSpecRequest | body | The body of the request. |
string | name | Immutable. The resource name of the encryption key specification resource. Format: projects/{project}/locations/{location}/encryptionSpec |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.EncryptionSpecResource.InitializeRequest |