Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AutoLabelingRulesResource.ListRequest

Lists auto labeling rules.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of auto labeling rules to return in a single response. If unspecified, at most 100 rules will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

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

PageToken

Optional. The next_page_token value returned from a previous List request, if any.

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

Parent

Required. The project and location to list auto labeling rules from. Format: projects/{project}/locations/{location}

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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