Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EncryptionSpecResource.InitializeRequest

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.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleLongrunningOperation>
ContactcenterinsightsBaseServiceRequest<GoogleLongrunningOperation>
ProjectsResource.LocationsResource.EncryptionSpecResource.InitializeRequest
Implements
IClientServiceRequest<GoogleLongrunningOperation>
IClientServiceRequest
Inherited Members
ContactcenterinsightsBaseServiceRequest<GoogleLongrunningOperation>.Xgafv
ContactcenterinsightsBaseServiceRequest<GoogleLongrunningOperation>.AccessToken
ContactcenterinsightsBaseServiceRequest<GoogleLongrunningOperation>.Alt
ContactcenterinsightsBaseServiceRequest<GoogleLongrunningOperation>.Callback
ContactcenterinsightsBaseServiceRequest<GoogleLongrunningOperation>.Fields
ContactcenterinsightsBaseServiceRequest<GoogleLongrunningOperation>.Key
ContactcenterinsightsBaseServiceRequest<GoogleLongrunningOperation>.OauthToken
ContactcenterinsightsBaseServiceRequest<GoogleLongrunningOperation>.PrettyPrint
ContactcenterinsightsBaseServiceRequest<GoogleLongrunningOperation>.QuotaUser
ContactcenterinsightsBaseServiceRequest<GoogleLongrunningOperation>.UploadType
ContactcenterinsightsBaseServiceRequest<GoogleLongrunningOperation>.UploadProtocol
ClientServiceRequest<GoogleLongrunningOperation>.Execute()
ClientServiceRequest<GoogleLongrunningOperation>.ExecuteAsStream()
ClientServiceRequest<GoogleLongrunningOperation>.ExecuteAsync()
ClientServiceRequest<GoogleLongrunningOperation>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleLongrunningOperation>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleLongrunningOperation>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleLongrunningOperation>.CreateRequest(bool?)
ClientServiceRequest<GoogleLongrunningOperation>.GenerateRequestUri()
ClientServiceRequest<GoogleLongrunningOperation>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleLongrunningOperation>.ETagAction
ClientServiceRequest<GoogleLongrunningOperation>.ModifyRequest
ClientServiceRequest<GoogleLongrunningOperation>.ValidateParameters
ClientServiceRequest<GoogleLongrunningOperation>.ApiVersion
ClientServiceRequest<GoogleLongrunningOperation>.RequestParameters
ClientServiceRequest<GoogleLongrunningOperation>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class ProjectsResource.LocationsResource.EncryptionSpecResource.InitializeRequest : ContactcenterinsightsBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest

Constructors

InitializeRequest(IClientService, GoogleCloudContactcenterinsightsV1InitializeEncryptionSpecRequest, string)

Constructs a new Initialize request.

Declaration
public InitializeRequest(IClientService service, GoogleCloudContactcenterinsightsV1InitializeEncryptionSpecRequest body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudContactcenterinsightsV1InitializeEncryptionSpecRequest body
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleLongrunningOperation>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleLongrunningOperation>.MethodName

Name

Immutable. The resource name of the encryption key specification resource. Format: projects/{project}/locations/{location}/encryptionSpec

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
ClientServiceRequest<GoogleLongrunningOperation>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleLongrunningOperation>.GetBody()

InitParameters()

Initializes Initialize parameter list.

Declaration
protected override void InitParameters()
Overrides
ContactcenterinsightsBaseServiceRequest<GoogleLongrunningOperation>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX