c

io.grpc.alts.internal

StartServerHandshakeReq

final class StartServerHandshakeReq extends GeneratedMessageV3 with StartServerHandshakeReqOrBuilder

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StartServerHandshakeReq
  2. StartServerHandshakeReqOrBuilder
  3. GeneratedMessageV3
  4. Serializable
  5. AbstractMessage
  6. Message
  7. MessageOrBuilder
  8. AbstractMessageLite
  9. MessageLite
  10. MessageLiteOrBuilder
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. 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
    StartServerHandshakeReqStartServerHandshakeReqOrBuilder
    Annotations
    @Override()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(obj: AnyRef): Boolean
    Definition Classes
    StartServerHandshakeReq → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. def findInitializationErrors(): List[String]
    Definition Classes
    AbstractMessage → MessageOrBuilder
  11. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  12. 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
    StartServerHandshakeReqStartServerHandshakeReqOrBuilder
  13. 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
    StartServerHandshakeReqStartServerHandshakeReqOrBuilder
  14. 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
    StartServerHandshakeReqStartServerHandshakeReqOrBuilder
  15. 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
    StartServerHandshakeReqStartServerHandshakeReqOrBuilder
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getDefaultInstanceForType(): StartServerHandshakeReq
    Definition Classes
    StartServerHandshakeReq → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  18. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  19. def getField(arg0: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  20. 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
    StartServerHandshakeReqStartServerHandshakeReqOrBuilder
  21. 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
    StartServerHandshakeReqStartServerHandshakeReqOrBuilder
    Annotations
    @Override()
  22. 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
    StartServerHandshakeReqStartServerHandshakeReqOrBuilder
    Annotations
    @Override()
  23. 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
    StartServerHandshakeReqStartServerHandshakeReqOrBuilder
    Annotations
    @Override()
  24. 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
    StartServerHandshakeReqStartServerHandshakeReqOrBuilder
    Annotations
    @Override()
  25. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  26. 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
    StartServerHandshakeReqStartServerHandshakeReqOrBuilder
    Annotations
    @Override()
  27. 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
    StartServerHandshakeReqStartServerHandshakeReqOrBuilder
    Annotations
    @Override()
  28. 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
    StartServerHandshakeReqStartServerHandshakeReqOrBuilder
    Annotations
    @Override()
  29. def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  30. def getParserForType(): Parser[StartServerHandshakeReq]
    Definition Classes
    StartServerHandshakeReq → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  31. 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
    StartServerHandshakeReqStartServerHandshakeReqOrBuilder
    Annotations
    @Override()
  32. 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
    StartServerHandshakeReqStartServerHandshakeReqOrBuilder
    Annotations
    @Override()
  33. def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  34. def getRepeatedFieldCount(arg0: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  35. 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
    StartServerHandshakeReqStartServerHandshakeReqOrBuilder
    Annotations
    @Override()
  36. 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
    StartServerHandshakeReqStartServerHandshakeReqOrBuilder
    Annotations
    @Override()
  37. def getSerializedSize(): Int
    Definition Classes
    StartServerHandshakeReq → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  38. final def getUnknownFields(): UnknownFieldSet
    Definition Classes
    StartServerHandshakeReq → GeneratedMessageV3 → MessageOrBuilder
    Annotations
    @Override()
  39. def hasField(arg0: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  40. 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
    StartServerHandshakeReqStartServerHandshakeReqOrBuilder
    Annotations
    @Override()
  41. def hasOneof(arg0: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  42. 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
    StartServerHandshakeReqStartServerHandshakeReqOrBuilder
    Annotations
    @Override()
  43. 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
    StartServerHandshakeReqStartServerHandshakeReqOrBuilder
    Annotations
    @Override()
  44. def hashCode(): Int
    Definition Classes
    StartServerHandshakeReq → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  45. def internalGetFieldAccessorTable(): FieldAccessorTable
    Attributes
    protected[internal]
    Definition Classes
    StartServerHandshakeReq → GeneratedMessageV3
    Annotations
    @Override()
  46. def internalGetMapField(number: Int): MapField
    Attributes
    protected[internal]
    Definition Classes
    StartServerHandshakeReq → GeneratedMessageV3
    Annotations
    @SuppressWarnings() @Override()
  47. final def isInitialized(): Boolean
    Definition Classes
    StartServerHandshakeReq → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  48. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  49. def makeExtensionsImmutable(): Unit
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
  50. def mergeFromAndMakeImmutableInternal(arg0: CodedInputStream, arg1: ExtensionRegistryLite): Unit
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[com.google.protobuf.InvalidProtocolBufferException])
  51. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. def newBuilderForType(parent: BuilderParent): Builder
    Attributes
    protected[internal]
    Definition Classes
    StartServerHandshakeReq → GeneratedMessageV3
    Annotations
    @Override()
  53. def newBuilderForType(): Builder
    Definition Classes
    StartServerHandshakeReq → Message → MessageLite
    Annotations
    @Override()
  54. def newBuilderForType(arg0: BuilderParent): Builder
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3 → AbstractMessage
  55. def newInstance(unused: UnusedPrivateParameter): AnyRef
    Attributes
    protected[internal]
    Definition Classes
    StartServerHandshakeReq → GeneratedMessageV3
    Annotations
    @Override() @SuppressWarnings()
  56. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  57. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  58. 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])
  59. 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])
  60. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  61. def toBuilder(): Builder
    Definition Classes
    StartServerHandshakeReq → Message → MessageLite
    Annotations
    @Override()
  62. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  63. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  64. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  65. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  66. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  67. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  68. def writeDelimitedTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  69. def writeReplace(): AnyRef
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.ObjectStreamException])
  70. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    StartServerHandshakeReq → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  71. def writeTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])

Deprecated Value Members

  1. def getHandshakeParameters(): Map[Integer, ServerHandshakeParameters]

    Use #getHandshakeParametersMap() instead.

    Use #getHandshakeParametersMap() instead.

    Definition Classes
    StartServerHandshakeReqStartServerHandshakeReqOrBuilder
    Annotations
    @Override() @Deprecated
    Deprecated

Inherited from GeneratedMessageV3

Inherited from Serializable

Inherited from AbstractMessage

Inherited from Message

Inherited from MessageOrBuilder

Inherited from AbstractMessageLite[MessageType, BuilderType]

Inherited from MessageLite

Inherited from MessageLiteOrBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped