Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GetEncryptionSpecRequest

Gets location-level encryption key specification.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>
ProjectsResource.LocationsResource.GetEncryptionSpecRequest
Implements
IClientServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>
IClientServiceRequest
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.Xgafv
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.AccessToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.Alt
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.Callback
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.Fields
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.Key
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.PrettyPrint
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.QuotaUser
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.UploadType
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.UploadProtocol
ClientServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.Execute()
ClientServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.GetBody()
ClientServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.ApiVersion
ClientServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.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.Dialogflow.v2
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class ProjectsResource.LocationsResource.GetEncryptionSpecRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>, IClientServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>, 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<GoogleCloudDialogflowV2EncryptionSpec>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.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<GoogleCloudDialogflowV2EncryptionSpec>.RestPath

Methods

InitParameters()

Initializes GetEncryptionSpec parameter list.

Declaration
protected override void InitParameters()
Overrides
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2EncryptionSpec>.InitParameters()

Implements

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