Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DatasetsResource.ListRequest

List datasets matching the input.

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

Filter

Optional. A filter to reduce results to a specific subset. Useful for querying datasets with specific properties. Supported fields include, for Q2 though we only support list by project: - type - description - project_number

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { 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<GoogleCloudContactcenterinsightsV1ListDatasetsResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of datasets to return in the response. If this value is 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 ListDatasetsResponse; indicates that this is a continuation of a prior ListDatasets call and 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 dataset.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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