c

io.grpc.alts.internal

StartClientHandshakeReq

final class StartClientHandshakeReq extends GeneratedMessageV3 with StartClientHandshakeReqOrBuilder

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

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