final class StartServerHandshakeReq extends GeneratedMessageV3 with StartServerHandshakeReqOrBuilder
- Alphabetic
- By Inheritance
- StartServerHandshakeReq
- StartServerHandshakeReqOrBuilder
- GeneratedMessageV3
- Serializable
- AbstractMessage
- Message
- MessageOrBuilder
- AbstractMessageLite
- MessageLite
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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()
- def containsHandshakeParameters(key: Int): Boolean
Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol. Each handshake security protocol (e.g., TLS or ALTS) has its own set of record protocols and local identities. Since protobuf does not support enum as key to the map, the key to handshake_parameters is the integer value of HandshakeProtocol enum.
Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol. Each handshake security protocol (e.g., TLS or ALTS) has its own set of record protocols and local identities. Since protobuf does not support enum as key to the map, the key to handshake_parameters is the integer value of HandshakeProtocol enum.
map<int32, .grpc.gcp.ServerHandshakeParameters> handshake_parameters = 2;
- Definition Classes
- StartServerHandshakeReq → StartServerHandshakeReqOrBuilder
- Annotations
- @Override()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: AnyRef): Boolean
- Definition Classes
- StartServerHandshakeReq → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def findInitializationErrors(): List[String]
- Definition Classes
- AbstractMessage → MessageOrBuilder
- def getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getApplicationProtocols(index: Int): String
The application protocols supported by the server, e.g., "h2" (for http2), "grpc".
The application protocols supported by the server, e.g., "h2" (for http2), "grpc".
repeated string application_protocols = 1;
- index
The index of the element to return.
- returns
The applicationProtocols at the given index.
- Definition Classes
- StartServerHandshakeReq → StartServerHandshakeReqOrBuilder
- def getApplicationProtocolsBytes(index: Int): ByteString
The application protocols supported by the server, e.g., "h2" (for http2), "grpc".
The application protocols supported by the server, e.g., "h2" (for http2), "grpc".
repeated string application_protocols = 1;
- index
The index of the value to return.
- returns
The bytes of the applicationProtocols at the given index.
- Definition Classes
- StartServerHandshakeReq → StartServerHandshakeReqOrBuilder
- def getApplicationProtocolsCount(): Int
The application protocols supported by the server, e.g., "h2" (for http2), "grpc".
The application protocols supported by the server, e.g., "h2" (for http2), "grpc".
repeated string application_protocols = 1;
- returns
The count of applicationProtocols.
- Definition Classes
- StartServerHandshakeReq → StartServerHandshakeReqOrBuilder
- def getApplicationProtocolsList(): ProtocolStringList
The application protocols supported by the server, e.g., "h2" (for http2), "grpc".
The application protocols supported by the server, e.g., "h2" (for http2), "grpc".
repeated string application_protocols = 1;
- returns
A list containing the applicationProtocols.
- Definition Classes
- StartServerHandshakeReq → StartServerHandshakeReqOrBuilder
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDefaultInstanceForType(): StartServerHandshakeReq
- Definition Classes
- StartServerHandshakeReq → MessageOrBuilder → MessageLiteOrBuilder
- Annotations
- @Override()
- def getDescriptorForType(): Descriptor
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getField(arg0: FieldDescriptor): AnyRef
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getHandshakeParametersCount(): Int
Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol. Each handshake security protocol (e.g., TLS or ALTS) has its own set of record protocols and local identities. Since protobuf does not support enum as key to the map, the key to handshake_parameters is the integer value of HandshakeProtocol enum.
Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol. Each handshake security protocol (e.g., TLS or ALTS) has its own set of record protocols and local identities. Since protobuf does not support enum as key to the map, the key to handshake_parameters is the integer value of HandshakeProtocol enum.
map<int32, .grpc.gcp.ServerHandshakeParameters> handshake_parameters = 2;
- Definition Classes
- StartServerHandshakeReq → StartServerHandshakeReqOrBuilder
- def getHandshakeParametersMap(): Map[Integer, ServerHandshakeParameters]
Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol. Each handshake security protocol (e.g., TLS or ALTS) has its own set of record protocols and local identities. Since protobuf does not support enum as key to the map, the key to handshake_parameters is the integer value of HandshakeProtocol enum.
Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol. Each handshake security protocol (e.g., TLS or ALTS) has its own set of record protocols and local identities. Since protobuf does not support enum as key to the map, the key to handshake_parameters is the integer value of HandshakeProtocol enum.
map<int32, .grpc.gcp.ServerHandshakeParameters> handshake_parameters = 2;
- Definition Classes
- StartServerHandshakeReq → StartServerHandshakeReqOrBuilder
- Annotations
- @Override()
- def getHandshakeParametersOrDefault(key: Int, defaultValue: ServerHandshakeParameters): ServerHandshakeParameters
Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol. Each handshake security protocol (e.g., TLS or ALTS) has its own set of record protocols and local identities. Since protobuf does not support enum as key to the map, the key to handshake_parameters is the integer value of HandshakeProtocol enum.
Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol. Each handshake security protocol (e.g., TLS or ALTS) has its own set of record protocols and local identities. Since protobuf does not support enum as key to the map, the key to handshake_parameters is the integer value of HandshakeProtocol enum.
map<int32, .grpc.gcp.ServerHandshakeParameters> handshake_parameters = 2;
- Definition Classes
- StartServerHandshakeReq → StartServerHandshakeReqOrBuilder
- Annotations
- @Override()
- def getHandshakeParametersOrThrow(key: Int): ServerHandshakeParameters
Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol. Each handshake security protocol (e.g., TLS or ALTS) has its own set of record protocols and local identities. Since protobuf does not support enum as key to the map, the key to handshake_parameters is the integer value of HandshakeProtocol enum.
Handshake parameters (record protocols and local identities supported by the server) mapped by the handshake protocol. Each handshake security protocol (e.g., TLS or ALTS) has its own set of record protocols and local identities. Since protobuf does not support enum as key to the map, the key to handshake_parameters is the integer value of HandshakeProtocol enum.
map<int32, .grpc.gcp.ServerHandshakeParameters> handshake_parameters = 2;
- Definition Classes
- StartServerHandshakeReq → StartServerHandshakeReqOrBuilder
- Annotations
- @Override()
- def getInBytes(): ByteString
Bytes in out_frames returned from the peer's HandshakerResp. It is possible that the peer's out_frames are split into multiple HandshakReq messages.
Bytes in out_frames returned from the peer's HandshakerResp. It is possible that the peer's out_frames are split into multiple HandshakReq messages.
bytes in_bytes = 3;
- returns
The inBytes.
- Definition Classes
- StartServerHandshakeReq → StartServerHandshakeReqOrBuilder
- Annotations
- @Override()
- def getInitializationErrorString(): String
- Definition Classes
- AbstractMessage → MessageOrBuilder
- def getLocalEndpoint(): Endpoint
(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.
(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.
.grpc.gcp.Endpoint local_endpoint = 4;
- returns
The localEndpoint.
- Definition Classes
- StartServerHandshakeReq → StartServerHandshakeReqOrBuilder
- Annotations
- @Override()
- def getLocalEndpointOrBuilder(): EndpointOrBuilder
(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.
(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.
.grpc.gcp.Endpoint local_endpoint = 4;
- Definition Classes
- StartServerHandshakeReq → StartServerHandshakeReqOrBuilder
- Annotations
- @Override()
- def getMaxFrameSize(): Int
(Optional) Maximum frame size supported by the server.
(Optional) Maximum frame size supported by the server.
uint32 max_frame_size = 7;
- returns
The maxFrameSize.
- Definition Classes
- StartServerHandshakeReq → StartServerHandshakeReqOrBuilder
- Annotations
- @Override()
- def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
- Definition Classes
- GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
- def getParserForType(): Parser[StartServerHandshakeReq]
- Definition Classes
- StartServerHandshakeReq → GeneratedMessageV3 → Message → MessageLite
- Annotations
- @Override()
- def getRemoteEndpoint(): Endpoint
(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.
(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.
.grpc.gcp.Endpoint remote_endpoint = 5;
- returns
The remoteEndpoint.
- Definition Classes
- StartServerHandshakeReq → StartServerHandshakeReqOrBuilder
- Annotations
- @Override()
- def getRemoteEndpointOrBuilder(): EndpointOrBuilder
(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.
(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.
.grpc.gcp.Endpoint remote_endpoint = 5;
- Definition Classes
- StartServerHandshakeReq → StartServerHandshakeReqOrBuilder
- Annotations
- @Override()
- def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getRepeatedFieldCount(arg0: FieldDescriptor): Int
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getRpcVersions(): RpcProtocolVersions
(Optional) RPC protocol versions supported by the server.
(Optional) RPC protocol versions supported by the server.
.grpc.gcp.RpcProtocolVersions rpc_versions = 6;
- returns
The rpcVersions.
- Definition Classes
- StartServerHandshakeReq → StartServerHandshakeReqOrBuilder
- Annotations
- @Override()
- def getRpcVersionsOrBuilder(): RpcProtocolVersionsOrBuilder
(Optional) RPC protocol versions supported by the server.
(Optional) RPC protocol versions supported by the server.
.grpc.gcp.RpcProtocolVersions rpc_versions = 6;
- Definition Classes
- StartServerHandshakeReq → StartServerHandshakeReqOrBuilder
- Annotations
- @Override()
- def getSerializedSize(): Int
- Definition Classes
- StartServerHandshakeReq → GeneratedMessageV3 → AbstractMessage → MessageLite
- Annotations
- @Override()
- def getUnknownFields(): UnknownFieldSet
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def hasField(arg0: FieldDescriptor): Boolean
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def hasLocalEndpoint(): Boolean
(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.
(Optional) Local endpoint information of the connection to the client, such as local IP address, port number, and network protocol.
.grpc.gcp.Endpoint local_endpoint = 4;
- returns
Whether the localEndpoint field is set.
- Definition Classes
- StartServerHandshakeReq → StartServerHandshakeReqOrBuilder
- Annotations
- @Override()
- def hasOneof(arg0: OneofDescriptor): Boolean
- Definition Classes
- GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
- def hasRemoteEndpoint(): Boolean
(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.
(Optional) Endpoint information of the remote client, such as IP address, port number, and network protocol.
.grpc.gcp.Endpoint remote_endpoint = 5;
- returns
Whether the remoteEndpoint field is set.
- Definition Classes
- StartServerHandshakeReq → StartServerHandshakeReqOrBuilder
- Annotations
- @Override()
- def hasRpcVersions(): Boolean
(Optional) RPC protocol versions supported by the server.
(Optional) RPC protocol versions supported by the server.
.grpc.gcp.RpcProtocolVersions rpc_versions = 6;
- returns
Whether the rpcVersions field is set.
- Definition Classes
- StartServerHandshakeReq → StartServerHandshakeReqOrBuilder
- Annotations
- @Override()
- def hashCode(): Int
- Definition Classes
- StartServerHandshakeReq → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- def internalGetFieldAccessorTable(): FieldAccessorTable
- Attributes
- protected[internal]
- Definition Classes
- StartServerHandshakeReq → GeneratedMessageV3
- Annotations
- @Override()
- def internalGetMapField(arg0: Int): MapField[_ <: AnyRef, _ <: AnyRef]
- Attributes
- protected[com.google.protobuf]
- Definition Classes
- GeneratedMessageV3
- def internalGetMapFieldReflection(number: Int): MapFieldReflectionAccessor
- Attributes
- protected[internal]
- Annotations
- @SuppressWarnings() @Override()
- final def isInitialized(): Boolean
- Definition Classes
- StartServerHandshakeReq → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
- Annotations
- @Override()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def makeExtensionsImmutable(): Unit
- Attributes
- protected[com.google.protobuf]
- Definition Classes
- GeneratedMessageV3
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newBuilderForType(parent: BuilderParent): Builder
- Attributes
- protected[internal]
- Definition Classes
- StartServerHandshakeReq → GeneratedMessageV3
- Annotations
- @Override()
- def newBuilderForType(): Builder
- Definition Classes
- StartServerHandshakeReq → Message → MessageLite
- Annotations
- @Override()
- def newBuilderForType(arg0: BuilderParent): Builder
- Attributes
- protected[com.google.protobuf]
- Definition Classes
- GeneratedMessageV3 → AbstractMessage
- def newInstance(unused: UnusedPrivateParameter): AnyRef
- Attributes
- protected[internal]
- Definition Classes
- StartServerHandshakeReq → GeneratedMessageV3
- Annotations
- @Override() @SuppressWarnings()
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parseUnknownField(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
- Attributes
- protected[com.google.protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[java.io.IOException])
- def parseUnknownFieldProto3(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
- Attributes
- protected[com.google.protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[java.io.IOException])
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toBuilder(): Builder
- Definition Classes
- StartServerHandshakeReq → Message → MessageLite
- Annotations
- @Override()
- def toByteArray(): Array[Byte]
- Definition Classes
- AbstractMessageLite → MessageLite
- def toByteString(): ByteString
- Definition Classes
- AbstractMessageLite → MessageLite
- final def toString(): String
- Definition Classes
- AbstractMessage → Message → 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()
- def writeDelimitedTo(arg0: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])
- def writeReplace(): AnyRef
- Attributes
- protected[com.google.protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[java.io.ObjectStreamException])
- def writeTo(output: CodedOutputStream): Unit
- Definition Classes
- StartServerHandshakeReq → GeneratedMessageV3 → AbstractMessage → MessageLite
- Annotations
- @Override()
- def writeTo(arg0: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])
Deprecated Value Members
- def getHandshakeParameters(): Map[Integer, ServerHandshakeParameters]
Use
#getHandshakeParametersMap()
instead.Use
#getHandshakeParametersMap()
instead.- Definition Classes
- StartServerHandshakeReq → StartServerHandshakeReqOrBuilder
- Annotations
- @Override() @Deprecated
- Deprecated
- def mergeFromAndMakeImmutableInternal(arg0: CodedInputStream, arg1: ExtensionRegistryLite): Unit
- Attributes
- protected[com.google.protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[com.google.protobuf.InvalidProtocolBufferException]) @Deprecated
- Deprecated