Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.QaScorecardsResource.GetRequest

Gets a QaScorecard.

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

MethodName

Gets the method name.

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

Name

Required. The name of the QaScorecard 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<GoogleCloudContactcenterinsightsV1QaScorecard>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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