trait HandshakerResultOrBuilder extends MessageOrBuilder
- Alphabetic
- By Inheritance
- HandshakerResultOrBuilder
- MessageOrBuilder
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
-   abstract  def findInitializationErrors(): List[String]- Definition Classes
- MessageOrBuilder
 
-   abstract  def getAllFields(): Map[FieldDescriptor, AnyRef]- Definition Classes
- MessageOrBuilder
 
-   abstract  def getApplicationProtocol(): StringThe application protocol negotiated for this connection. The application protocol negotiated for this connection. string application_protocol = 1;- returns
- The applicationProtocol. 
 
-   abstract  def getApplicationProtocolBytes(): ByteStringThe application protocol negotiated for this connection. The application protocol negotiated for this connection. string application_protocol = 1;- returns
- The bytes for applicationProtocol. 
 
-   abstract  def getDefaultInstanceForType(): Message- Definition Classes
- MessageOrBuilder → MessageLiteOrBuilder
 
-   abstract  def getDescriptorForType(): Descriptor- Definition Classes
- MessageOrBuilder
 
-   abstract  def getField(arg0: FieldDescriptor): AnyRef- Definition Classes
- MessageOrBuilder
 
-   abstract  def getInitializationErrorString(): String- Definition Classes
- MessageOrBuilder
 
-   abstract  def getKeepChannelOpen(): BooleanIndicate whether the handshaker service client should keep the channel between the handshaker service open, e.g., in order to handle post-handshake messages in the future. Indicate whether the handshaker service client should keep the channel between the handshaker service open, e.g., in order to handle post-handshake messages in the future. bool keep_channel_open = 6;- returns
- The keepChannelOpen. 
 
-   abstract  def getKeyData(): ByteStringCryptographic key data. The key data may be more than the key length required for the record protocol, thus the client of the handshaker service needs to truncate the key data into the right key length. Cryptographic key data. The key data may be more than the key length required for the record protocol, thus the client of the handshaker service needs to truncate the key data into the right key length. bytes key_data = 3;- returns
- The keyData. 
 
-   abstract  def getLocalIdentity(): IdentityThe local identity used in the handshake. The local identity used in the handshake. .grpc.gcp.Identity local_identity = 5;- returns
- The localIdentity. 
 
-   abstract  def getLocalIdentityOrBuilder(): IdentityOrBuilderThe local identity used in the handshake. The local identity used in the handshake. .grpc.gcp.Identity local_identity = 5;
-   abstract  def getMaxFrameSize(): IntThe maximum frame size of the peer. The maximum frame size of the peer. uint32 max_frame_size = 8;- returns
- The maxFrameSize. 
 
-   abstract  def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor- Definition Classes
- MessageOrBuilder
 
-   abstract  def getPeerIdentity(): IdentityThe authenticated identity of the peer. The authenticated identity of the peer. .grpc.gcp.Identity peer_identity = 4;- returns
- The peerIdentity. 
 
-   abstract  def getPeerIdentityOrBuilder(): IdentityOrBuilderThe authenticated identity of the peer. The authenticated identity of the peer. .grpc.gcp.Identity peer_identity = 4;
-   abstract  def getPeerRpcVersions(): RpcProtocolVersionsThe RPC protocol versions supported by the peer. The RPC protocol versions supported by the peer. .grpc.gcp.RpcProtocolVersions peer_rpc_versions = 7;- returns
- The peerRpcVersions. 
 
-   abstract  def getPeerRpcVersionsOrBuilder(): RpcProtocolVersionsOrBuilderThe RPC protocol versions supported by the peer. The RPC protocol versions supported by the peer. .grpc.gcp.RpcProtocolVersions peer_rpc_versions = 7;
-   abstract  def getRecordProtocol(): StringThe record protocol negotiated for this connection. The record protocol negotiated for this connection. string record_protocol = 2;- returns
- The recordProtocol. 
 
-   abstract  def getRecordProtocolBytes(): ByteStringThe record protocol negotiated for this connection. The record protocol negotiated for this connection. string record_protocol = 2;- returns
- The bytes for recordProtocol. 
 
-   abstract  def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef- Definition Classes
- MessageOrBuilder
 
-   abstract  def getRepeatedFieldCount(arg0: FieldDescriptor): Int- Definition Classes
- MessageOrBuilder
 
-   abstract  def getUnknownFields(): UnknownFieldSet- Definition Classes
- MessageOrBuilder
 
-   abstract  def hasField(arg0: FieldDescriptor): Boolean- Definition Classes
- MessageOrBuilder
 
-   abstract  def hasLocalIdentity(): BooleanThe local identity used in the handshake. The local identity used in the handshake. .grpc.gcp.Identity local_identity = 5;- returns
- Whether the localIdentity field is set. 
 
-   abstract  def hasOneof(arg0: OneofDescriptor): Boolean- Definition Classes
- MessageOrBuilder
 
-   abstract  def hasPeerIdentity(): BooleanThe authenticated identity of the peer. The authenticated identity of the peer. .grpc.gcp.Identity peer_identity = 4;- returns
- Whether the peerIdentity field is set. 
 
-   abstract  def hasPeerRpcVersions(): BooleanThe RPC protocol versions supported by the peer. The RPC protocol versions supported by the peer. .grpc.gcp.RpcProtocolVersions peer_rpc_versions = 7;- returns
- Whether the peerRpcVersions field is set. 
 
-   abstract  def isInitialized(): Boolean- Definition Classes
- MessageLiteOrBuilder
 
Concrete Value Members
-   final  def !=(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def ##: Int- Definition Classes
- AnyRef → Any
 
-   final  def ==(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def asInstanceOf[T0]: T0- Definition Classes
- Any
 
-    def clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-    def equals(arg0: AnyRef): Boolean- Definition Classes
- AnyRef → Any
 
-    def finalize(): Unit- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
 
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
-    def hashCode(): Int- Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-   final  def ne(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def notify(): Unit- Definition Classes
- AnyRef
- Annotations
- @native()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @native()
 
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-    def toString(): String- Definition Classes
- AnyRef → Any
 
-   final  def wait(): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   final  def wait(arg0: Long, arg1: Int): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   final  def wait(arg0: Long): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()