Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DashboardsResource.ChartsResource.ListRequest

Lists Charts.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. The parent resource of the charts.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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