final class StartClientHandshakeReq extends GeneratedMessageV3 with StartClientHandshakeReqOrBuilder
- Alphabetic
- By Inheritance
- StartClientHandshakeReq
- StartClientHandshakeReqOrBuilder
- 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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: AnyRef): Boolean
- Definition Classes
- StartClientHandshakeReq → 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 client, e.g., "h2" (for http2), "grpc".
The application protocols supported by the client, e.g., "h2" (for http2), "grpc".
repeated string application_protocols = 2;
- index
The index of the element to return.
- returns
The applicationProtocols at the given index.
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- def getApplicationProtocolsBytes(index: Int): ByteString
The application protocols supported by the client, e.g., "h2" (for http2), "grpc".
The application protocols supported by the client, e.g., "h2" (for http2), "grpc".
repeated string application_protocols = 2;
- index
The index of the value to return.
- returns
The bytes of the applicationProtocols at the given index.
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- def getApplicationProtocolsCount(): Int
The application protocols supported by the client, e.g., "h2" (for http2), "grpc".
The application protocols supported by the client, e.g., "h2" (for http2), "grpc".
repeated string application_protocols = 2;
- returns
The count of applicationProtocols.
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- def getApplicationProtocolsList(): ProtocolStringList
The application protocols supported by the client, e.g., "h2" (for http2), "grpc".
The application protocols supported by the client, e.g., "h2" (for http2), "grpc".
repeated string application_protocols = 2;
- returns
A list containing the applicationProtocols.
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDefaultInstanceForType(): StartClientHandshakeReq
- Definition Classes
- StartClientHandshakeReq → MessageOrBuilder → MessageLiteOrBuilder
- Annotations
- @Override()
- def getDescriptorForType(): Descriptor
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getField(arg0: FieldDescriptor): AnyRef
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getHandshakeSecurityProtocol(): HandshakeProtocol
Handshake security protocol requested by the client.
Handshake security protocol requested by the client.
.grpc.gcp.HandshakeProtocol handshake_security_protocol = 1;
- returns
The handshakeSecurityProtocol.
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- Annotations
- @Override()
- def getHandshakeSecurityProtocolValue(): Int
Handshake security protocol requested by the client.
Handshake security protocol requested by the client.
.grpc.gcp.HandshakeProtocol handshake_security_protocol = 1;
- returns
The enum numeric value on the wire for handshakeSecurityProtocol.
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- Annotations
- @Override()
- def getInitializationErrorString(): String
- Definition Classes
- AbstractMessage → MessageOrBuilder
- def getLocalEndpoint(): Endpoint
(Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.
(Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.
.grpc.gcp.Endpoint local_endpoint = 6;
- returns
The localEndpoint.
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- Annotations
- @Override()
- def getLocalEndpointOrBuilder(): EndpointOrBuilder
(Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.
(Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.
.grpc.gcp.Endpoint local_endpoint = 6;
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- Annotations
- @Override()
- def getLocalIdentity(): Identity
(Optional) Application may specify a local identity. Otherwise, the handshaker chooses a default local identity.
(Optional) Application may specify a local identity. Otherwise, the handshaker chooses a default local identity.
.grpc.gcp.Identity local_identity = 5;
- returns
The localIdentity.
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- Annotations
- @Override()
- def getLocalIdentityOrBuilder(): IdentityOrBuilder
(Optional) Application may specify a local identity. Otherwise, the handshaker chooses a default local identity.
(Optional) Application may specify a local identity. Otherwise, the handshaker chooses a default local identity.
.grpc.gcp.Identity local_identity = 5;
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- Annotations
- @Override()
- def getMaxFrameSize(): Int
(Optional) Maximum frame size supported by the client.
(Optional) Maximum frame size supported by the client.
uint32 max_frame_size = 10;
- returns
The maxFrameSize.
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- Annotations
- @Override()
- def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
- Definition Classes
- GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
- def getParserForType(): Parser[StartClientHandshakeReq]
- Definition Classes
- StartClientHandshakeReq → GeneratedMessageV3 → Message → MessageLite
- Annotations
- @Override()
- def getRecordProtocols(index: Int): String
The record protocols supported by the client, e.g., "ALTSRP_GCM_AES128".
The record protocols supported by the client, e.g., "ALTSRP_GCM_AES128".
repeated string record_protocols = 3;
- index
The index of the element to return.
- returns
The recordProtocols at the given index.
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- def getRecordProtocolsBytes(index: Int): ByteString
The record protocols supported by the client, e.g., "ALTSRP_GCM_AES128".
The record protocols supported by the client, e.g., "ALTSRP_GCM_AES128".
repeated string record_protocols = 3;
- index
The index of the value to return.
- returns
The bytes of the recordProtocols at the given index.
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- def getRecordProtocolsCount(): Int
The record protocols supported by the client, e.g., "ALTSRP_GCM_AES128".
The record protocols supported by the client, e.g., "ALTSRP_GCM_AES128".
repeated string record_protocols = 3;
- returns
The count of recordProtocols.
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- def getRecordProtocolsList(): ProtocolStringList
The record protocols supported by the client, e.g., "ALTSRP_GCM_AES128".
The record protocols supported by the client, e.g., "ALTSRP_GCM_AES128".
repeated string record_protocols = 3;
- returns
A list containing the recordProtocols.
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- def getRemoteEndpoint(): Endpoint
(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.
(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.
.grpc.gcp.Endpoint remote_endpoint = 7;
- returns
The remoteEndpoint.
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- Annotations
- @Override()
- def getRemoteEndpointOrBuilder(): EndpointOrBuilder
(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.
(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.
.grpc.gcp.Endpoint remote_endpoint = 7;
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- 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 client.
(Optional) RPC protocol versions supported by the client.
.grpc.gcp.RpcProtocolVersions rpc_versions = 9;
- returns
The rpcVersions.
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- Annotations
- @Override()
- def getRpcVersionsOrBuilder(): RpcProtocolVersionsOrBuilder
(Optional) RPC protocol versions supported by the client.
(Optional) RPC protocol versions supported by the client.
.grpc.gcp.RpcProtocolVersions rpc_versions = 9;
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- Annotations
- @Override()
- def getSerializedSize(): Int
- Definition Classes
- StartClientHandshakeReq → GeneratedMessageV3 → AbstractMessage → MessageLite
- Annotations
- @Override()
- def getTargetIdentities(index: Int): Identity
(Optional) Describes which server identities are acceptable by the client. If target identities are provided and none of them matches the peer identity of the server, handshake will fail.
(Optional) Describes which server identities are acceptable by the client. If target identities are provided and none of them matches the peer identity of the server, handshake will fail.
repeated .grpc.gcp.Identity target_identities = 4;
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- Annotations
- @Override()
- def getTargetIdentitiesCount(): Int
(Optional) Describes which server identities are acceptable by the client. If target identities are provided and none of them matches the peer identity of the server, handshake will fail.
(Optional) Describes which server identities are acceptable by the client. If target identities are provided and none of them matches the peer identity of the server, handshake will fail.
repeated .grpc.gcp.Identity target_identities = 4;
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- Annotations
- @Override()
- def getTargetIdentitiesList(): List[Identity]
(Optional) Describes which server identities are acceptable by the client. If target identities are provided and none of them matches the peer identity of the server, handshake will fail.
(Optional) Describes which server identities are acceptable by the client. If target identities are provided and none of them matches the peer identity of the server, handshake will fail.
repeated .grpc.gcp.Identity target_identities = 4;
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- Annotations
- @Override()
- def getTargetIdentitiesOrBuilder(index: Int): IdentityOrBuilder
(Optional) Describes which server identities are acceptable by the client. If target identities are provided and none of them matches the peer identity of the server, handshake will fail.
(Optional) Describes which server identities are acceptable by the client. If target identities are provided and none of them matches the peer identity of the server, handshake will fail.
repeated .grpc.gcp.Identity target_identities = 4;
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- Annotations
- @Override()
- def getTargetIdentitiesOrBuilderList(): List[_ <: IdentityOrBuilder]
(Optional) Describes which server identities are acceptable by the client. If target identities are provided and none of them matches the peer identity of the server, handshake will fail.
(Optional) Describes which server identities are acceptable by the client. If target identities are provided and none of them matches the peer identity of the server, handshake will fail.
repeated .grpc.gcp.Identity target_identities = 4;
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- Annotations
- @Override()
- def getTargetName(): String
(Optional) If target name is provided, a secure naming check is performed to verify that the peer authenticated identity is indeed authorized to run the target name.
(Optional) If target name is provided, a secure naming check is performed to verify that the peer authenticated identity is indeed authorized to run the target name.
string target_name = 8;
- returns
The targetName.
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- Annotations
- @Override()
- def getTargetNameBytes(): ByteString
(Optional) If target name is provided, a secure naming check is performed to verify that the peer authenticated identity is indeed authorized to run the target name.
(Optional) If target name is provided, a secure naming check is performed to verify that the peer authenticated identity is indeed authorized to run the target name.
string target_name = 8;
- returns
The bytes for targetName.
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- 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 server, such as local IP address, port number, and network protocol.
(Optional) Local endpoint information of the connection to the server, such as local IP address, port number, and network protocol.
.grpc.gcp.Endpoint local_endpoint = 6;
- returns
Whether the localEndpoint field is set.
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- Annotations
- @Override()
- def hasLocalIdentity(): Boolean
(Optional) Application may specify a local identity. Otherwise, the handshaker chooses a default local identity.
(Optional) Application may specify a local identity. Otherwise, the handshaker chooses a default local identity.
.grpc.gcp.Identity local_identity = 5;
- returns
Whether the localIdentity field is set.
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- Annotations
- @Override()
- def hasOneof(arg0: OneofDescriptor): Boolean
- Definition Classes
- GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
- def hasRemoteEndpoint(): Boolean
(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.
(Optional) Endpoint information of the remote server, such as IP address, port number, and network protocol.
.grpc.gcp.Endpoint remote_endpoint = 7;
- returns
Whether the remoteEndpoint field is set.
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- Annotations
- @Override()
- def hasRpcVersions(): Boolean
(Optional) RPC protocol versions supported by the client.
(Optional) RPC protocol versions supported by the client.
.grpc.gcp.RpcProtocolVersions rpc_versions = 9;
- returns
Whether the rpcVersions field is set.
- Definition Classes
- StartClientHandshakeReq → StartClientHandshakeReqOrBuilder
- Annotations
- @Override()
- def hashCode(): Int
- Definition Classes
- StartClientHandshakeReq → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- def internalGetFieldAccessorTable(): FieldAccessorTable
- Attributes
- protected[internal]
- Definition Classes
- StartClientHandshakeReq → GeneratedMessageV3
- Annotations
- @Override()
- def internalGetMapField(arg0: Int): MapField[_ <: AnyRef, _ <: AnyRef]
- Attributes
- protected[com.google.protobuf]
- Definition Classes
- GeneratedMessageV3
- final def isInitialized(): Boolean
- Definition Classes
- StartClientHandshakeReq → 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
- StartClientHandshakeReq → GeneratedMessageV3
- Annotations
- @Override()
- def newBuilderForType(): Builder
- Definition Classes
- StartClientHandshakeReq → 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
- StartClientHandshakeReq → 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
- StartClientHandshakeReq → 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
- StartClientHandshakeReq → GeneratedMessageV3 → AbstractMessage → MessageLite
- Annotations
- @Override()
- def writeTo(arg0: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])
Deprecated Value Members
- def mergeFromAndMakeImmutableInternal(arg0: CodedInputStream, arg1: ExtensionRegistryLite): Unit
- Attributes
- protected[com.google.protobuf]
- Definition Classes
- GeneratedMessageV3
- Annotations
- @throws(classOf[com.google.protobuf.InvalidProtocolBufferException]) @Deprecated
- Deprecated