Uses of Class
io.grpc.alts.internal.RpcProtocolVersions
Packages that use RpcProtocolVersions
-
Uses of RpcProtocolVersions in io.grpc.alts.internal
Fields in io.grpc.alts.internal declared as RpcProtocolVersionsModifier and TypeFieldDescriptionprivate static final RpcProtocolVersions
RpcProtocolVersions.DEFAULT_INSTANCE
private RpcProtocolVersions
AltsContext.Builder.peerRpcVersions_
private RpcProtocolVersions
AltsContext.peerRpcVersions_
private RpcProtocolVersions
HandshakerResult.Builder.peerRpcVersions_
private RpcProtocolVersions
HandshakerResult.peerRpcVersions_
private static final RpcProtocolVersions
RpcProtocolVersionsUtil.RPC_PROTOCOL_VERSIONS
private RpcProtocolVersions
AltsClientOptions.Builder.rpcProtocolVersions
private final RpcProtocolVersions
AltsHandshakerOptions.rpcProtocolVersions
private RpcProtocolVersions
StartClientHandshakeReq.Builder.rpcVersions_
private RpcProtocolVersions
StartClientHandshakeReq.rpcVersions_
private RpcProtocolVersions
StartServerHandshakeReq.Builder.rpcVersions_
private RpcProtocolVersions
StartServerHandshakeReq.rpcVersions_
Fields in io.grpc.alts.internal with type parameters of type RpcProtocolVersionsModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<RpcProtocolVersions> RpcProtocolVersions.PARSER
private com.google.protobuf.SingleFieldBuilder
<RpcProtocolVersions, RpcProtocolVersions.Builder, RpcProtocolVersionsOrBuilder> AltsContext.Builder.peerRpcVersionsBuilder_
private com.google.protobuf.SingleFieldBuilder
<RpcProtocolVersions, RpcProtocolVersions.Builder, RpcProtocolVersionsOrBuilder> HandshakerResult.Builder.peerRpcVersionsBuilder_
private com.google.protobuf.SingleFieldBuilder
<RpcProtocolVersions, RpcProtocolVersions.Builder, RpcProtocolVersionsOrBuilder> StartClientHandshakeReq.Builder.rpcVersionsBuilder_
private com.google.protobuf.SingleFieldBuilder
<RpcProtocolVersions, RpcProtocolVersions.Builder, RpcProtocolVersionsOrBuilder> StartServerHandshakeReq.Builder.rpcVersionsBuilder_
Methods in io.grpc.alts.internal that return RpcProtocolVersionsModifier and TypeMethodDescriptionRpcProtocolVersions.Builder.build()
RpcProtocolVersions.Builder.buildPartial()
static RpcProtocolVersions
RpcProtocolVersions.getDefaultInstance()
RpcProtocolVersions.Builder.getDefaultInstanceForType()
RpcProtocolVersions.getDefaultInstanceForType()
AltsContext.Builder.getPeerRpcVersions()
The RPC protocol versions supported by the peer.AltsContext.getPeerRpcVersions()
The RPC protocol versions supported by the peer.AltsContextOrBuilder.getPeerRpcVersions()
The RPC protocol versions supported by the peer.AltsInternalContext.getPeerRpcVersions()
Get peer RPC versions.HandshakerResult.Builder.getPeerRpcVersions()
The RPC protocol versions supported by the peer.HandshakerResult.getPeerRpcVersions()
The RPC protocol versions supported by the peer.HandshakerResultOrBuilder.getPeerRpcVersions()
The RPC protocol versions supported by the peer.AltsHandshakerOptions.getRpcProtocolVersions()
static RpcProtocolVersions
RpcProtocolVersionsUtil.getRpcProtocolVersions()
Returns default Rpc Protocol Versions.StartClientHandshakeReq.Builder.getRpcVersions()
(Optional) RPC protocol versions supported by the client.StartClientHandshakeReq.getRpcVersions()
(Optional) RPC protocol versions supported by the client.StartClientHandshakeReqOrBuilder.getRpcVersions()
(Optional) RPC protocol versions supported by the client.StartServerHandshakeReq.Builder.getRpcVersions()
(Optional) RPC protocol versions supported by the server.StartServerHandshakeReq.getRpcVersions()
(Optional) RPC protocol versions supported by the server.StartServerHandshakeReqOrBuilder.getRpcVersions()
(Optional) RPC protocol versions supported by the server.static RpcProtocolVersions
RpcProtocolVersions.parseDelimitedFrom
(InputStream input) static RpcProtocolVersions
RpcProtocolVersions.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RpcProtocolVersions
RpcProtocolVersions.parseFrom
(byte[] data) static RpcProtocolVersions
RpcProtocolVersions.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RpcProtocolVersions
RpcProtocolVersions.parseFrom
(com.google.protobuf.ByteString data) static RpcProtocolVersions
RpcProtocolVersions.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RpcProtocolVersions
RpcProtocolVersions.parseFrom
(com.google.protobuf.CodedInputStream input) static RpcProtocolVersions
RpcProtocolVersions.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RpcProtocolVersions
RpcProtocolVersions.parseFrom
(InputStream input) static RpcProtocolVersions
RpcProtocolVersions.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RpcProtocolVersions
RpcProtocolVersions.parseFrom
(ByteBuffer data) static RpcProtocolVersions
RpcProtocolVersions.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.alts.internal that return types with arguments of type RpcProtocolVersionsModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<RpcProtocolVersions> RpcProtocolVersions.getParserForType()
private com.google.protobuf.SingleFieldBuilder
<RpcProtocolVersions, RpcProtocolVersions.Builder, RpcProtocolVersionsOrBuilder> AltsContext.Builder.getPeerRpcVersionsFieldBuilder()
The RPC protocol versions supported by the peer.private com.google.protobuf.SingleFieldBuilder
<RpcProtocolVersions, RpcProtocolVersions.Builder, RpcProtocolVersionsOrBuilder> HandshakerResult.Builder.getPeerRpcVersionsFieldBuilder()
The RPC protocol versions supported by the peer.private com.google.protobuf.SingleFieldBuilder
<RpcProtocolVersions, RpcProtocolVersions.Builder, RpcProtocolVersionsOrBuilder> StartClientHandshakeReq.Builder.getRpcVersionsFieldBuilder()
(Optional) RPC protocol versions supported by the client.private com.google.protobuf.SingleFieldBuilder
<RpcProtocolVersions, RpcProtocolVersions.Builder, RpcProtocolVersionsOrBuilder> StartServerHandshakeReq.Builder.getRpcVersionsFieldBuilder()
(Optional) RPC protocol versions supported by the server.static com.google.protobuf.Parser
<RpcProtocolVersions> RpcProtocolVersions.parser()
Methods in io.grpc.alts.internal with parameters of type RpcProtocolVersionsModifier and TypeMethodDescriptionprivate void
RpcProtocolVersions.Builder.buildPartial0
(RpcProtocolVersions result) (package private) static RpcProtocolVersionsUtil.RpcVersionsCheckResult
RpcProtocolVersionsUtil.checkRpcProtocolVersions
(RpcProtocolVersions localVersions, RpcProtocolVersions peerVersions) Performs check between local and peer Rpc Protocol Versions.RpcProtocolVersions.Builder.mergeFrom
(RpcProtocolVersions other) AltsContext.Builder.mergePeerRpcVersions
(RpcProtocolVersions value) The RPC protocol versions supported by the peer.HandshakerResult.Builder.mergePeerRpcVersions
(RpcProtocolVersions value) The RPC protocol versions supported by the peer.StartClientHandshakeReq.Builder.mergeRpcVersions
(RpcProtocolVersions value) (Optional) RPC protocol versions supported by the client.StartServerHandshakeReq.Builder.mergeRpcVersions
(RpcProtocolVersions value) (Optional) RPC protocol versions supported by the server.static RpcProtocolVersions.Builder
RpcProtocolVersions.newBuilder
(RpcProtocolVersions prototype) AltsContext.Builder.setPeerRpcVersions
(RpcProtocolVersions value) The RPC protocol versions supported by the peer.HandshakerResult.Builder.setPeerRpcVersions
(RpcProtocolVersions value) The RPC protocol versions supported by the peer.AltsClientOptions.Builder.setRpcProtocolVersions
(RpcProtocolVersions rpcProtocolVersions) StartClientHandshakeReq.Builder.setRpcVersions
(RpcProtocolVersions value) (Optional) RPC protocol versions supported by the client.StartServerHandshakeReq.Builder.setRpcVersions
(RpcProtocolVersions value) (Optional) RPC protocol versions supported by the server.Constructors in io.grpc.alts.internal with parameters of type RpcProtocolVersions