Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.NotesResource.ListRequest

List Notes.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of notes to return in the response. If zero the service will select a default size. A call might return fewer objects than requested. A non-empty next_page_token in the response indicates that more data is available.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. The value returned by the last ListNotesResponse. This value indicates that this is a continuation of a prior ListNotes call and that the system should return the next page of data.

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

Parent

Required. The parent resource of the notes.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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