Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.QaQuestionTagsResource.GetRequest

Gets a QaQuestionTag.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(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<GoogleCloudContactcenterinsightsV1QaQuestionTag>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The name of the QaQuestionTag 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<GoogleCloudContactcenterinsightsV1QaQuestionTag>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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