Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.IssueModelsResource.ListRequest

Lists issue models.

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

MethodName

Gets the method name.

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

Parent

Required. The parent resource of the issue model.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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