Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GetEncryptionSpecRequest

Gets location-level encryption key specification.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>
ProjectsResource.LocationsResource.GetEncryptionSpecRequest
Implements
IClientServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>
IClientServiceRequest
Inherited Members
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.Xgafv
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.AccessToken
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.Alt
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.Callback
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.Fields
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.Key
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.OauthToken
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.PrettyPrint
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.QuotaUser
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.UploadType
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.UploadProtocol
ClientServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.Execute()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.ExecuteAsync()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.GetBody()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.ETagAction
ClientServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.ModifyRequest
ClientServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.ValidateParameters
ClientServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.ApiVersion
ClientServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.RequestParameters
ClientServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>.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.GetEncryptionSpecRequest : ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>, IClientServiceRequest<GoogleCloudContactcenterinsightsV1EncryptionSpec>, IClientServiceRequest

Constructors

GetEncryptionSpecRequest(IClientService, string)

Constructs a new GetEncryptionSpec request.

Declaration
public GetEncryptionSpecRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the encryption spec resource to get.

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<GoogleCloudContactcenterinsightsV1EncryptionSpec>.RestPath

Methods

InitParameters()

Initializes GetEncryptionSpec parameter list.

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

Implements

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