| <!DOCTYPE HTML> |
| <!-- NewPage --> |
| <html lang="en"> |
| <head> |
| <!-- Generated by javadoc --> |
| <title>Serialized Form (grpc-all 1.75.0 API)</title> |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
| <link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style"> |
| <link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style"> |
| <script type="text/javascript" src="script.js"></script> |
| <script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script> |
| <script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script> |
| <!--[if IE]> |
| <script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> |
| <![endif]--> |
| <script type="text/javascript" src="jquery/jquery-3.7.1.min.js"></script> |
| <script type="text/javascript" src="jquery/jquery-ui.min.js"></script> |
| </head> |
| <body> |
| <script type="text/javascript"><!-- |
| try { |
| if (location.href.indexOf('is-external=true') == -1) { |
| parent.document.title="Serialized Form (grpc-all 1.75.0 API)"; |
| } |
| } |
| catch(err) { |
| } |
| //--> |
| var pathtoroot = "./"; |
| var useModuleDirectories = true; |
| loadScripts(document, 'script');</script> |
| <noscript> |
| <div>JavaScript is disabled on your browser.</div> |
| </noscript> |
| <header role="banner"> |
| <nav role="navigation"> |
| <div class="fixedNav"> |
| <!-- ========= START OF TOP NAVBAR ======= --> |
| <div class="topNav"><a id="navbar.top"> |
| <!-- --> |
| </a> |
| <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> |
| <a id="navbar.top.firstrow"> |
| <!-- --> |
| </a> |
| <ul class="navList" title="Navigation"> |
| <li><a href="index.html">Overview</a></li> |
| <li>Package</li> |
| <li>Class</li> |
| <li>Use</li> |
| <li><a href="overview-tree.html">Tree</a></li> |
| <li><a href="deprecated-list.html">Deprecated</a></li> |
| <li><a href="index-all.html">Index</a></li> |
| <li><a href="help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList" id="allclasses_navbar_top"> |
| <li><a href="allclasses.html">All Classes</a></li> |
| </ul> |
| <ul class="navListSearch"> |
| <li><label for="search">SEARCH:</label> |
| <input type="text" id="search" value="search" disabled="disabled"> |
| <input type="reset" id="reset" value="reset" disabled="disabled"> |
| </li> |
| </ul> |
| <div> |
| <script type="text/javascript"><!-- |
| allClassesLink = document.getElementById("allclasses_navbar_top"); |
| if(window==top) { |
| allClassesLink.style.display = "block"; |
| } |
| else { |
| allClassesLink.style.display = "none"; |
| } |
| //--> |
| </script> |
| <noscript> |
| <div>JavaScript is disabled on your browser.</div> |
| </noscript> |
| </div> |
| <a id="skip.navbar.top"> |
| <!-- --> |
| </a></div> |
| <!-- ========= END OF TOP NAVBAR ========= --> |
| </div> |
| <div class="navPadding"> </div> |
| <script type="text/javascript"><!-- |
| $('.navPadding').css('padding-top', $('.fixedNav').css("height")); |
| //--> |
| </script> |
| </nav> |
| </header> |
| <main role="main"> |
| <div class="header"> |
| <h1 title="Serialized Form" class="title">Serialized Form</h1> |
| </div> |
| <div class="serializedFormContainer"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <section> |
| <h2 title="Package">Package io.grpc</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a id="io.grpc.HttpConnectProxiedSocketAddress"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/HttpConnectProxiedSocketAddress.html" title="class in io.grpc">io.grpc.HttpConnectProxiedSocketAddress</a> extends <a href="io/grpc/ProxiedSocketAddress.html" title="class in io.grpc">ProxiedSocketAddress</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>password</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> password</pre> |
| </li> |
| <li class="blockList"> |
| <h4>proxyAddress</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/net/SocketAddress.html?is-external=true" title="class or interface in java.net" class="externalLink">SocketAddress</a> proxyAddress</pre> |
| </li> |
| <li class="blockList"> |
| <h4>targetAddress</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/net/InetSocketAddress.html?is-external=true" title="class or interface in java.net" class="externalLink">InetSocketAddress</a> targetAddress</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>username</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> username</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.ManagedChannelProvider.ProviderNotFoundException"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/ManagedChannelProvider.ProviderNotFoundException.html" title="class in io.grpc">io.grpc.ManagedChannelProvider.ProviderNotFoundException</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang" class="externalLink">RuntimeException</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>1L</dd> |
| </dl> |
| </li> |
| <li class="blockList"><a id="io.grpc.ManagedChannelRegistry.ProviderNotFoundException"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/ManagedChannelRegistry.ProviderNotFoundException.html" title="class in io.grpc">io.grpc.ManagedChannelRegistry.ProviderNotFoundException</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang" class="externalLink">RuntimeException</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>1L</dd> |
| </dl> |
| </li> |
| <li class="blockList"><a id="io.grpc.ProxiedSocketAddress"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/ProxiedSocketAddress.html" title="class in io.grpc">io.grpc.ProxiedSocketAddress</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/net/SocketAddress.html?is-external=true" title="class or interface in java.net" class="externalLink">SocketAddress</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| </li> |
| <li class="blockList"><a id="io.grpc.ServerRegistry.ProviderNotFoundException"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/ServerRegistry.ProviderNotFoundException.html" title="class in io.grpc">io.grpc.ServerRegistry.ProviderNotFoundException</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang" class="externalLink">RuntimeException</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>1L</dd> |
| </dl> |
| </li> |
| <li class="blockList"><a id="io.grpc.StatusException"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/StatusException.html" title="class in io.grpc">io.grpc.StatusException</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang" class="externalLink">Exception</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>-660954903976144640L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>status</h4> |
| <pre><a href="io/grpc/Status.html" title="class in io.grpc">Status</a> status</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>trailers</h4> |
| <pre><a href="io/grpc/Metadata.html" title="class in io.grpc">Metadata</a> trailers</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.StatusRuntimeException"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/StatusRuntimeException.html" title="class in io.grpc">io.grpc.StatusRuntimeException</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang" class="externalLink">RuntimeException</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>1950934672280720624L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>status</h4> |
| <pre><a href="io/grpc/Status.html" title="class in io.grpc">Status</a> status</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>trailers</h4> |
| <pre><a href="io/grpc/Metadata.html" title="class in io.grpc">Metadata</a> trailers</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </section> |
| </li> |
| <li class="blockList"> |
| <section> |
| <h2 title="Package">Package io.grpc.binarylog.v1</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a id="io.grpc.binarylog.v1.Address"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/binarylog/v1/Address.html" title="class in io.grpc.binarylog.v1">io.grpc.binarylog.v1.Address</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>address_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> address_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>ipPort_</h4> |
| <pre>int ipPort_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>type_</h4> |
| <pre>int type_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.binarylog.v1.ClientHeader"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/binarylog/v1/ClientHeader.html" title="class in io.grpc.binarylog.v1">io.grpc.binarylog.v1.ClientHeader</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>authority_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> authority_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockList"> |
| <h4>metadata_</h4> |
| <pre><a href="io/grpc/binarylog/v1/Metadata.html" title="class in io.grpc.binarylog.v1">Metadata</a> metadata_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>methodName_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> methodName_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>timeout_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/Duration.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">Duration</a> timeout_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.binarylog.v1.GrpcLogEntry"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/binarylog/v1/GrpcLogEntry.html" title="class in io.grpc.binarylog.v1">io.grpc.binarylog.v1.GrpcLogEntry</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>callId_</h4> |
| <pre>long callId_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>logger_</h4> |
| <pre>int logger_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockList"> |
| <h4>payload_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> payload_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>payloadCase_</h4> |
| <pre>int payloadCase_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>payloadTruncated_</h4> |
| <pre>boolean payloadTruncated_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>peer_</h4> |
| <pre><a href="io/grpc/binarylog/v1/Address.html" title="class in io.grpc.binarylog.v1">Address</a> peer_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>sequenceIdWithinCall_</h4> |
| <pre>long sequenceIdWithinCall_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>timestamp_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/Timestamp.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">Timestamp</a> timestamp_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>type_</h4> |
| <pre>int type_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.binarylog.v1.Message"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/binarylog/v1/Message.html" title="class in io.grpc.binarylog.v1">io.grpc.binarylog.v1.Message</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>data_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/ByteString.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">ByteString</a> data_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>length_</h4> |
| <pre>int length_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.binarylog.v1.Metadata"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/binarylog/v1/Metadata.html" title="class in io.grpc.binarylog.v1">io.grpc.binarylog.v1.Metadata</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>entry_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a><<a href="io/grpc/binarylog/v1/MetadataEntry.html" title="class in io.grpc.binarylog.v1">MetadataEntry</a>> entry_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.binarylog.v1.MetadataEntry"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/binarylog/v1/MetadataEntry.html" title="class in io.grpc.binarylog.v1">io.grpc.binarylog.v1.MetadataEntry</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>key_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> key_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>value_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/ByteString.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">ByteString</a> value_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.binarylog.v1.ServerHeader"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/binarylog/v1/ServerHeader.html" title="class in io.grpc.binarylog.v1">io.grpc.binarylog.v1.ServerHeader</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>metadata_</h4> |
| <pre><a href="io/grpc/binarylog/v1/Metadata.html" title="class in io.grpc.binarylog.v1">Metadata</a> metadata_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.binarylog.v1.Trailer"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/binarylog/v1/Trailer.html" title="class in io.grpc.binarylog.v1">io.grpc.binarylog.v1.Trailer</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockList"> |
| <h4>metadata_</h4> |
| <pre><a href="io/grpc/binarylog/v1/Metadata.html" title="class in io.grpc.binarylog.v1">Metadata</a> metadata_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>statusCode_</h4> |
| <pre>int statusCode_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>statusDetails_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/ByteString.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">ByteString</a> statusDetails_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>statusMessage_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> statusMessage_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </section> |
| </li> |
| <li class="blockList"> |
| <section> |
| <h2 title="Package">Package io.grpc.channelz.v1</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a id="io.grpc.channelz.v1.Address"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/Address.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.Address</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>address_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> address_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>addressCase_</h4> |
| <pre>int addressCase_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.Address.OtherAddress"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/Address.OtherAddress.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.Address.OtherAddress</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockList"> |
| <h4>name_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> name_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>value_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/Any.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">Any</a> value_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.Address.TcpIpAddress"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/Address.TcpIpAddress.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.Address.TcpIpAddress</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>ipAddress_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/ByteString.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">ByteString</a> ipAddress_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>port_</h4> |
| <pre>int port_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.Address.UdsAddress"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/Address.UdsAddress.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.Address.UdsAddress</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>filename_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> filename_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.Channel"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/Channel.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.Channel</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>channelRef_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a><<a href="io/grpc/channelz/v1/ChannelRef.html" title="class in io.grpc.channelz.v1">ChannelRef</a>> channelRef_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>data_</h4> |
| <pre><a href="io/grpc/channelz/v1/ChannelData.html" title="class in io.grpc.channelz.v1">ChannelData</a> data_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockList"> |
| <h4>ref_</h4> |
| <pre><a href="io/grpc/channelz/v1/ChannelRef.html" title="class in io.grpc.channelz.v1">ChannelRef</a> ref_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>socketRef_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a><<a href="io/grpc/channelz/v1/SocketRef.html" title="class in io.grpc.channelz.v1">SocketRef</a>> socketRef_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>subchannelRef_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a><<a href="io/grpc/channelz/v1/SubchannelRef.html" title="class in io.grpc.channelz.v1">SubchannelRef</a>> subchannelRef_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.ChannelConnectivityState"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/ChannelConnectivityState.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.ChannelConnectivityState</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>state_</h4> |
| <pre>int state_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.ChannelData"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/ChannelData.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.ChannelData</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>callsFailed_</h4> |
| <pre>long callsFailed_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>callsStarted_</h4> |
| <pre>long callsStarted_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>callsSucceeded_</h4> |
| <pre>long callsSucceeded_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>lastCallStartedTimestamp_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/Timestamp.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">Timestamp</a> lastCallStartedTimestamp_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockList"> |
| <h4>state_</h4> |
| <pre><a href="io/grpc/channelz/v1/ChannelConnectivityState.html" title="class in io.grpc.channelz.v1">ChannelConnectivityState</a> state_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>target_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> target_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>trace_</h4> |
| <pre><a href="io/grpc/channelz/v1/ChannelTrace.html" title="class in io.grpc.channelz.v1">ChannelTrace</a> trace_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.ChannelRef"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/ChannelRef.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.ChannelRef</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>channelId_</h4> |
| <pre>long channelId_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>name_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> name_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.ChannelTrace"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/ChannelTrace.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.ChannelTrace</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>creationTimestamp_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/Timestamp.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">Timestamp</a> creationTimestamp_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>events_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a><<a href="io/grpc/channelz/v1/ChannelTraceEvent.html" title="class in io.grpc.channelz.v1">ChannelTraceEvent</a>> events_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>numEventsLogged_</h4> |
| <pre>long numEventsLogged_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.ChannelTraceEvent"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/ChannelTraceEvent.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.ChannelTraceEvent</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>childRef_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> childRef_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>childRefCase_</h4> |
| <pre>int childRefCase_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>description_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> description_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockList"> |
| <h4>severity_</h4> |
| <pre>int severity_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>timestamp_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/Timestamp.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">Timestamp</a> timestamp_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.GetChannelRequest"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/GetChannelRequest.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.GetChannelRequest</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>channelId_</h4> |
| <pre>long channelId_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.GetChannelResponse"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/GetChannelResponse.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.GetChannelResponse</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>channel_</h4> |
| <pre><a href="io/grpc/channelz/v1/Channel.html" title="class in io.grpc.channelz.v1">Channel</a> channel_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.GetServerRequest"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/GetServerRequest.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.GetServerRequest</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>serverId_</h4> |
| <pre>long serverId_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.GetServerResponse"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/GetServerResponse.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.GetServerResponse</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>server_</h4> |
| <pre><a href="io/grpc/channelz/v1/Server.html" title="class in io.grpc.channelz.v1">Server</a> server_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.GetServerSocketsRequest"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/GetServerSocketsRequest.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.GetServerSocketsRequest</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>maxResults_</h4> |
| <pre>long maxResults_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockList"> |
| <h4>serverId_</h4> |
| <pre>long serverId_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>startSocketId_</h4> |
| <pre>long startSocketId_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.GetServerSocketsResponse"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/GetServerSocketsResponse.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.GetServerSocketsResponse</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>end_</h4> |
| <pre>boolean end_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>socketRef_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a><<a href="io/grpc/channelz/v1/SocketRef.html" title="class in io.grpc.channelz.v1">SocketRef</a>> socketRef_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.GetServersRequest"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/GetServersRequest.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.GetServersRequest</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>maxResults_</h4> |
| <pre>long maxResults_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>startServerId_</h4> |
| <pre>long startServerId_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.GetServersResponse"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/GetServersResponse.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.GetServersResponse</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>end_</h4> |
| <pre>boolean end_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>server_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a><<a href="io/grpc/channelz/v1/Server.html" title="class in io.grpc.channelz.v1">Server</a>> server_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.GetSocketRequest"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/GetSocketRequest.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.GetSocketRequest</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockList"> |
| <h4>socketId_</h4> |
| <pre>long socketId_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>summary_</h4> |
| <pre>boolean summary_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.GetSocketResponse"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/GetSocketResponse.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.GetSocketResponse</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>socket_</h4> |
| <pre><a href="io/grpc/channelz/v1/Socket.html" title="class in io.grpc.channelz.v1">Socket</a> socket_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.GetSubchannelRequest"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/GetSubchannelRequest.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.GetSubchannelRequest</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>subchannelId_</h4> |
| <pre>long subchannelId_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.GetSubchannelResponse"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/GetSubchannelResponse.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.GetSubchannelResponse</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>subchannel_</h4> |
| <pre><a href="io/grpc/channelz/v1/Subchannel.html" title="class in io.grpc.channelz.v1">Subchannel</a> subchannel_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.GetTopChannelsRequest"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/GetTopChannelsRequest.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.GetTopChannelsRequest</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>maxResults_</h4> |
| <pre>long maxResults_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>startChannelId_</h4> |
| <pre>long startChannelId_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.GetTopChannelsResponse"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/GetTopChannelsResponse.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.GetTopChannelsResponse</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>channel_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a><<a href="io/grpc/channelz/v1/Channel.html" title="class in io.grpc.channelz.v1">Channel</a>> channel_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>end_</h4> |
| <pre>boolean end_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.Security"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/Security.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.Security</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockList"> |
| <h4>model_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> model_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>modelCase_</h4> |
| <pre>int modelCase_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.Security.OtherSecurity"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/Security.OtherSecurity.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.Security.OtherSecurity</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockList"> |
| <h4>name_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> name_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>value_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/Any.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">Any</a> value_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.Security.Tls"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/Security.Tls.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.Security.Tls</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>cipherSuite_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> cipherSuite_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>cipherSuiteCase_</h4> |
| <pre>int cipherSuiteCase_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>localCertificate_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/ByteString.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">ByteString</a> localCertificate_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>remoteCertificate_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/ByteString.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">ByteString</a> remoteCertificate_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.Server"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/Server.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.Server</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>data_</h4> |
| <pre><a href="io/grpc/channelz/v1/ServerData.html" title="class in io.grpc.channelz.v1">ServerData</a> data_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>listenSocket_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a><<a href="io/grpc/channelz/v1/SocketRef.html" title="class in io.grpc.channelz.v1">SocketRef</a>> listenSocket_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>ref_</h4> |
| <pre><a href="io/grpc/channelz/v1/ServerRef.html" title="class in io.grpc.channelz.v1">ServerRef</a> ref_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.ServerData"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/ServerData.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.ServerData</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>callsFailed_</h4> |
| <pre>long callsFailed_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>callsStarted_</h4> |
| <pre>long callsStarted_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>callsSucceeded_</h4> |
| <pre>long callsSucceeded_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>lastCallStartedTimestamp_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/Timestamp.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">Timestamp</a> lastCallStartedTimestamp_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>trace_</h4> |
| <pre><a href="io/grpc/channelz/v1/ChannelTrace.html" title="class in io.grpc.channelz.v1">ChannelTrace</a> trace_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.ServerRef"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/ServerRef.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.ServerRef</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockList"> |
| <h4>name_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> name_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>serverId_</h4> |
| <pre>long serverId_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.Socket"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/Socket.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.Socket</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>data_</h4> |
| <pre><a href="io/grpc/channelz/v1/SocketData.html" title="class in io.grpc.channelz.v1">SocketData</a> data_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>local_</h4> |
| <pre><a href="io/grpc/channelz/v1/Address.html" title="class in io.grpc.channelz.v1">Address</a> local_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockList"> |
| <h4>ref_</h4> |
| <pre><a href="io/grpc/channelz/v1/SocketRef.html" title="class in io.grpc.channelz.v1">SocketRef</a> ref_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>remote_</h4> |
| <pre><a href="io/grpc/channelz/v1/Address.html" title="class in io.grpc.channelz.v1">Address</a> remote_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>remoteName_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> remoteName_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>security_</h4> |
| <pre><a href="io/grpc/channelz/v1/Security.html" title="class in io.grpc.channelz.v1">Security</a> security_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.SocketData"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/SocketData.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.SocketData</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>keepAlivesSent_</h4> |
| <pre>long keepAlivesSent_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>lastLocalStreamCreatedTimestamp_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/Timestamp.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">Timestamp</a> lastLocalStreamCreatedTimestamp_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>lastMessageReceivedTimestamp_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/Timestamp.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">Timestamp</a> lastMessageReceivedTimestamp_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>lastMessageSentTimestamp_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/Timestamp.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">Timestamp</a> lastMessageSentTimestamp_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>lastRemoteStreamCreatedTimestamp_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/Timestamp.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">Timestamp</a> lastRemoteStreamCreatedTimestamp_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>localFlowControlWindow_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/Int64Value.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">Int64Value</a> localFlowControlWindow_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockList"> |
| <h4>messagesReceived_</h4> |
| <pre>long messagesReceived_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>messagesSent_</h4> |
| <pre>long messagesSent_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>option_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a><<a href="io/grpc/channelz/v1/SocketOption.html" title="class in io.grpc.channelz.v1">SocketOption</a>> option_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>remoteFlowControlWindow_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/Int64Value.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">Int64Value</a> remoteFlowControlWindow_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>streamsFailed_</h4> |
| <pre>long streamsFailed_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>streamsStarted_</h4> |
| <pre>long streamsStarted_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>streamsSucceeded_</h4> |
| <pre>long streamsSucceeded_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.SocketOption"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/SocketOption.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.SocketOption</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>additional_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/Any.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">Any</a> additional_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockList"> |
| <h4>name_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> name_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>value_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> value_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.SocketOptionLinger"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/SocketOptionLinger.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.SocketOptionLinger</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>active_</h4> |
| <pre>boolean active_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>duration_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/Duration.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">Duration</a> duration_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.SocketOptionTcpInfo"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/SocketOptionTcpInfo.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.SocketOptionTcpInfo</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiAdvmss_</h4> |
| <pre>int tcpiAdvmss_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiAto_</h4> |
| <pre>int tcpiAto_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiBackoff_</h4> |
| <pre>int tcpiBackoff_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiCaState_</h4> |
| <pre>int tcpiCaState_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiFackets_</h4> |
| <pre>int tcpiFackets_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiLastAckRecv_</h4> |
| <pre>int tcpiLastAckRecv_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiLastAckSent_</h4> |
| <pre>int tcpiLastAckSent_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiLastDataRecv_</h4> |
| <pre>int tcpiLastDataRecv_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiLastDataSent_</h4> |
| <pre>int tcpiLastDataSent_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiLost_</h4> |
| <pre>int tcpiLost_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiOptions_</h4> |
| <pre>int tcpiOptions_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiPmtu_</h4> |
| <pre>int tcpiPmtu_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiProbes_</h4> |
| <pre>int tcpiProbes_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiRcvMss_</h4> |
| <pre>int tcpiRcvMss_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiRcvSsthresh_</h4> |
| <pre>int tcpiRcvSsthresh_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiRcvWscale_</h4> |
| <pre>int tcpiRcvWscale_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiReordering_</h4> |
| <pre>int tcpiReordering_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiRetrans_</h4> |
| <pre>int tcpiRetrans_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiRetransmits_</h4> |
| <pre>int tcpiRetransmits_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiRto_</h4> |
| <pre>int tcpiRto_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiRtt_</h4> |
| <pre>int tcpiRtt_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiRttvar_</h4> |
| <pre>int tcpiRttvar_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiSacked_</h4> |
| <pre>int tcpiSacked_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiSndCwnd_</h4> |
| <pre>int tcpiSndCwnd_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiSndMss_</h4> |
| <pre>int tcpiSndMss_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiSndSsthresh_</h4> |
| <pre>int tcpiSndSsthresh_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiSndWscale_</h4> |
| <pre>int tcpiSndWscale_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>tcpiState_</h4> |
| <pre>int tcpiState_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>tcpiUnacked_</h4> |
| <pre>int tcpiUnacked_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.SocketOptionTimeout"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/SocketOptionTimeout.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.SocketOptionTimeout</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>duration_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/Duration.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">Duration</a> duration_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.SocketRef"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/SocketRef.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.SocketRef</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockList"> |
| <h4>name_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> name_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>socketId_</h4> |
| <pre>long socketId_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.Subchannel"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/Subchannel.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.Subchannel</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>channelRef_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a><<a href="io/grpc/channelz/v1/ChannelRef.html" title="class in io.grpc.channelz.v1">ChannelRef</a>> channelRef_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>data_</h4> |
| <pre><a href="io/grpc/channelz/v1/ChannelData.html" title="class in io.grpc.channelz.v1">ChannelData</a> data_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockList"> |
| <h4>ref_</h4> |
| <pre><a href="io/grpc/channelz/v1/SubchannelRef.html" title="class in io.grpc.channelz.v1">SubchannelRef</a> ref_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>socketRef_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a><<a href="io/grpc/channelz/v1/SocketRef.html" title="class in io.grpc.channelz.v1">SocketRef</a>> socketRef_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>subchannelRef_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a><<a href="io/grpc/channelz/v1/SubchannelRef.html" title="class in io.grpc.channelz.v1">SubchannelRef</a>> subchannelRef_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.channelz.v1.SubchannelRef"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/channelz/v1/SubchannelRef.html" title="class in io.grpc.channelz.v1">io.grpc.channelz.v1.SubchannelRef</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockList"> |
| <h4>name_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> name_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>subchannelId_</h4> |
| <pre>long subchannelId_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </section> |
| </li> |
| <li class="blockList"> |
| <section> |
| <h2 title="Package">Package io.grpc.health.v1</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a id="io.grpc.health.v1.HealthCheckRequest"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/health/v1/HealthCheckRequest.html" title="class in io.grpc.health.v1">io.grpc.health.v1.HealthCheckRequest</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>service_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> service_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.health.v1.HealthCheckResponse"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/health/v1/HealthCheckResponse.html" title="class in io.grpc.health.v1">io.grpc.health.v1.HealthCheckResponse</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>status_</h4> |
| <pre>int status_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </section> |
| </li> |
| <li class="blockList"> |
| <section> |
| <h2 title="Package">Package io.grpc.inprocess</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a id="io.grpc.inprocess.AnonymousInProcessSocketAddress"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/inprocess/AnonymousInProcessSocketAddress.html" title="class in io.grpc.inprocess">io.grpc.inprocess.AnonymousInProcessSocketAddress</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/net/SocketAddress.html?is-external=true" title="class or interface in java.net" class="externalLink">SocketAddress</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>-8567592561863414695L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockListLast"> |
| <h4>server</h4> |
| <pre>io.grpc.inprocess.InProcessServer server</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.inprocess.InProcessSocketAddress"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/inprocess/InProcessSocketAddress.html" title="class in io.grpc.inprocess">io.grpc.inprocess.InProcessSocketAddress</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/net/SocketAddress.html?is-external=true" title="class or interface in java.net" class="externalLink">SocketAddress</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>-2803441206326023474L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockListLast"> |
| <h4>name</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> name</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </section> |
| </li> |
| <li class="blockList"> |
| <section> |
| <h2 title="Package">Package io.grpc.lb.v1</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a id="io.grpc.lb.v1.ClientStats"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/lb/v1/ClientStats.html" title="class in io.grpc.lb.v1">io.grpc.lb.v1.ClientStats</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>callsFinishedWithDrop_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a><<a href="io/grpc/lb/v1/ClientStatsPerToken.html" title="class in io.grpc.lb.v1">ClientStatsPerToken</a>> callsFinishedWithDrop_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockList"> |
| <h4>numCallsFinished_</h4> |
| <pre>long numCallsFinished_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>numCallsFinishedKnownReceived_</h4> |
| <pre>long numCallsFinishedKnownReceived_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>numCallsFinishedWithClientFailedToSend_</h4> |
| <pre>long numCallsFinishedWithClientFailedToSend_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>numCallsStarted_</h4> |
| <pre>long numCallsStarted_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>timestamp_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/Timestamp.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">Timestamp</a> timestamp_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.lb.v1.ClientStatsPerToken"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/lb/v1/ClientStatsPerToken.html" title="class in io.grpc.lb.v1">io.grpc.lb.v1.ClientStatsPerToken</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>loadBalanceToken_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> loadBalanceToken_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>numCalls_</h4> |
| <pre>long numCalls_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.lb.v1.FallbackResponse"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/lb/v1/FallbackResponse.html" title="class in io.grpc.lb.v1">io.grpc.lb.v1.FallbackResponse</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockListLast"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.lb.v1.InitialLoadBalanceRequest"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/lb/v1/InitialLoadBalanceRequest.html" title="class in io.grpc.lb.v1">io.grpc.lb.v1.InitialLoadBalanceRequest</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>name_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> name_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.lb.v1.InitialLoadBalanceResponse"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/lb/v1/InitialLoadBalanceResponse.html" title="class in io.grpc.lb.v1">io.grpc.lb.v1.InitialLoadBalanceResponse</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>clientStatsReportInterval_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/Duration.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">Duration</a> clientStatsReportInterval_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.lb.v1.LoadBalanceRequest"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/lb/v1/LoadBalanceRequest.html" title="class in io.grpc.lb.v1">io.grpc.lb.v1.LoadBalanceRequest</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>loadBalanceRequestType_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> loadBalanceRequestType_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>loadBalanceRequestTypeCase_</h4> |
| <pre>int loadBalanceRequestTypeCase_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.lb.v1.LoadBalanceResponse"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/lb/v1/LoadBalanceResponse.html" title="class in io.grpc.lb.v1">io.grpc.lb.v1.LoadBalanceResponse</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>loadBalanceResponseType_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> loadBalanceResponseType_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>loadBalanceResponseTypeCase_</h4> |
| <pre>int loadBalanceResponseTypeCase_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.lb.v1.Server"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/lb/v1/Server.html" title="class in io.grpc.lb.v1">io.grpc.lb.v1.Server</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>drop_</h4> |
| <pre>boolean drop_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>ipAddress_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/ByteString.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">ByteString</a> ipAddress_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>loadBalanceToken_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> loadBalanceToken_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>port_</h4> |
| <pre>int port_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.lb.v1.ServerList"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/lb/v1/ServerList.html" title="class in io.grpc.lb.v1">io.grpc.lb.v1.ServerList</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>servers_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a><<a href="io/grpc/lb/v1/Server.html" title="class in io.grpc.lb.v1">Server</a>> servers_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </section> |
| </li> |
| <li class="blockList"> |
| <section> |
| <h2 title="Package">Package io.grpc.reflection.v1</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a id="io.grpc.reflection.v1.ErrorResponse"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/reflection/v1/ErrorResponse.html" title="class in io.grpc.reflection.v1">io.grpc.reflection.v1.ErrorResponse</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>errorCode_</h4> |
| <pre>int errorCode_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>errorMessage_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> errorMessage_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.reflection.v1.ExtensionNumberResponse"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/reflection/v1/ExtensionNumberResponse.html" title="class in io.grpc.reflection.v1">io.grpc.reflection.v1.ExtensionNumberResponse</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>baseTypeName_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> baseTypeName_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>extensionNumber_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/Internal.IntList.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">Internal.IntList</a> extensionNumber_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>extensionNumberMemoizedSerializedSize</h4> |
| <pre>int extensionNumberMemoizedSerializedSize</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.reflection.v1.ExtensionRequest"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/reflection/v1/ExtensionRequest.html" title="class in io.grpc.reflection.v1">io.grpc.reflection.v1.ExtensionRequest</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>containingType_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> containingType_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>extensionNumber_</h4> |
| <pre>int extensionNumber_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.reflection.v1.FileDescriptorResponse"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/reflection/v1/FileDescriptorResponse.html" title="class in io.grpc.reflection.v1">io.grpc.reflection.v1.FileDescriptorResponse</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>fileDescriptorProto_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/Internal.ProtobufList.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">Internal.ProtobufList</a><<a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/ByteString.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">ByteString</a>> fileDescriptorProto_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.reflection.v1.ListServiceResponse"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/reflection/v1/ListServiceResponse.html" title="class in io.grpc.reflection.v1">io.grpc.reflection.v1.ListServiceResponse</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>service_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a><<a href="io/grpc/reflection/v1/ServiceResponse.html" title="class in io.grpc.reflection.v1">ServiceResponse</a>> service_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.reflection.v1.ServerReflectionRequest"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/reflection/v1/ServerReflectionRequest.html" title="class in io.grpc.reflection.v1">io.grpc.reflection.v1.ServerReflectionRequest</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>host_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> host_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockList"> |
| <h4>messageRequest_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> messageRequest_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>messageRequestCase_</h4> |
| <pre>int messageRequestCase_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.reflection.v1.ServerReflectionResponse"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/reflection/v1/ServerReflectionResponse.html" title="class in io.grpc.reflection.v1">io.grpc.reflection.v1.ServerReflectionResponse</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockList"> |
| <h4>messageResponse_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> messageResponse_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>messageResponseCase_</h4> |
| <pre>int messageResponseCase_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>originalRequest_</h4> |
| <pre><a href="io/grpc/reflection/v1/ServerReflectionRequest.html" title="class in io.grpc.reflection.v1">ServerReflectionRequest</a> originalRequest_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>validHost_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> validHost_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.reflection.v1.ServiceResponse"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/reflection/v1/ServiceResponse.html" title="class in io.grpc.reflection.v1">io.grpc.reflection.v1.ServiceResponse</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>name_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> name_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </section> |
| </li> |
| <li class="blockList"> |
| <section> |
| <h2 title="Package">Package io.grpc.reflection.v1alpha</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a id="io.grpc.reflection.v1alpha.ErrorResponse"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/reflection/v1alpha/ErrorResponse.html" title="class in io.grpc.reflection.v1alpha">io.grpc.reflection.v1alpha.ErrorResponse</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>errorCode_</h4> |
| <pre>int errorCode_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>errorMessage_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> errorMessage_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.reflection.v1alpha.ExtensionNumberResponse"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/reflection/v1alpha/ExtensionNumberResponse.html" title="class in io.grpc.reflection.v1alpha">io.grpc.reflection.v1alpha.ExtensionNumberResponse</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>baseTypeName_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> baseTypeName_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>extensionNumber_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/Internal.IntList.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">Internal.IntList</a> extensionNumber_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>extensionNumberMemoizedSerializedSize</h4> |
| <pre>int extensionNumberMemoizedSerializedSize</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.reflection.v1alpha.ExtensionRequest"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/reflection/v1alpha/ExtensionRequest.html" title="class in io.grpc.reflection.v1alpha">io.grpc.reflection.v1alpha.ExtensionRequest</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>containingType_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> containingType_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>extensionNumber_</h4> |
| <pre>int extensionNumber_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.reflection.v1alpha.FileDescriptorResponse"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/reflection/v1alpha/FileDescriptorResponse.html" title="class in io.grpc.reflection.v1alpha">io.grpc.reflection.v1alpha.FileDescriptorResponse</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>fileDescriptorProto_</h4> |
| <pre><a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/Internal.ProtobufList.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">Internal.ProtobufList</a><<a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/ByteString.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">ByteString</a>> fileDescriptorProto_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.reflection.v1alpha.ListServiceResponse"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/reflection/v1alpha/ListServiceResponse.html" title="class in io.grpc.reflection.v1alpha">io.grpc.reflection.v1alpha.ListServiceResponse</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>service_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a><<a href="io/grpc/reflection/v1alpha/ServiceResponse.html" title="class in io.grpc.reflection.v1alpha">ServiceResponse</a>> service_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.reflection.v1alpha.ServerReflectionRequest"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/reflection/v1alpha/ServerReflectionRequest.html" title="class in io.grpc.reflection.v1alpha">io.grpc.reflection.v1alpha.ServerReflectionRequest</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>host_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> host_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockList"> |
| <h4>messageRequest_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> messageRequest_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>messageRequestCase_</h4> |
| <pre>int messageRequestCase_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.reflection.v1alpha.ServerReflectionResponse"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/reflection/v1alpha/ServerReflectionResponse.html" title="class in io.grpc.reflection.v1alpha">io.grpc.reflection.v1alpha.ServerReflectionResponse</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>bitField0_</h4> |
| <pre>int bitField0_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockList"> |
| <h4>messageResponse_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> messageResponse_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>messageResponseCase_</h4> |
| <pre>int messageResponseCase_</pre> |
| </li> |
| <li class="blockList"> |
| <h4>originalRequest_</h4> |
| <pre><a href="io/grpc/reflection/v1alpha/ServerReflectionRequest.html" title="class in io.grpc.reflection.v1alpha">ServerReflectionRequest</a> originalRequest_</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>validHost_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> validHost_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a id="io.grpc.reflection.v1alpha.ServiceResponse"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/reflection/v1alpha/ServiceResponse.html" title="class in io.grpc.reflection.v1alpha">io.grpc.reflection.v1alpha.ServiceResponse</a> extends <a href="https://protobuf.dev/reference/java/api-docs/com/google/protobuf/GeneratedMessageV3.html?is-external=true" title="class or interface in com.google.protobuf" class="externalLink">GeneratedMessageV3</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>memoizedIsInitialized</h4> |
| <pre>byte memoizedIsInitialized</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>name_</h4> |
| <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a> name_</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </section> |
| </li> |
| <li class="blockList"> |
| <section> |
| <h2 title="Package">Package io.grpc.servlet</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a id="io.grpc.servlet.GrpcServlet"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/servlet/GrpcServlet.html" title="class in io.grpc.servlet">io.grpc.servlet.GrpcServlet</a> extends javax.servlet.http.HttpServlet implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>1L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockListLast"> |
| <h4>servletAdapter</h4> |
| <pre><a href="io/grpc/servlet/ServletAdapter.html" title="class in io.grpc.servlet">ServletAdapter</a> servletAdapter</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </section> |
| </li> |
| <li class="blockList"> |
| <section> |
| <h2 title="Package">Package io.grpc.servlet.jakarta</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a id="io.grpc.servlet.jakarta.GrpcServlet"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="io/grpc/servlet/jakarta/GrpcServlet.html" title="class in io.grpc.servlet.jakarta">io.grpc.servlet.jakarta.GrpcServlet</a> extends jakarta.servlet.http.HttpServlet implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>1L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockListLast"> |
| <h4>servletAdapter</h4> |
| <pre><a href="io/grpc/servlet/jakarta/ServletAdapter.html" title="class in io.grpc.servlet.jakarta">ServletAdapter</a> servletAdapter</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </section> |
| </li> |
| </ul> |
| </div> |
| </main> |
| <footer role="contentinfo"> |
| <nav role="navigation"> |
| <!-- ======= START OF BOTTOM NAVBAR ====== --> |
| <div class="bottomNav"><a id="navbar.bottom"> |
| <!-- --> |
| </a> |
| <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> |
| <a id="navbar.bottom.firstrow"> |
| <!-- --> |
| </a> |
| <ul class="navList" title="Navigation"> |
| <li><a href="index.html">Overview</a></li> |
| <li>Package</li> |
| <li>Class</li> |
| <li>Use</li> |
| <li><a href="overview-tree.html">Tree</a></li> |
| <li><a href="deprecated-list.html">Deprecated</a></li> |
| <li><a href="index-all.html">Index</a></li> |
| <li><a href="help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList" id="allclasses_navbar_bottom"> |
| <li><a href="allclasses.html">All Classes</a></li> |
| </ul> |
| <div> |
| <script type="text/javascript"><!-- |
| allClassesLink = document.getElementById("allclasses_navbar_bottom"); |
| if(window==top) { |
| allClassesLink.style.display = "block"; |
| } |
| else { |
| allClassesLink.style.display = "none"; |
| } |
| //--> |
| </script> |
| <noscript> |
| <div>JavaScript is disabled on your browser.</div> |
| </noscript> |
| </div> |
| <a id="skip.navbar.bottom"> |
| <!-- --> |
| </a></div> |
| <!-- ======== END OF BOTTOM NAVBAR ======= --> |
| </nav> |
| </footer> |
| </body> |
| </html> |