Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DashboardsResource.CreateRequest

Creates a Dashboard.

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

Constructors

CreateRequest(IClientService, GoogleCloudContactcenterinsightsV1Dashboard, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, GoogleCloudContactcenterinsightsV1Dashboard body, string parent)
Parameters
Type Name Description
IClientService service
GoogleCloudContactcenterinsightsV1Dashboard body
string parent

Properties

DashboardId

Optional. A unique ID for the new Dashboard. This ID will become the final component of the Dashboard's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.

Declaration
[RequestParameter("dashboardId", RequestParameterType.Query)]
public virtual string DashboardId { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. The parent resource of the dashboard.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Create parameter list.

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

Implements

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