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 StartClientHandshakeReqStartClientHandshakeReq. DEFAULT_INSTANCEFields 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. PARSERMethods in io.grpc.alts.internal that return StartClientHandshakeReq Modifier and Type Method Description StartClientHandshakeReqStartClientHandshakeReq.Builder. build()StartClientHandshakeReqStartClientHandshakeReq.Builder. buildPartial()StartClientHandshakeReqHandshakerReq.Builder. getClientStart()The start client handshake request message.StartClientHandshakeReqHandshakerReq. getClientStart()The start client handshake request message.StartClientHandshakeReqHandshakerReqOrBuilder. getClientStart()The start client handshake request message.static StartClientHandshakeReqStartClientHandshakeReq. getDefaultInstance()StartClientHandshakeReqStartClientHandshakeReq.Builder. getDefaultInstanceForType()StartClientHandshakeReqStartClientHandshakeReq. getDefaultInstanceForType()static StartClientHandshakeReqStartClientHandshakeReq. parseDelimitedFrom(java.io.InputStream input)static StartClientHandshakeReqStartClientHandshakeReq. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartClientHandshakeReqStartClientHandshakeReq. parseFrom(byte[] data)static StartClientHandshakeReqStartClientHandshakeReq. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartClientHandshakeReqStartClientHandshakeReq. parseFrom(com.google.protobuf.ByteString data)static StartClientHandshakeReqStartClientHandshakeReq. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartClientHandshakeReqStartClientHandshakeReq. parseFrom(com.google.protobuf.CodedInputStream input)static StartClientHandshakeReqStartClientHandshakeReq. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartClientHandshakeReqStartClientHandshakeReq. parseFrom(java.io.InputStream input)static StartClientHandshakeReqStartClientHandshakeReq. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartClientHandshakeReqStartClientHandshakeReq. parseFrom(java.nio.ByteBuffer data)static StartClientHandshakeReqStartClientHandshakeReq. 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 voidStartClientHandshakeReq.Builder. buildPartial0(StartClientHandshakeReq result)private voidStartClientHandshakeReq.Builder. buildPartialRepeatedFields(StartClientHandshakeReq result)HandshakerReq.BuilderHandshakerReq.Builder. mergeClientStart(StartClientHandshakeReq value)The start client handshake request message.StartClientHandshakeReq.BuilderStartClientHandshakeReq.Builder. mergeFrom(StartClientHandshakeReq other)static StartClientHandshakeReq.BuilderStartClientHandshakeReq. newBuilder(StartClientHandshakeReq prototype)HandshakerReq.BuilderHandshakerReq.Builder. setClientStart(StartClientHandshakeReq value)The start client handshake request message.
-