| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <title>Class CommandLookupTopicResponse | Official DotPulsar Documentation </title> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <meta name="title" content="Class CommandLookupTopicResponse | Official DotPulsar Documentation "> |
| |
| |
| <link rel="icon" href="../assets/favicon.ico"> |
| <link rel="stylesheet" href="../public/docfx.min.css"> |
| <link rel="stylesheet" href="../public/main.css"> |
| <meta name="docfx:navrel" content="../toc.html"> |
| <meta name="docfx:tocrel" content="toc.html"> |
| |
| |
| |
| |
| <meta name="docfx:docurl" content="https://github.com/apache/pulsar-dotpulsar/new/3.2.0/apiSpec/new?filename=DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse.md&value=---%0Auid%3A%20DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A"> |
| <meta name="loc:inThisArticle" content="In this article"> |
| <meta name="loc:searchResultsCount" content="{count} results for "{query}""> |
| <meta name="loc:searchNoResults" content="No results for "{query}""> |
| <meta name="loc:tocFilter" content="Filter by title"> |
| <meta name="loc:nextArticle" content="Next"> |
| <meta name="loc:prevArticle" content="Previous"> |
| <meta name="loc:themeLight" content="Light"> |
| <meta name="loc:themeDark" content="Dark"> |
| <meta name="loc:themeAuto" content="Auto"> |
| <meta name="loc:changeTheme" content="Change theme"> |
| <meta name="loc:copy" content="Copy"> |
| <meta name="loc:downloadPdf" content="Download PDF"> |
| |
| <script type="module" src="./../public/docfx.min.js"></script> |
| |
| <script> |
| const theme = localStorage.getItem('theme') || 'auto' |
| document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme) |
| </script> |
| |
| </head> |
| |
| <body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference"> |
| <header class="bg-body border-bottom"> |
| <nav id="autocollapse" class="navbar navbar-expand-md" role="navigation"> |
| <div class="container-xxl flex-nowrap"> |
| <a class="navbar-brand" href="../index.html"> |
| <img id="logo" class="svg" src="../assets/pulsar.svg" alt=""> |
| |
| </a> |
| <button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation"> |
| <i class="bi bi-three-dots"></i> |
| </button> |
| <div class="collapse navbar-collapse" id="navpanel"> |
| <div id="navbar"> |
| </div> |
| </div> |
| </div> |
| </nav> |
| </header> |
| |
| <main class="container-xxl"> |
| <div class="toc-offcanvas"> |
| <div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel"> |
| <div class="offcanvas-header"> |
| <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5> |
| <button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button> |
| </div> |
| <div class="offcanvas-body"> |
| <nav class="toc" id="toc"></nav> |
| </div> |
| </div> |
| </div> |
| |
| <div class="content"> |
| <div class="actionbar"> |
| <button class="btn btn-lg border-0 d-md-none" style="margin-top: -.65em; margin-left: -.8em" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents"> |
| <i class="bi bi-list"></i> |
| </button> |
| |
| <nav id="breadcrumb"></nav> |
| </div> |
| |
| <article data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse"> |
| |
| |
| |
| <h1 id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse" class="text-break"> |
| Class CommandLookupTopicResponse <a class="header-action link-secondary" title="View source" href="https://github.com/apache/pulsar-dotpulsar/blob/3.2.0/src/DotPulsar/Internal/PulsarApi/GeneratedCode.cs/#L1284"><i class="bi bi-code-slash"></i></a> |
| </h1> |
| |
| <div class="facts text-secondary"> |
| <dl><dt>Namespace</dt><dd><a class="xref" href="DotPulsar.html">DotPulsar</a>.<a class="xref" href="DotPulsar.Internal.html">Internal</a>.<a class="xref" href="DotPulsar.Internal.PulsarApi.html">PulsarApi</a></dd></dl> |
| <dl><dt>Assembly</dt><dd>DotPulsar.dll</dd></dl> |
| </div> |
| |
| <div class="markdown summary"></div> |
| <div class="markdown conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[ProtoContract] |
| public class CommandLookupTopicResponse : IExtensible</code></pre> |
| </div> |
| |
| |
| |
| |
| <dl class="typelist inheritance"> |
| <dt>Inheritance</dt> |
| <dd> |
| <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div> |
| <div><span class="xref">CommandLookupTopicResponse</span></div> |
| </dd> |
| </dl> |
| |
| <dl class="typelist implements"> |
| <dt>Implements</dt> |
| <dd> |
| <div><span class="xref">IExtensible</span></div> |
| </dd> |
| </dl> |
| |
| |
| <dl class="typelist inheritedMembers"> |
| <dt>Inherited Members</dt> |
| <dd> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a> |
| </div> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a> |
| </div> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a> |
| </div> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a> |
| </div> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a> |
| </div> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a> |
| </div> |
| <div> |
| <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a> |
| </div> |
| </dd></dl> |
| |
| <dl class="typelist extensionMethods"> |
| <dt>Extension Methods</dt> |
| <dd> |
| <div> |
| <a class="xref" href="DotPulsar.Extensions.StateExtensions.html#DotPulsar_Extensions_StateExtensions_DelayedStateMonitor__2___0___1_System_TimeSpan_System_Action___0___1__System_Action___0___1__System_Threading_CancellationToken_">StateExtensions.DelayedStateMonitor<TEntity, TState>(TEntity, TState, TimeSpan, Action<TEntity, TState>, Action<TEntity, TState>, CancellationToken)</a> |
| </div> |
| <div> |
| <a class="xref" href="DotPulsar.Extensions.StateExtensions.html#DotPulsar_Extensions_StateExtensions_DelayedStateMonitor__2___0___1_System_TimeSpan_System_Func___0___1_System_Threading_CancellationToken_System_Threading_Tasks_ValueTask__System_Func___0___1_System_Threading_CancellationToken_System_Threading_Tasks_ValueTask__System_Threading_CancellationToken_">StateExtensions.DelayedStateMonitor<TEntity, TState>(TEntity, TState, TimeSpan, Func<TEntity, TState, CancellationToken, ValueTask>, Func<TEntity, TState, CancellationToken, ValueTask>, CancellationToken)</a> |
| </div> |
| <div> |
| <a class="xref" href="DotPulsar.Extensions.StateExtensions.html#DotPulsar_Extensions_StateExtensions_DelayedStateMonitor__3___0___1_System_TimeSpan_System_Func___0___1_System_Threading_CancellationToken_System_Threading_Tasks_ValueTask___2___System_Func___0___1___2_System_Threading_CancellationToken_System_Threading_Tasks_ValueTask__System_Threading_CancellationToken_">StateExtensions.DelayedStateMonitor<TEntity, TState, TFaultContext>(TEntity, TState, TimeSpan, Func<TEntity, TState, CancellationToken, ValueTask<TFaultContext>>, Func<TEntity, TState, TFaultContext, CancellationToken, ValueTask>, CancellationToken)</a> |
| </div> |
| <div> |
| <a class="xref" href="DotPulsar.Internal.Extensions.CommandExtensions.html#DotPulsar_Internal_Extensions_CommandExtensions_Throw_DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_">CommandExtensions.Throw(CommandLookupTopicResponse)</a> |
| </div> |
| </dd></dl> |
| |
| |
| |
| |
| |
| <h2 class="section" id="properties">Properties |
| </h2> |
| |
| |
| <a id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_Authoritative_" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.Authoritative*"></a> |
| |
| <h3 id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_Authoritative" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.Authoritative"> |
| Authoritative |
| <a class="header-action link-secondary" title="View source" href="https://github.com/apache/pulsar-dotpulsar/blob/3.2.0/src/DotPulsar/Internal/PulsarApi/GeneratedCode.cs/#L1330"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"></div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[ProtoMember(5, Name = "authoritative")] |
| public bool Authoritative { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_BrokerServiceUrl_" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.BrokerServiceUrl*"></a> |
| |
| <h3 id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_BrokerServiceUrl" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.BrokerServiceUrl"> |
| BrokerServiceUrl |
| <a class="header-action link-secondary" title="View source" href="https://github.com/apache/pulsar-dotpulsar/blob/3.2.0/src/DotPulsar/Internal/PulsarApi/GeneratedCode.cs/#L1291"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"></div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[ProtoMember(1)] |
| public string BrokerServiceUrl { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_BrokerServiceUrlTls_" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.BrokerServiceUrlTls*"></a> |
| |
| <h3 id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_BrokerServiceUrlTls" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.BrokerServiceUrlTls"> |
| BrokerServiceUrlTls |
| <a class="header-action link-secondary" title="View source" href="https://github.com/apache/pulsar-dotpulsar/blob/3.2.0/src/DotPulsar/Internal/PulsarApi/GeneratedCode.cs/#L1303"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"></div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[ProtoMember(2)] |
| public string BrokerServiceUrlTls { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_Error_" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.Error*"></a> |
| |
| <h3 id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_Error" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.Error"> |
| Error |
| <a class="header-action link-secondary" title="View source" href="https://github.com/apache/pulsar-dotpulsar/blob/3.2.0/src/DotPulsar/Internal/PulsarApi/GeneratedCode.cs/#L1342"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"></div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[ProtoMember(6, Name = "error")] |
| public ServerError Error { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="DotPulsar.Internal.PulsarApi.ServerError.html">ServerError</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_Message_" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.Message*"></a> |
| |
| <h3 id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_Message" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.Message"> |
| Message |
| <a class="header-action link-secondary" title="View source" href="https://github.com/apache/pulsar-dotpulsar/blob/3.2.0/src/DotPulsar/Internal/PulsarApi/GeneratedCode.cs/#L1354"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"></div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[ProtoMember(7, Name = "message")] |
| public string Message { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ProxyThroughServiceUrl_" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ProxyThroughServiceUrl*"></a> |
| |
| <h3 id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ProxyThroughServiceUrl" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ProxyThroughServiceUrl"> |
| ProxyThroughServiceUrl |
| <a class="header-action link-secondary" title="View source" href="https://github.com/apache/pulsar-dotpulsar/blob/3.2.0/src/DotPulsar/Internal/PulsarApi/GeneratedCode.cs/#L1366"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"></div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[ProtoMember(8, Name = "proxy_through_service_url")] |
| public bool ProxyThroughServiceUrl { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_RequestId_" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.RequestId*"></a> |
| |
| <h3 id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_RequestId" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.RequestId"> |
| RequestId |
| <a class="header-action link-secondary" title="View source" href="https://github.com/apache/pulsar-dotpulsar/blob/3.2.0/src/DotPulsar/Internal/PulsarApi/GeneratedCode.cs/#L1327"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"></div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[ProtoMember(4, Name = "request_id", IsRequired = true)] |
| public ulong RequestId { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint64">ulong</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_Response_" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.Response*"></a> |
| |
| <h3 id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_Response" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.Response"> |
| Response |
| <a class="header-action link-secondary" title="View source" href="https://github.com/apache/pulsar-dotpulsar/blob/3.2.0/src/DotPulsar/Internal/PulsarApi/GeneratedCode.cs/#L1315"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"></div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">[ProtoMember(3, Name = "response")] |
| public CommandLookupTopicResponse.LookupType Response { get; set; }</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| <h4 class="section">Property Value</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.html">CommandLookupTopicResponse</a>.<a class="xref" href="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.LookupType.html">LookupType</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| <h2 class="section" id="methods">Methods |
| </h2> |
| |
| |
| <a id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ResetAuthoritative_" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ResetAuthoritative*"></a> |
| |
| <h3 id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ResetAuthoritative" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ResetAuthoritative"> |
| ResetAuthoritative() |
| <a class="header-action link-secondary" title="View source" href="https://github.com/apache/pulsar-dotpulsar/blob/3.2.0/src/DotPulsar/Internal/PulsarApi/GeneratedCode.cs/#L1339"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"></div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public void ResetAuthoritative()</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ResetError_" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ResetError*"></a> |
| |
| <h3 id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ResetError" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ResetError"> |
| ResetError() |
| <a class="header-action link-secondary" title="View source" href="https://github.com/apache/pulsar-dotpulsar/blob/3.2.0/src/DotPulsar/Internal/PulsarApi/GeneratedCode.cs/#L1351"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"></div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public void ResetError()</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ResetMessage_" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ResetMessage*"></a> |
| |
| <h3 id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ResetMessage" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ResetMessage"> |
| ResetMessage() |
| <a class="header-action link-secondary" title="View source" href="https://github.com/apache/pulsar-dotpulsar/blob/3.2.0/src/DotPulsar/Internal/PulsarApi/GeneratedCode.cs/#L1363"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"></div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public void ResetMessage()</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ResetProxyThroughServiceUrl_" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ResetProxyThroughServiceUrl*"></a> |
| |
| <h3 id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ResetProxyThroughServiceUrl" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ResetProxyThroughServiceUrl"> |
| ResetProxyThroughServiceUrl() |
| <a class="header-action link-secondary" title="View source" href="https://github.com/apache/pulsar-dotpulsar/blob/3.2.0/src/DotPulsar/Internal/PulsarApi/GeneratedCode.cs/#L1375"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"></div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public void ResetProxyThroughServiceUrl()</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ResetResponse_" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ResetResponse*"></a> |
| |
| <h3 id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ResetResponse" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ResetResponse"> |
| ResetResponse() |
| <a class="header-action link-secondary" title="View source" href="https://github.com/apache/pulsar-dotpulsar/blob/3.2.0/src/DotPulsar/Internal/PulsarApi/GeneratedCode.cs/#L1324"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"></div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public void ResetResponse()</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ResetbrokerServiceUrl_" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ResetbrokerServiceUrl*"></a> |
| |
| <h3 id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ResetbrokerServiceUrl" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ResetbrokerServiceUrl"> |
| ResetbrokerServiceUrl() |
| <a class="header-action link-secondary" title="View source" href="https://github.com/apache/pulsar-dotpulsar/blob/3.2.0/src/DotPulsar/Internal/PulsarApi/GeneratedCode.cs/#L1300"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"></div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public void ResetbrokerServiceUrl()</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ResetbrokerServiceUrlTls_" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ResetbrokerServiceUrlTls*"></a> |
| |
| <h3 id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ResetbrokerServiceUrlTls" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ResetbrokerServiceUrlTls"> |
| ResetbrokerServiceUrlTls() |
| <a class="header-action link-secondary" title="View source" href="https://github.com/apache/pulsar-dotpulsar/blob/3.2.0/src/DotPulsar/Internal/PulsarApi/GeneratedCode.cs/#L1312"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"></div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public void ResetbrokerServiceUrlTls()</code></pre> |
| </div> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ShouldSerializeAuthoritative_" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ShouldSerializeAuthoritative*"></a> |
| |
| <h3 id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ShouldSerializeAuthoritative" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ShouldSerializeAuthoritative"> |
| ShouldSerializeAuthoritative() |
| <a class="header-action link-secondary" title="View source" href="https://github.com/apache/pulsar-dotpulsar/blob/3.2.0/src/DotPulsar/Internal/PulsarApi/GeneratedCode.cs/#L1338"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"></div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public bool ShouldSerializeAuthoritative()</code></pre> |
| </div> |
| |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ShouldSerializeError_" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ShouldSerializeError*"></a> |
| |
| <h3 id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ShouldSerializeError" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ShouldSerializeError"> |
| ShouldSerializeError() |
| <a class="header-action link-secondary" title="View source" href="https://github.com/apache/pulsar-dotpulsar/blob/3.2.0/src/DotPulsar/Internal/PulsarApi/GeneratedCode.cs/#L1350"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"></div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public bool ShouldSerializeError()</code></pre> |
| </div> |
| |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ShouldSerializeMessage_" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ShouldSerializeMessage*"></a> |
| |
| <h3 id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ShouldSerializeMessage" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ShouldSerializeMessage"> |
| ShouldSerializeMessage() |
| <a class="header-action link-secondary" title="View source" href="https://github.com/apache/pulsar-dotpulsar/blob/3.2.0/src/DotPulsar/Internal/PulsarApi/GeneratedCode.cs/#L1362"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"></div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public bool ShouldSerializeMessage()</code></pre> |
| </div> |
| |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ShouldSerializeProxyThroughServiceUrl_" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ShouldSerializeProxyThroughServiceUrl*"></a> |
| |
| <h3 id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ShouldSerializeProxyThroughServiceUrl" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ShouldSerializeProxyThroughServiceUrl"> |
| ShouldSerializeProxyThroughServiceUrl() |
| <a class="header-action link-secondary" title="View source" href="https://github.com/apache/pulsar-dotpulsar/blob/3.2.0/src/DotPulsar/Internal/PulsarApi/GeneratedCode.cs/#L1374"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"></div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public bool ShouldSerializeProxyThroughServiceUrl()</code></pre> |
| </div> |
| |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ShouldSerializeResponse_" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ShouldSerializeResponse*"></a> |
| |
| <h3 id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ShouldSerializeResponse" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ShouldSerializeResponse"> |
| ShouldSerializeResponse() |
| <a class="header-action link-secondary" title="View source" href="https://github.com/apache/pulsar-dotpulsar/blob/3.2.0/src/DotPulsar/Internal/PulsarApi/GeneratedCode.cs/#L1323"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"></div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public bool ShouldSerializeResponse()</code></pre> |
| </div> |
| |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ShouldSerializebrokerServiceUrl_" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ShouldSerializebrokerServiceUrl*"></a> |
| |
| <h3 id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ShouldSerializebrokerServiceUrl" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ShouldSerializebrokerServiceUrl"> |
| ShouldSerializebrokerServiceUrl() |
| <a class="header-action link-secondary" title="View source" href="https://github.com/apache/pulsar-dotpulsar/blob/3.2.0/src/DotPulsar/Internal/PulsarApi/GeneratedCode.cs/#L1299"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"></div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public bool ShouldSerializebrokerServiceUrl()</code></pre> |
| </div> |
| |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ShouldSerializebrokerServiceUrlTls_" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ShouldSerializebrokerServiceUrlTls*"></a> |
| |
| <h3 id="DotPulsar_Internal_PulsarApi_CommandLookupTopicResponse_ShouldSerializebrokerServiceUrlTls" data-uid="DotPulsar.Internal.PulsarApi.CommandLookupTopicResponse.ShouldSerializebrokerServiceUrlTls"> |
| ShouldSerializebrokerServiceUrlTls() |
| <a class="header-action link-secondary" title="View source" href="https://github.com/apache/pulsar-dotpulsar/blob/3.2.0/src/DotPulsar/Internal/PulsarApi/GeneratedCode.cs/#L1311"><i class="bi bi-code-slash"></i></a> |
| </h3> |
| |
| <div class="markdown level1 summary"></div> |
| <div class="markdown level1 conceptual"></div> |
| |
| <div class="codewrapper"> |
| <pre><code class="lang-csharp hljs">public bool ShouldSerializebrokerServiceUrlTls()</code></pre> |
| </div> |
| |
| |
| <h4 class="section">Returns</h4> |
| <dl class="parameters"> |
| <dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt> |
| <dd></dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| </article> |
| |
| <div class="contribution d-print-none"> |
| <a href="https://github.com/apache/pulsar-dotpulsar/blob/3.2.0/src/DotPulsar/Internal/PulsarApi/GeneratedCode.cs/#L1284" class="edit-link">Edit this page</a> |
| </div> |
| |
| |
| </div> |
| |
| <div class="affix"> |
| <nav id="affix"></nav> |
| </div> |
| </main> |
| |
| |
| <footer class="border-top text-secondary"> |
| <div class="container-xxl"> |
| <div class="flex-fill"> |
| Copyright © 2019-2024 The Apache Software Foundation. All Rights Reserved. Apache, Pulsar, Apache Pulsar, and the Apache feather logo are trademarks or registered trademarks of The Apache Software Foundation. |
| </div> |
| </div> |
| </footer> |
| </body> |
| </html> |