Uses of Class
io.grpc.alts.internal.RpcProtocolVersions.Builder
Packages that use RpcProtocolVersions.Builder
-
Uses of RpcProtocolVersions.Builder in io.grpc.alts.internal
Subclasses with type arguments of type RpcProtocolVersions.Builder in io.grpc.alts.internalModifier and TypeClassDescriptionstatic final classMax and min supported RPC protocol versions.Methods in io.grpc.alts.internal that return RpcProtocolVersions.BuilderModifier and TypeMethodDescriptionRpcProtocolVersions.Builder.clear()RpcProtocolVersions.Builder.clearMaxRpcVersion()Maximum supported RPC version.RpcProtocolVersions.Builder.clearMinRpcVersion()Minimum supported RPC version.AltsContext.Builder.getPeerRpcVersionsBuilder()The RPC protocol versions supported by the peer.HandshakerResult.Builder.getPeerRpcVersionsBuilder()The RPC protocol versions supported by the peer.StartClientHandshakeReq.Builder.getRpcVersionsBuilder()(Optional) RPC protocol versions supported by the client.StartServerHandshakeReq.Builder.getRpcVersionsBuilder()(Optional) RPC protocol versions supported by the server.RpcProtocolVersions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RpcProtocolVersions.Builder.mergeFrom(com.google.protobuf.Message other) RpcProtocolVersions.Builder.mergeFrom(RpcProtocolVersions other) RpcProtocolVersions.Builder.mergeMaxRpcVersion(RpcProtocolVersions.Version value) Maximum supported RPC version.RpcProtocolVersions.Builder.mergeMinRpcVersion(RpcProtocolVersions.Version value) Minimum supported RPC version.static RpcProtocolVersions.BuilderRpcProtocolVersions.newBuilder()static RpcProtocolVersions.BuilderRpcProtocolVersions.newBuilder(RpcProtocolVersions prototype) RpcProtocolVersions.newBuilderForType()protected RpcProtocolVersions.BuilderRpcProtocolVersions.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) RpcProtocolVersions.Builder.setMaxRpcVersion(RpcProtocolVersions.Version value) Maximum supported RPC version.RpcProtocolVersions.Builder.setMaxRpcVersion(RpcProtocolVersions.Version.Builder builderForValue) Maximum supported RPC version.RpcProtocolVersions.Builder.setMinRpcVersion(RpcProtocolVersions.Version value) Minimum supported RPC version.RpcProtocolVersions.Builder.setMinRpcVersion(RpcProtocolVersions.Version.Builder builderForValue) Minimum supported RPC version.RpcProtocolVersions.toBuilder()Methods in io.grpc.alts.internal with parameters of type RpcProtocolVersions.BuilderModifier and TypeMethodDescriptionAltsContext.Builder.setPeerRpcVersions(RpcProtocolVersions.Builder builderForValue) The RPC protocol versions supported by the peer.HandshakerResult.Builder.setPeerRpcVersions(RpcProtocolVersions.Builder builderForValue) The RPC protocol versions supported by the peer.StartClientHandshakeReq.Builder.setRpcVersions(RpcProtocolVersions.Builder builderForValue) (Optional) RPC protocol versions supported by the client.StartServerHandshakeReq.Builder.setRpcVersions(RpcProtocolVersions.Builder builderForValue) (Optional) RPC protocol versions supported by the server.