Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.SearchRequest

SearchAuthorizedViewSets

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

Constructors

SearchRequest(IClientService, string)

Constructs a new Search request.

Declaration
public SearchRequest(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<GoogleCloudContactcenterinsightsV1SearchAuthorizedViewsResponse>.HttpMethod

MethodName

Gets the method name.

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

OrderBy

Optional. The order by expression to order authorized views listed in the response.

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

PageSize

Optional. The maximum number of view to return in the response. If the 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 ListAuthorizedViewsResponse. This value indicates that this is a continuation of a prior ListAuthorizedViews 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 AuthorizedViews. If the parent is set to -, all AuthorizedViews under the location will be returned.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

Query

Optional. The query expression to search authorized views.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Search parameter list.

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

Implements

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