Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.QaScorecardsResource.PatchRequest

Updates a QaScorecard.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudContactcenterinsightsV1QaScorecard>
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1QaScorecard>
ProjectsResource.LocationsResource.QaScorecardsResource.PatchRequest
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>.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.PatchRequest : ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1QaScorecard>, IClientServiceRequest<GoogleCloudContactcenterinsightsV1QaScorecard>, IClientServiceRequest

Constructors

PatchRequest(IClientService, GoogleCloudContactcenterinsightsV1QaScorecard, string)

Constructs a new Patch request.

Declaration
public PatchRequest(IClientService service, GoogleCloudContactcenterinsightsV1QaScorecard body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudContactcenterinsightsV1QaScorecard body
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

Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}

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

UpdateMask

Required. The list of fields to be updated. All possible fields can be updated by passing *, or a subset of the following updateable fields can be provided: * description * display_name

Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
object

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Patch parameter list.

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

Implements

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