Uses of Class
io.grpc.alts.internal.StartClientHandshakeReq
-
Packages that use StartClientHandshakeReq Package Description io.grpc.alts.internal -
-
Uses of StartClientHandshakeReq in io.grpc.alts.internal
Fields in io.grpc.alts.internal declared as StartClientHandshakeReq Modifier and Type Field Description private static StartClientHandshakeReq
StartClientHandshakeReq. DEFAULT_INSTANCE
Fields in io.grpc.alts.internal with type parameters of type StartClientHandshakeReq Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<StartClientHandshakeReq,StartClientHandshakeReq.Builder,StartClientHandshakeReqOrBuilder>
HandshakerReq.Builder. clientStartBuilder_
private static com.google.protobuf.Parser<StartClientHandshakeReq>
StartClientHandshakeReq. PARSER
Methods in io.grpc.alts.internal that return StartClientHandshakeReq Modifier and Type Method Description StartClientHandshakeReq
StartClientHandshakeReq.Builder. build()
StartClientHandshakeReq
StartClientHandshakeReq.Builder. buildPartial()
StartClientHandshakeReq
HandshakerReq.Builder. getClientStart()
The start client handshake request message.StartClientHandshakeReq
HandshakerReq. getClientStart()
The start client handshake request message.StartClientHandshakeReq
HandshakerReqOrBuilder. getClientStart()
The start client handshake request message.static StartClientHandshakeReq
StartClientHandshakeReq. getDefaultInstance()
StartClientHandshakeReq
StartClientHandshakeReq.Builder. getDefaultInstanceForType()
StartClientHandshakeReq
StartClientHandshakeReq. getDefaultInstanceForType()
static StartClientHandshakeReq
StartClientHandshakeReq. parseDelimitedFrom(java.io.InputStream input)
static StartClientHandshakeReq
StartClientHandshakeReq. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartClientHandshakeReq
StartClientHandshakeReq. parseFrom(byte[] data)
static StartClientHandshakeReq
StartClientHandshakeReq. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartClientHandshakeReq
StartClientHandshakeReq. parseFrom(com.google.protobuf.ByteString data)
static StartClientHandshakeReq
StartClientHandshakeReq. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartClientHandshakeReq
StartClientHandshakeReq. parseFrom(com.google.protobuf.CodedInputStream input)
static StartClientHandshakeReq
StartClientHandshakeReq. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartClientHandshakeReq
StartClientHandshakeReq. parseFrom(java.io.InputStream input)
static StartClientHandshakeReq
StartClientHandshakeReq. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartClientHandshakeReq
StartClientHandshakeReq. parseFrom(java.nio.ByteBuffer data)
static StartClientHandshakeReq
StartClientHandshakeReq. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.grpc.alts.internal that return types with arguments of type StartClientHandshakeReq Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<StartClientHandshakeReq,StartClientHandshakeReq.Builder,StartClientHandshakeReqOrBuilder>
HandshakerReq.Builder. getClientStartFieldBuilder()
The start client handshake request message.com.google.protobuf.Parser<StartClientHandshakeReq>
StartClientHandshakeReq. getParserForType()
static com.google.protobuf.Parser<StartClientHandshakeReq>
StartClientHandshakeReq. parser()
Methods in io.grpc.alts.internal with parameters of type StartClientHandshakeReq Modifier and Type Method Description private void
StartClientHandshakeReq.Builder. buildPartial0(StartClientHandshakeReq result)
private void
StartClientHandshakeReq.Builder. buildPartialRepeatedFields(StartClientHandshakeReq result)
HandshakerReq.Builder
HandshakerReq.Builder. mergeClientStart(StartClientHandshakeReq value)
The start client handshake request message.StartClientHandshakeReq.Builder
StartClientHandshakeReq.Builder. mergeFrom(StartClientHandshakeReq other)
static StartClientHandshakeReq.Builder
StartClientHandshakeReq. newBuilder(StartClientHandshakeReq prototype)
HandshakerReq.Builder
HandshakerReq.Builder. setClientStart(StartClientHandshakeReq value)
The start client handshake request message.
-