Couchbase .NET SDK | 3.9.0
Search Results for

    Show / Hide Table of Contents

    Class SearchService.SearchServiceClient

    Client for SearchService

    Inheritance
    object
    ClientBase
    ClientBase<SearchService.SearchServiceClient>
    SearchService.SearchServiceClient
    Inherited Members
    ClientBase<SearchService.SearchServiceClient>.WithHost(string)
    ClientBase.CallInvoker
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Protostellar.Search.V1
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class SearchService.SearchServiceClient : ClientBase<SearchService.SearchServiceClient>

    Constructors

    | Edit this page View Source

    SearchServiceClient()

    Protected parameterless constructor to allow creation of test doubles.

    Declaration
    protected SearchServiceClient()
    | Edit this page View Source

    SearchServiceClient(CallInvoker)

    Creates a new client for SearchService that uses a custom CallInvoker.

    Declaration
    public SearchServiceClient(CallInvoker callInvoker)
    Parameters
    Type Name Description
    CallInvoker callInvoker

    The callInvoker to use to make remote calls.

    | Edit this page View Source

    SearchServiceClient(ChannelBase)

    Creates a new client for SearchService

    Declaration
    public SearchServiceClient(ChannelBase channel)
    Parameters
    Type Name Description
    ChannelBase channel

    The channel to use to make remote calls.

    | Edit this page View Source

    SearchServiceClient(ClientBaseConfiguration)

    Protected constructor to allow creation of configured clients.

    Declaration
    protected SearchServiceClient(ClientBase.ClientBaseConfiguration configuration)
    Parameters
    Type Name Description
    ClientBase.ClientBaseConfiguration configuration

    The client configuration.

    Methods

    | Edit this page View Source

    NewInstance(ClientBaseConfiguration)

    Creates a new instance of client from given ClientBaseConfiguration.

    Declaration
    protected override SearchService.SearchServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
    Parameters
    Type Name Description
    ClientBase.ClientBaseConfiguration configuration
    Returns
    Type Description
    SearchService.SearchServiceClient
    Overrides
    ClientBase<SearchService.SearchServiceClient>.NewInstance(ClientBase.ClientBaseConfiguration)
    | Edit this page View Source

    SearchQuery(SearchQueryRequest, CallOptions)

    Declaration
    public virtual AsyncServerStreamingCall<SearchQueryResponse> SearchQuery(SearchQueryRequest request, CallOptions options)
    Parameters
    Type Name Description
    SearchQueryRequest request
    CallOptions options
    Returns
    Type Description
    AsyncServerStreamingCall<SearchQueryResponse>
    | Edit this page View Source

    SearchQuery(SearchQueryRequest, Metadata, DateTime?, CancellationToken)

    Declaration
    public virtual AsyncServerStreamingCall<SearchQueryResponse> SearchQuery(SearchQueryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    SearchQueryRequest request
    Metadata headers
    DateTime? deadline
    CancellationToken cancellationToken
    Returns
    Type Description
    AsyncServerStreamingCall<SearchQueryResponse>
    • Edit this page
    • View Source
    In this article
    Back to top © 2026 Couchbase, Inc.