Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.UpdateCorrelationConfigRequest

Updates correlation config.

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

Constructors

UpdateCorrelationConfigRequest(IClientService, GoogleCloudContactcenterinsightsV1CorrelationConfig, string)

Constructs a new UpdateCorrelationConfig request.

Declaration
public UpdateCorrelationConfigRequest(IClientService service, GoogleCloudContactcenterinsightsV1CorrelationConfig body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudContactcenterinsightsV1CorrelationConfig body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Immutable. Identifier. The resource name of the correlation config. Format: projects/{project}/locations/{location}/correlationConfig

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

UpdateMask

Optional. The list of fields to be updated.

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<GoogleCloudContactcenterinsightsV1CorrelationConfig>.GetBody()

InitParameters()

Initializes UpdateCorrelationConfig parameter list.

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

Implements

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