Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EncryptionSpecResource

The "encryptionSpec" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.EncryptionSpecResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2
Assembly: Google.Apis.Dialogflow.v2.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(GoogleCloudDialogflowV2InitializeEncryptionSpecRequest, string)

Initializes a location-level encryption key specification. An error will be thrown if the location has resources already created before the initialization. Once 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(GoogleCloudDialogflowV2InitializeEncryptionSpecRequest body, string name)
Parameters
Type Name Description
GoogleCloudDialogflowV2InitializeEncryptionSpecRequest 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
In this article
Back to top Generated by DocFX